Package com.i2group.disco.audit
Interface IUploadRecordInfo
- All Superinterfaces:
IRecordInfo
Information about a record that is involved in a "record create" or "record update" operation
that is under audit.
Important: Use IRecordInfo.getOriginIds()
, rather than IRecordInfo.getId()
, as the identifier of the uploaded record.
- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptionGets theINoteChangeset
that contains information about changes to the notes of the uploaded record.Gets theISourceReferenceChangeset
that contains information about changes to the source references of the uploaded record.Methods inherited from interface com.i2group.disco.audit.IRecordInfo
getDataStore, getId, getLabel, getOriginIds, getRecordId, getSecurityDimensionValueIds
-
Method Details
-
getNoteChanges
INoteChangeset getNoteChanges()Gets theINoteChangeset
that contains information about changes to the notes of the uploaded record.- Returns:
- See above.
-
getSourceReferenceChanges
ISourceReferenceChangeset getSourceReferenceChanges()Gets theISourceReferenceChangeset
that contains information about changes to the source references of the uploaded record.- Returns:
- See above.
- Since:
- 11.0
-