Interface IRecordInfo

All Known Subinterfaces:
IUploadRecordInfo

public interface IRecordInfo
Information about a record that is involved in an operation that is under audit.
Since:
9.0
  • Method Details

    • getId

      Deprecated.
      Use getRecordId() instead.
      Gets a String that contains the unique identifier of the record that this IRecordInfo represents, in the data store from which the record was retrieved.
      Returns:
      See above.
    • getOriginIds

      Set<OriginIdentifier> getOriginIds()
      Gets the OriginIdentifiers that identify the record that this IRecordInfo represents.
      Returns:
      See above.
    • getRecordId

      String getRecordId()
      Gets a String that contains the record identifier of the record that this IRecordInfo represents.
      Returns:
      See above.
      Since:
      11.1
    • getLabel

      String getLabel()
      Gets a String that contains the human-readable label of the record that this IRecordInfo represents. If there is no label, the String is empty.
      Returns:
      See above.
    • getDataStore

      String getDataStore()
      Gets a String that contains the identifier of the data store that holds the record that this IRecordInfo represents.
      Returns:
      See above.
    • getSecurityDimensionValueIds

      Map<String,Set<String>> getSecurityDimensionValueIds()
      Gets a map that contains the String identifiers of the security dimension values for the record that this IRecordInfo represents. The map is indexed by the String identifiers of the security dimensions.
      Returns:
      See above.