|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentOperation
This operation indicates a content commit
.
It provides information about created
, changed
,
deleted
and released
entities.
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 |
---|
Collection<EntityInfo> getCreatedEntities()
entity infos
indicating
entities which were created during the belonging content commit of
this content operation
Collection<EntityInfo> getChangedEntities()
entity infos
indicating
entities which were changed during the belonging content commit of
this content operation
Collection<EntityInfo> getDeletedEntities()
entity infos
indicating
entities which were deleted during the belonging content commit of
this content operation
Collection<EntityInfo> getReleasedEntities()
entity infos
indicating
entities which were released during the belonging content commit of
this content operation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |