Uses of Class
com.gentics.contentnode.rest.model.ItemVersion
-
Packages that use ItemVersion Package Description com.gentics.contentnode.rest.model -
-
Uses of ItemVersion in com.gentics.contentnode.rest.model
Subclasses of ItemVersion in com.gentics.contentnode.rest.model Modifier and Type Class Description class
PageVersion
REST Model of a Page VersionMethods in com.gentics.contentnode.rest.model that return ItemVersion Modifier and Type Method Description ItemVersion
FormTimeManagement. getVersion()
Form Version that will be published at the timestampItemVersion
ItemVersion. setEditor(User editor)
Set the editorItemVersion
ItemVersion. setNumber(String number)
Set the version numberItemVersion
ItemVersion. setTimestamp(int timestamp)
Set the version timestampMethods in com.gentics.contentnode.rest.model with parameters of type ItemVersion Modifier and Type Method Description FormTimeManagement
FormTimeManagement. setVersion(ItemVersion version)
Set the version to be published
-