Package com.i2group.disco.audit
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 Summary
Modifier and TypeMethodDescriptionGets theOriginIdentifier
s that thisIRecordIdentifierInfo
represents.Gets aString
that contains the record identifier that thisIRecordIdentifierInfo
represents.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.
-
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 theOriginIdentifier
s that thisIRecordIdentifierInfo
represents. The set can containOriginIdentifier
s for the record in its sources and in the Information Store.- Returns:
- See above.
-
getRecordId
String getRecordId()Gets aString
that contains the record identifier that thisIRecordIdentifierInfo
represents.- Returns:
- See above.
-