Uses of Enum Class
de.espirit.firstspirit.storage.ChangeType
Packages that use ChangeType
-
Uses of ChangeType in de.espirit.firstspirit.event
Methods in de.espirit.firstspirit.event that return types with arguments of type ChangeTypeModifier and TypeMethodDescription@NotNull Map<ChangeType,
RevisionChangeDetail> IDProviderChange.getChangeDetails()
Get revision change details for this element change. -
Uses of ChangeType in de.espirit.firstspirit.storage
Methods in de.espirit.firstspirit.storage that return ChangeTypeModifier and TypeMethodDescriptionRevisionChangeDetail.getChangeType()
Returns the change type this revision change detail belongs to.static ChangeType
Returns the enum constant of this class with the specified name.static ChangeType[]
ChangeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.storage that return types with arguments of type ChangeTypeModifier and TypeMethodDescriptionRevisionMetaData.getChangedStoreElements()
Returns an unmodifiable map of storeelement changes indicating all changes processed in the belonging revision.