public interface ContentOperation extends RevisionOperation<EntityInfo>
content commit.created, changed,
deleted and released entities.RevisionOperation.OperationType| Modifier and Type | Method and Description |
|---|---|
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 |
getElements, getTypeCollection<EntityInfo> getCreatedEntities()
entity infos indicating
entities which were created during the belonging content commit of
this content operationCollection<EntityInfo> getChangedEntities()
entity infos indicating
entities which were changed during the belonging content commit of
this content operationCollection<EntityInfo> getDeletedEntities()
entity infos indicating
entities which were deleted during the belonging content commit of
this content operationCollection<EntityInfo> getReleasedEntities()
entity infos indicating
entities which were released during the belonging content commit of
this content operationCopyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500