Uses of Class
com.gentics.contentnode.rest.model.PageVersion
Packages that use PageVersion
-
Uses of PageVersion in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model declared as PageVersionModifier and TypeFieldDescriptionprotected PageVersion
Page.currentVersion
Current page versionprotected PageVersion
Page.publishedVersion
Published page versionFields in com.gentics.contentnode.rest.model with type parameters of type PageVersionMethods in com.gentics.contentnode.rest.model that return PageVersionModifier and TypeMethodDescriptionPage.getCurrentVersion()
Current version of the pagePage.getPublishedVersion()
Published version of the pageQueuedTimeManagement.getVersion()
Page Version that will be published at the timestampTimeManagement.getVersion()
Page Version that will be published at the timestampMethods in com.gentics.contentnode.rest.model that return types with arguments of type PageVersionMethods in com.gentics.contentnode.rest.model with parameters of type PageVersionModifier and TypeMethodDescriptionvoid
Page.setCurrentVersion
(PageVersion currentVersion) Set the current versionvoid
Page.setPublishedVersion
(PageVersion publishedVersion) Set the published versionQueuedTimeManagement.setVersion
(PageVersion version) Set the version to be publishedTimeManagement.setVersion
(PageVersion version) Set the version to be publishedMethod parameters in com.gentics.contentnode.rest.model with type arguments of type PageVersionModifier and TypeMethodDescriptionvoid
Page.setVersions
(List<PageVersion> versions) Set the page versions