Uses of Interface
de.espirit.or.EntityInfo
Packages that use EntityInfo
-
Uses of EntityInfo in de.espirit.firstspirit.storage
Methods in de.espirit.firstspirit.storage that return types with arguments of type EntityInfoModifier and TypeMethodDescriptionContentOperation.getChangedEntities()Returns an unmodifiable collection ofentity infosindicating entities which were changed during the belonging content commit of this content operation@NotNull Map<EntityInfo,Set<String>> ContentOperation.getChangedLanguages()Returns a mapping of entities to the set of language abbreviations that were changed during the content commit.ContentOperation.getCreatedEntities()Returns an unmodifiable collection ofentity infosindicating entities which were created during the belonging content commit of this content operationContentOperation.getDeletedEntities()Returns an unmodifiable collection ofentity infosindicating entities which were deleted during the belonging content commit of this content operationContentOperation.getReleasedEntities()Returns an unmodifiable collection ofentity infosindicating entities which were released during the belonging content commit of this content operation@NotNull Set<EntityInfo>ContentOperation.getSystemChanges()Returns a set ofEntityInfoobjects representing entities for which system-level changes occurred during the content commit.