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 PageVersionPage.currentVersionCurrent page versionprotected PageVersionPage.publishedVersionPublished 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 TypeMethodDescriptionvoidPage.setCurrentVersion(PageVersion currentVersion) Set the current versionvoidPage.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 TypeMethodDescriptionvoidPage.setVersions(List<PageVersion> versions) Set the page versions