com.ibm.jarm.api.core
Interface AuditableEntity
-
- All Known Subinterfaces:
- AlternateRetention, DispositionAction, DispositionPhase, DispositionSchedule, DispositionTrigger, Hold, Location, NamingPattern, NamingPatternLevel, NamingPatternSequence, Record, RecordCategory, RecordContainer, RecordFolder, RecordType, RecordVolume, RMCustomObject, SystemConfiguration
public interface AuditableEntity
Represents an entity for which audit events can be retrieved.
-
-
Method Summary
Methods Modifier and Type Method and Description PageableSet<AuditEvent>
getAuditedEvents(RMPropertyFilter filter)
Retrieves all audit events associated with the entity.
-
-
-
Method Detail
-
getAuditedEvents
PageableSet<AuditEvent> getAuditedEvents(RMPropertyFilter filter)
Retrieves all audit events associated with the entity.Alternatively, the
RMSearch
query capability can also be used to perform a more detailed audit event-related retrieval for a given entity based upon theRMPropertyName.SourceObjectId
property value of the event.- Parameters:
filter
- an optionalRMPropertyFilter
to control granularity of any object-type properties for each returned audit event.- Returns:
- A
PageableSet
ofAuditEvent
instances. Result collection can be empty.
-
-