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 aStringthat contains the identifier of the data store that holds the record that thisIRecordInforepresents.getId()Deprecated.getLabel()Gets aStringthat contains the human-readable label of the record that thisIRecordInforepresents.Gets theOriginIdentifiers that identify the record that thisIRecordInforepresents.Gets aStringthat contains the record identifier of the record that thisIRecordInforepresents.Gets a map that contains theStringidentifiers of the security dimension values for the record that thisIRecordInforepresents.
-
Method Details
-
getId
Deprecated.UsegetRecordId()instead.Gets aStringthat contains the unique identifier of the record that thisIRecordInforepresents, in the data store from which the record was retrieved.- Returns:
- See above.
-
getOriginIds
Set<OriginIdentifier> getOriginIds()Gets theOriginIdentifiers that identify the record that thisIRecordInforepresents.- Returns:
- See above.
-
getRecordId
String getRecordId()Gets aStringthat contains the record identifier of the record that thisIRecordInforepresents.- Returns:
- See above.
- Since:
- 11.1
-
getLabel
String getLabel()Gets aStringthat contains the human-readable label of the record that thisIRecordInforepresents. If there is no label, theStringis empty.- Returns:
- See above.
-
getDataStore
String getDataStore()Gets aStringthat contains the identifier of the data store that holds the record that thisIRecordInforepresents.- Returns:
- See above.
-
getSecurityDimensionValueIds
Gets a map that contains theStringidentifiers of the security dimension values for the record that thisIRecordInforepresents. The map is indexed by theStringidentifiers of the security dimensions.- Returns:
- See above.
-
getRecordId()instead.