de.espirit.firstspirit.storage
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:
RevisionMetaData.getOperation()

Nested Class Summary
static class RevisionOperation.OperationType
          The type of the revision operation.
 
Method Summary
 Collection<T> getElements()
          Returns a collection of all elements belonging to this revision operation
 RevisionOperation.OperationType getType()
          Returns the operation type of this revision operation
 

Method Detail

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


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480