|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PageVersion | |
---|---|
com.gentics.contentnode.rest.model |
Uses of PageVersion in com.gentics.contentnode.rest.model |
---|
Fields in com.gentics.contentnode.rest.model declared as PageVersion | |
---|---|
protected PageVersion |
Page.currentVersion
Current page version |
protected PageVersion |
Page.publishedVersion
Published page version |
Fields in com.gentics.contentnode.rest.model with type parameters of type PageVersion | |
---|---|
protected List<PageVersion> |
Page.versions
Page versions |
Methods in com.gentics.contentnode.rest.model that return PageVersion | |
---|---|
PageVersion |
Page.getCurrentVersion()
Current version of the page |
PageVersion |
Page.getPublishedVersion()
Published version of the page |
Methods in com.gentics.contentnode.rest.model that return types with arguments of type PageVersion | |
---|---|
List<PageVersion> |
Page.getVersions()
Page versions |
Methods in com.gentics.contentnode.rest.model with parameters of type PageVersion | |
---|---|
void |
Page.setCurrentVersion(PageVersion currentVersion)
Set the current version |
void |
Page.setPublishedVersion(PageVersion publishedVersion)
Set the published version |
Method parameters in com.gentics.contentnode.rest.model with type arguments of type PageVersion | |
---|---|
void |
Page.setVersions(List<PageVersion> versions)
Set the page versions |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |