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
  • Method Details

    • 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