Package com.i2group.disco.audit
Interface ISourceReferenceChangeset
public interface ISourceReferenceChangeset
A collection of changes to the source references on an i2 Analyze record.
- Since:
- 11.0
-
Method Summary
Modifier and TypeMethodDescriptionGets theISourceReferenceAddition
s for a particular record.GetsString
s that contain the identifiers of source references that were deleted from a particular record.Gets theISourceReferenceModification
s for a particular record.
-
Method Details
-
getAddedSourceReferences
Collection<ISourceReferenceAddition> getAddedSourceReferences()Gets theISourceReferenceAddition
s for a particular record.- Returns:
- See above.
-
getModifiedSourceReferences
Collection<ISourceReferenceModification> getModifiedSourceReferences()Gets theISourceReferenceModification
s for a particular record.- Returns:
- See above.
-
getDeletedSourceReferences
Collection<String> getDeletedSourceReferences()GetsString
s that contain the identifiers of source references that were deleted from a particular record.- Returns:
- See above.
-