Uses of Class
com.gentics.contentnode.rest.model.PageVersion
-
Packages that use PageVersion Package Description com.gentics.contentnode.rest.model -
-
Uses of PageVersion in com.gentics.contentnode.rest.model
Fields in com.gentics.contentnode.rest.model declared as PageVersion Modifier and Type Field Description protected PageVersion
Page. currentVersion
Current page versionprotected PageVersion
Page. publishedVersion
Published page versionFields in com.gentics.contentnode.rest.model with type parameters of type PageVersion Modifier and Type Field Description protected List<PageVersion>
Page. versions
Page versionsMethods in com.gentics.contentnode.rest.model that return PageVersion Modifier and Type Method Description PageVersion
Page. getCurrentVersion()
Current version of the pagePageVersion
Page. getPublishedVersion()
Published version of the pagePageVersion
QueuedTimeManagement. getVersion()
Page Version that will be published at the timestampPageVersion
TimeManagement. getVersion()
Page Version that will be published at the timestampMethods in com.gentics.contentnode.rest.model that return types with arguments of type PageVersion Modifier and Type Method Description List<PageVersion>
Page. getVersions()
Page versionsMethods in com.gentics.contentnode.rest.model with parameters of type PageVersion Modifier and Type Method Description void
Page. setCurrentVersion(PageVersion currentVersion)
Set the current versionvoid
Page. setPublishedVersion(PageVersion publishedVersion)
Set the published versionQueuedTimeManagement
QueuedTimeManagement. setVersion(PageVersion version)
Set the version to be publishedTimeManagement
TimeManagement. setVersion(PageVersion version)
Set the version to be publishedMethod parameters in com.gentics.contentnode.rest.model with type arguments of type PageVersion Modifier and Type Method Description void
Page. setVersions(List<PageVersion> versions)
Set the page versions
-