public interface AuditableEntity
Modifier and Type | Method and Description |
---|---|
PageableSet<AuditEvent> |
getAuditedEvents(RMPropertyFilter filter)
Retrieves all audit events associated with the entity.
|
PageableSet<AuditEvent> getAuditedEvents(RMPropertyFilter filter)
Alternatively, the RMSearch
query capability can also be used
to perform a more detailed audit event-related retrieval for a given entity
based upon the RMPropertyName.SourceObjectId
property value of the event.
filter
- an optional RMPropertyFilter
to control granularity of
any object-type properties for each returned audit event.PageableSet
of AuditEvent
instances. Result collection can be empty.© Copyright IBM Corp. 2010, 2013. All Rights Reserved.