Class FormTimeManagement
java.lang.Object
com.gentics.contentnode.rest.model.FormTimeManagement
- All Implemented Interfaces:
Serializable
Time Management of forms
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAt()
Get the timestamp at which the form will be publishedTime at which the form will be taken offlineForm Version that will be published at the timestampSet the at timestampsetOfflineAt
(Integer offlineAt) Set timestamp for taking offlinesetVersion
(ItemVersion version) Set the version to be published
-
Constructor Details
-
FormTimeManagement
public FormTimeManagement()
-
-
Method Details
-
getAt
Get the timestamp at which the form will be published- Returns:
- publish timestamp
-
setAt
Set the at timestamp- Parameters:
at
- timestamp- Returns:
- fluent API
-
getVersion
Form Version that will be published at the timestamp- Returns:
- form version
-
setVersion
Set the version to be published- Parameters:
version
- form version- Returns:
- fluent API
-
getOfflineAt
Time at which the form will be taken offline- Returns:
- timestamp to take offline
-
setOfflineAt
Set timestamp for taking offline- Parameters:
offlineAt
- timestamp- Returns:
- fluent API
-