Interface IRecordIdentifierInfo


public interface IRecordIdentifierInfo
Information about the identifiers of a record that is involved in a "record delete" operation that is under audit.
Since:
10.1
  • Method Details

    • isSeed

      boolean isSeed()
      true if the record with these identifiers featured in the original delete request; false if it is a link being deleted only because it is connected to such a record.
      Returns:
      See above.
    • getOriginIds

      Set<OriginIdentifier> getOriginIds()
      Gets the OriginIdentifiers that this IRecordIdentifierInfo represents. The set can contain OriginIdentifiers for the record in its sources and in the Information Store.
      Returns:
      See above.
    • getRecordId

      String getRecordId()
      Gets a String that contains the record identifier that this IRecordIdentifierInfo represents.
      Returns:
      See above.