Package de.espirit.firstspirit.storage
Interface ReferencesChangeDetail
- All Superinterfaces:
RevisionChangeDetail
,Serializable
Interface indicating changes in referenced elements.
- Since:
- 4.2.400
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Specific type on entity references identified by a tuple of schema uid, type name, and a unique key.static interface
Specific type on external references identified by their external resource.static interface
Specific type on references identified by their id and kind.static interface
Specific type on references identified by their uid and type.static interface
Specific type on foreign references of projects identified by their id.static interface
Marker interface for elements providing information on references.static interface
Specific type on foreign references of projects identified by their remote configuration name. -
Method Summary
Modifier and TypeMethodDescriptionReturns the set of added references.Returns the set of deleted references.Methods inherited from interface de.espirit.firstspirit.storage.RevisionChangeDetail
getChangeType
-
Method Details
-
getAddedReferences
Set<ReferencesChangeDetail.Reference> getAddedReferences()Returns the set of added references.- Returns:
- A set of references.
- Since:
- 4.2.400
-
getDeletedReferences
Set<ReferencesChangeDetail.Reference> getDeletedReferences()Returns the set of deleted references.- Returns:
- A set of references.
- Since:
- 4.2.400
-