Interface RevisionOperation<T>

All Superinterfaces:
Serializable
All Known Subinterfaces:
ContentOperation, CreateOperation, DeleteOperation, ModifyOperation, MoveOperation, ReleaseOperation, ServerReleaseOperation

public interface RevisionOperation<T> extends Serializable
Interface reprensenting the operation belonging to a commit of revision
Since:
4.0.120
See Also:
  • Method Details

    • 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