Package de.espirit.firstspirit.storage
Interface RevisionOperation<T>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ContentOperation
,CreateOperation
,DeleteOperation
,ModifyOperation
,MoveOperation
,ReleaseOperation
,ServerReleaseOperation
Interface reprensenting the operation belonging to a commit of
revision
- Since:
- 4.0.120
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The type of the revision operation. -
Method Summary
Modifier and TypeMethodDescriptionReturns a collection of all elements belonging to this revision operationgetType()
Returns the operation type of this revision operation
-
Method Details
-
getType
RevisionOperation.OperationType getType()Returns the operation type of this revision operation- Returns:
- the operation type of this revision operation
- Since:
- 4.0.120
-
getElements
Collection<T> getElements()Returns a collection of all elements belonging to this revision operation- Returns:
- collection of all elements belonging to this revision operation
- Since:
- 4.0.120
-