Package com.i2group.disco.audit
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 Summary
Modifier and TypeMethodDescriptionGets aString
that contains the identifier of the data store that holds the record that thisIRecordInfo
represents.getId()
Deprecated.getLabel()
Gets aString
that contains the human-readable label of the record that thisIRecordInfo
represents.Gets theOriginIdentifier
s that identify the record that thisIRecordInfo
represents.Gets aString
that contains the record identifier of the record that thisIRecordInfo
represents.Gets a map that contains theString
identifiers of the security dimension values for the record that thisIRecordInfo
represents.
-
Method Details
-
getId
Deprecated.UsegetRecordId()
instead.Gets aString
that contains the unique identifier of the record that thisIRecordInfo
represents, in the data store from which the record was retrieved.- Returns:
- See above.
-
getOriginIds
Set<OriginIdentifier> getOriginIds()Gets theOriginIdentifier
s that identify the record that thisIRecordInfo
represents.- Returns:
- See above.
-
getRecordId
String getRecordId()Gets aString
that contains the record identifier of the record that thisIRecordInfo
represents.- Returns:
- See above.
- Since:
- 11.1
-
getLabel
String getLabel()Gets aString
that contains the human-readable label of the record that thisIRecordInfo
represents. If there is no label, theString
is empty.- Returns:
- See above.
-
getDataStore
String getDataStore()Gets aString
that contains the identifier of the data store that holds the record that thisIRecordInfo
represents.- Returns:
- See above.
-
getSecurityDimensionValueIds
Gets a map that contains theString
identifiers of the security dimension values for the record that thisIRecordInfo
represents. The map is indexed by theString
identifiers of the security dimensions.- Returns:
- See above.
-
getRecordId()
instead.