public interface OperationAction
Interface is currently only stubbed.
| Modifier and Type | Method and Description |
|---|---|
void |
eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
void |
initialize(OperationActionSpecification oas)
Initialize this instance.
|
void initialize(OperationActionSpecification oas) throws IfsException
Called immediately after construction (via the default constructor) and used so that the implementation can initialize session-independent state. This instance may be subsequently used concurrently by multiple threads.
oas - the referencing OperationActionSpecificationIfsException - if the operation failsvoid eventPosted(OperationActionSpecification oas, AuditEvent event, LibraryObject target) throws IfsException
Called with the OperationActionSpecification context of this action, along with the event being posted and the target object.
oas - the referencing OperationActionSpecificationevent - the event being postedtarget - the target objectIfsException - if the operation failsCopyright © 2025. All rights reserved.