Package de.espirit.firstspirit.storage
Interface RevisionChangeDetail
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ChildrenChangeDetail
,DataChangeDetail
,PermissionChangeDetail
,ReferencesChangeDetail
This interface represents details of storeelement changes belonging to a specific revision
- Since:
- 4.0.59
-
Method Summary
Modifier and TypeMethodDescriptionReturns the change type this revision change detail belongs to.
-
Method Details
-
getChangeType
ChangeType getChangeType()Returns the change type this revision change detail belongs to.- Returns:
- the belonging change type
- Since:
- 4.0.59
-