Interface IUploadRecordInfo

All Superinterfaces:
IRecordInfo

public interface IUploadRecordInfo extends 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 Details

    • getNoteChanges

      INoteChangeset getNoteChanges()
      Gets the INoteChangeset that contains information about changes to the notes of the uploaded record.
      Returns:
      See above.
    • getSourceReferenceChanges

      ISourceReferenceChangeset getSourceReferenceChanges()
      Gets the ISourceReferenceChangeset that contains information about changes to the source references of the uploaded record.
      Returns:
      See above.
      Since:
      11.0