Package de.espirit.firstspirit.storage
Interface RevisionMetaData
- All Superinterfaces:
Serializable
This interface represents metadata of an specific revision.
- Since:
- 4.0.47
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns an unmodifiable map of storeelement changes indicating all changes processed in the belonging revision.Collection<de.espirit.storage.File>getFiles()Deprecated.@Nullable RevisionOperation<?>Returns the revision operation.
-
Method Details
-
getFiles
Deprecated.since 5.2.230103 - usegetChangedStoreElements()Returns an unmodifiable collection offilesmodified by the belonging revision.- Since:
- 4.0.47
-
getChangedStoreElements
Map<BasicElementInfo,Map<ChangeType, getChangedStoreElements()RevisionChangeDetail>> Returns an unmodifiable map of storeelement changes indicating all changes processed in the belonging revision. The store element is identified by theBasicElementInfo. The value of the map is an mapping of change type to RevisionChangeDetail.- Returns:
- store element changes
- Since:
- 4.0.59
-
getOperation
Returns the revision operation.- Returns:
- the revision operation.
- Since:
- 4.0.120
-
getChangedStoreElements()