public final class AuditEventDispatcher.RegisteredObjectAuditSpecification extends AuditEventDispatcher.RegisteredAuditSpecification
Constructor and Description |
---|
RegisteredObjectAuditSpecification(LibrarySession session,
AuditSpecification auditSpec)
Constructs a RegisteredObjectAuditSpecification.
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(LibrarySession session,
AuditSpecification auditSpec)
Initializes a RegisteredObjectAuditSpecification.
|
protected boolean |
isEventApplicable(LibrarySession session,
RawAuditEvent rawEvent)
Is the specified AuditEvent applicable to this AuditSpecification?
|
protected boolean |
isFreeOperation(LibrarySession session,
int opType)
Is the specified operation type a FREE operation?
|
getAuditEventPropertyTableName, getAuditEventTableName, getAuditSpecification, getAuditSpecificationId, getMinimumEventId, initialize, isAuditSpecificationActive, isHandlerNotifiedWhenEventsPosted, isPendingAuditEventDispatchRequests, setMinimumEventId, setPendingAuditEventDispatchRequests
public RegisteredObjectAuditSpecification(LibrarySession session, AuditSpecification auditSpec) throws IfsException
session
- the posted audit eventauditSpec
- the AuditSpecificationIfsException
- if the operation failspublic void initialize(LibrarySession session, AuditSpecification auditSpec) throws IfsException
initialize
in class AuditEventDispatcher.RegisteredAuditSpecification
session
- the posted audit eventauditSpec
- the AuditSpecificationIfsException
- if the operation failsprotected boolean isFreeOperation(LibrarySession session, int opType)
session
- the session contextopType
- the operation typeprotected boolean isEventApplicable(LibrarySession session, RawAuditEvent rawEvent)
isEventApplicable
in class AuditEventDispatcher.RegisteredAuditSpecification
session
- the session contextrawEvent
- the raw event to checkCopyright © 2023. All rights reserved.