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 theISourceReferenceAdditions for a particular record.GetsStrings that contain the identifiers of source references that were deleted from a particular record.Gets theISourceReferenceModifications for a particular record.
-
Method Details
-
getAddedSourceReferences
Collection<ISourceReferenceAddition> getAddedSourceReferences()Gets theISourceReferenceAdditions for a particular record.- Returns:
- See above.
-
getModifiedSourceReferences
Collection<ISourceReferenceModification> getModifiedSourceReferences()Gets theISourceReferenceModifications for a particular record.- Returns:
- See above.
-
getDeletedSourceReferences
Collection<String> getDeletedSourceReferences()GetsStrings that contain the identifiers of source references that were deleted from a particular record.- Returns:
- See above.
-