de.espirit.firstspirit.storage
Interface ContentOperation

All Superinterfaces:
RevisionOperation<EntityInfo>, Serializable

public interface ContentOperation
extends RevisionOperation<EntityInfo>

This operation indicates a content commit.
It provides information about created, changed, deleted and released entities.

Since:
4.0.122

Nested Class Summary
 
Nested classes/interfaces inherited from interface de.espirit.firstspirit.storage.RevisionOperation
RevisionOperation.OperationType
 
Method Summary
 Collection<EntityInfo> getChangedEntities()
          Returns an unmodifiable collection of entity infos indicating entities which were changed during the belonging content commit of this content operation
 Collection<EntityInfo> getCreatedEntities()
          Returns an unmodifiable collection of entity infos indicating entities which were created during the belonging content commit of this content operation
 Collection<EntityInfo> getDeletedEntities()
          Returns an unmodifiable collection of entity infos indicating entities which were deleted during the belonging content commit of this content operation
 Collection<EntityInfo> getReleasedEntities()
          Returns an unmodifiable collection of entity infos indicating entities which were released during the belonging content commit of this content operation
 
Methods inherited from interface de.espirit.firstspirit.storage.RevisionOperation
getElements, getType
 

Method Detail

getCreatedEntities

Collection<EntityInfo> getCreatedEntities()
Returns an unmodifiable collection of entity infos indicating entities which were created during the belonging content commit of this content operation

Since:
4.0.122

getChangedEntities

Collection<EntityInfo> getChangedEntities()
Returns an unmodifiable collection of entity infos indicating entities which were changed during the belonging content commit of this content operation

Since:
4.0.122

getDeletedEntities

Collection<EntityInfo> getDeletedEntities()
Returns an unmodifiable collection of entity infos indicating entities which were deleted during the belonging content commit of this content operation

Since:
4.0.122

getReleasedEntities

Collection<EntityInfo> getReleasedEntities()
Returns an unmodifiable collection of entity infos indicating entities which were released during the belonging content commit of this content operation

Since:
4.0.122


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