Modifier and Type | Method and Description |
---|---|
protected AuditEvent[] |
LibrarySession.DMSelectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Invokes the identically-named remote S_LibrarySession method.
|
AuditEvent[] |
LibrarySession.selectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
AuditEvent[] |
LibrarySession.selectAuditEvents(Long auditSpec,
String filterClause,
String sortClause,
int maxItems)
Select audit events.
|
Modifier and Type | Method and Description |
---|---|
Long |
LibrarySession.directlyDispatchAuditEvent(AuditEvent event,
Long specId)
Directly dispatch an AuditEvent to the specified Event History.
|
protected Long |
LibrarySession.DMDirectlyDispatchAuditEvent(AuditEvent event,
Long specId)
Invokes the identically-named remote S_LibrarySession method.
|
protected void |
LibrarySession.DMPostAuditEvent(AuditEvent event,
int mode)
Invokes the identically-named remote S_LibrarySession method.
|
protected OperationActionSpecification |
LibraryObject.getOperationActionSpecificationContext(AuditEvent event,
Folder context)
Gets the OperationActionSpecification context (if any) for the
event that is about to be posted.
|
protected boolean |
ActivityRecord.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
ApplicationObject.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Category.isValidEventType(AuditEvent event) |
protected boolean |
DirectoryGroup.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
DirectoryUser.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Document.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Family.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Folder.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
FolderLink.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
LibraryObject.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Link.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
MessageEntry.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
MessageList.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
Relation.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
SimpleObject.isValidEventType(AuditEvent event) |
void |
LibrarySession.postAuditEvent(AuditEvent event)
Create a new audit event.
|
void |
LibrarySession.postAuditEvent(AuditEvent event,
int mode)
Create a new audit event.
|
void |
LibrarySession.postAuditEvent(LibraryObject target,
AuditEvent event)
Create a new audit event.
|
void |
LibrarySession.postAuditEvent(LibraryObject target,
AuditEvent event,
int mode)
Create a new audit event.
|
void |
LibrarySession.postCustomAuditEvent(AuditEvent event)
Create a new custom audit event.
|
void |
LibrarySession.postCustomAuditEvent(LibraryObject target,
AuditEvent event)
Create a new custom audit event.
|
void |
DirectoryUser.postSystemAuditEvent(AuditEvent event)
Posts a System event.
|
protected void |
LibraryObject.prePostAuditEvent(AuditEvent event,
int mode)
Extensibility point for creation of a new audit event.
|
Modifier and Type | Method and Description |
---|---|
AuditEvent |
AuditEventDispatchRequest.getAuditEvent()
Gets the AuditEvent.
|
AuditEvent |
EventNotification.getAuditEvent()
Gets the AuditEvent comprises the notification.
|
AuditEvent |
RawAuditEvent.getAuditEvent()
Gets the audit event that was posted.
|
Constructor and Description |
---|
AuditEventDispatchRequest(AuditEvent event,
Long auditSpecId,
String propTblName)
Constructs an AuditEventDispatchRequest.
|
EventNotification(AuditEvent event,
LibraryObjectInterface notifyee)
Constructs an EventNotification in preparation for saving
into the repository.
|
EventNotification(AuditEvent event,
Long notifyeeId,
Long notifyeeClassId,
Date notifyDate,
int status)
Constructs an EventNotification in preparation for saving
into the repository.
|
RawAuditEvent(AuditEvent auditEvent,
long folderContextId,
long folderPathId,
boolean inObjHistory)
Constructs a RawAuditEvent.
|
Modifier and Type | Method and Description |
---|---|
AuditEvent[] |
ActionSelector.selectAuditEvents()
Returns the entire search results as an array of the
AuditEvents that reflect each previously executed Action.
|
Modifier and Type | Method and Description |
---|---|
abstract Action |
ActionFactory.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
ConverseAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateConversationAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
DeleteAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
IncludeActorAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
MessageAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
RecommendAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
UpdateAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
static Action |
ActionAdapter.getInstance(LibrarySession session,
AuditEvent event)
Constructs a previously executed Action, using the AuditEvent as
the data source.
|
Constructor and Description |
---|
ActionAdapter(ActionFactory factory,
AuditEvent event)
Constructs a FollowAction reflecting a previously executed Action.
|
ConverseAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" ConverseAction, reflecting a previously
executed Action.
|
CreateAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateAction, reflecting a previously
executed Action.
|
CreateConversationAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateConversationAction, reflecting a previously
executed Action.
|
DeleteAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" DeleteAction, reflecting a previously
executed Action.
|
IncludeActorAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" IncludeActorAction, reflecting a previously
executed Action.
|
MessageAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" MessageAction, reflecting a previously
executed Action.
|
RecommendAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" RecommendAction, reflecting a previously
executed Action.
|
UpdateAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" UpdateAction, reflecting a previously
executed Action.
|
Modifier and Type | Method and Description |
---|---|
Action |
CommentAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
FollowAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
LikeAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Constructor and Description |
---|
CommentAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CommentAction, reflecting a previously
executed Action.
|
FollowAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" FollowAction, reflecting a previously
executed Action.
|
LikeAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" LikeAction, reflecting a previously
executed Action.
|
Modifier and Type | Method and Description |
---|---|
void |
EventHandlerAgent.InternalHandler.purgeEvent(AuditEvent event) |
void |
EventHandlerAgent.InternalHandler.purgeEvents(AuditEvent[] events) |
Modifier and Type | Method and Description |
---|---|
AuditEvent[] |
RuntimeState.getAuditEvents()
Gets all audit events that have been posted on the target.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey)
Posts an audit event, without any properties.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey,
AttributeValue[] props)
Posts an audit event, with the specified properties.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey,
Long auxNumber)
Posts an audit event, without any properties.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey,
String auxString)
Posts an audit event, without any properties.
|
AuditEvent |
RuntimeState.postAuditEvent(String eventKey,
String auxString,
Long auxNumber,
AttributeValue[] props)
Posts an audit event, with the specified properties.
|
Modifier and Type | Method and Description |
---|---|
static DispatchedEvent |
DispatchedEvent.create(AuditEvent event,
DispatchingHandlerSpecification dhSpec,
AuditSpecification dispatcher,
AuditSpecification worker,
String eventSetName,
Integer estCost)
Creates an new DispatchedEvent for the specified event.
|
boolean |
AuditTargetSpecification.isEventApplicable(AuditEvent event,
AuditSpecification spec)
Checks to see if the specified event is applicable to
the specified AuditSpecification.
|
boolean |
AuditTargetSpecification.isEventApplicable(AuditEvent event,
AuditSpecification spec,
long targetIdVal,
int inclDesc)
Checks to see if the specified event is applicable to
the specified AuditSpecification.
|
protected boolean |
AuditSpecification.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
HandlerState.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
NodeState.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
ServerState.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
protected boolean |
ServiceState.isValidEventType(AuditEvent event)
Checks to see if the event type in the process of being posted on the
target LibraryObject is consistent with the target.
|
void |
AuditSpecification.purgeEvent(AuditEvent event)
Purges an AuditEvent from its audit history.
|
void |
AuditSpecification.purgeEvents(AuditEvent[] events)
Purges a set of AuditEvents from their audit histories.
|
void |
AuditSpecification.redispatchEvent(AuditEvent event)
Dispatches an AuditEvent from its current assignemnt to this
AuditSpecification.
|
void |
DispatchedEvent.requeueToDispatcher(AuditEvent event)
Requeue the specified event back to the dispatcher.
|
void |
DispatchedEvent.requeueToDispatcher(AuditEvent event,
DispatchedEvent.StatusCode status)
Requeue the specified event back to the dispatcher.
|
Modifier and Type | Method and Description |
---|---|
protected void |
InformationExtractionHandlerDispatcher.processEvent(AuditEventHandlerContext context,
AuditEvent event)
Process an event, either directly or by dispatching the event.
|
Modifier and Type | Method and Description |
---|---|
protected AuditEvent[] |
AuditEventHandlerAdapter.selectEvents(AuditEventHandlerContext context,
String[] eventTypes,
Long maxId,
int batchSize)
Selects all events for this handler's AuditSpecification, up to and
including the specified maximum event ID, filtered by the specified
event types.
|
protected AuditEvent[] |
AuditEventHandlerAdapter.selectEvents(AuditEventHandlerContext context,
String[] eventTypes,
Long minId,
Long maxId,
int batchSize)
Selects all events for this handler's AuditSpecification,
using an ID range specified by optional min and max values.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DispatchingHandler.checkForNewPendingEventSetName(AuditEventHandlerContext context,
AuditEvent event)
Check to see if we now have a new Pending Event Set name that
the dispatcher should track to see when all of the events have
been processed.
|
protected DispatchingHandlerSpecification |
DispatchingHandler.determineDispatchingHandlerSpecification(LibrarySession session,
AuditEvent event)
Determine the DispatchingHandlerSpecification that should
be used for the specificed event.
|
protected Long |
FolderIndexDispatchingHandler.FolderIndexDispatchingHandlerState.getEffectiveTargetObjectIdForEvent(LibrarySession session,
AuditEvent event) |
Integer |
DispatchingHandler.getEstimatedCost(LibrarySession session,
AuditEvent event)
Gets the estimated cost of processing the specified event.
|
String |
DispatchingHandler.getEventSetName(LibrarySession session,
AuditEvent event)
Gets the EventSet name from the specified event.
|
protected boolean |
ScriptHandler.isValidEvent(AuditEventHandlerContext context,
LibrarySession session,
AuditEvent event)
Verify that the event represents a valid request by a valid user.
|
protected void |
AuditEventHandlerAdapter.markProcessingCompleted(AuditEventHandlerContext context,
AuditEvent event,
DispatchedEvent de)
Mark "Processing Completed" on the specified DispatchedEvent and purge
the associated AuditEvent.
|
protected void |
DispatchingHandler.markProcessingCompleted(AuditEventHandlerContext context,
AuditEvent event,
DispatchedEvent de)
Mark "Processing Completed" on the specified DispatchedEvent and purge
the associated AuditEvent.
|
protected DispatchedEvent |
AuditEventHandlerAdapter.markProcessingStarted(AuditEventHandlerContext context,
AuditEvent event)
Verify that the event represents a valid event that should be processed
by this handler, and set "Processing Started" status on the associated
DispatchedEvent.
|
protected void |
AuditEventHandlerAdapter.processEvent(AuditEventHandlerContext context,
AuditEvent event)
Process the specified event.
|
protected void |
DispatchingHandler.processEvent(AuditEventHandlerContext context,
AuditEvent event)
Process the specified event.
|
protected void |
ScriptHandler.processEvent(AuditEventHandlerContext context,
AuditEvent event)
Process an event, by executing a set of script operations.
|
protected void |
InterMediaAnnotationHandler.processEvent(AuditEventHandlerContext context,
LibrarySession session,
AuditEvent event)
Process an event.
|
protected abstract void |
DispatchingHandler.processEvent(LibrarySession session,
AuditEvent event,
DispatchedEvent de)
Low-level processing of an event.
|
protected void |
FolderIndexDispatchingHandler.processEvent(LibrarySession session,
AuditEvent event,
DispatchedEvent de) |
protected void |
DispatchingHandler.processExistingDispatchedEvent(AuditEventHandlerContext context,
AuditEvent event,
DispatchedEvent de)
Process an event that already has an existing DispatchedEvent
defined, indicating that it was likely requeued by a Worker.
|
protected DispatchedEvent |
AuditEventHandlerAdapter.setProcessingStarted(AuditEventHandlerContext context,
AuditEvent event,
DispatchedEvent de)
Mark the specified DispatchedEvent as "Processing started" if
this event is indeed to be processed.
|
protected DispatchedEvent |
DispatchingHandler.setProcessingStarted(AuditEventHandlerContext context,
AuditEvent event,
DispatchedEvent de)
Mark the specified DispatchedEvent as "Processing started" if
this event is indeed to be processed.
|
Modifier and Type | Method and Description |
---|---|
protected AuditEvent |
ScriptOperations.constructAuditEvent(LibraryObject target,
String opTypeKey,
String domainTag,
String auxString,
String auxNumber,
String auxObjsToken)
Construct an audit event, to be posted as either a Custom or System
AuditEvent.
|
Modifier and Type | Method and Description |
---|---|
static void |
ShowUtils.showAuditEvents(Logger logger,
LibrarySession sess,
AuditEvent[] aes,
String prefix,
boolean verbose,
boolean showDates,
boolean stripNumbers)
Show AuditEvent information.
|
Modifier and Type | Method and Description |
---|---|
Action |
CreateCommunityAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateInvitationAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreatePostingAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
DeletePostingAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
DocumentUpdateAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
InviteAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
JoinAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
PostAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
RecommendMembershipAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
RsvpAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
UpdateInvitationAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Constructor and Description |
---|
CreateCommunityAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateCommunityAction, reflecting a previously
executed Action.
|
CreateInvitationAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateInvitationAction, reflecting a previously
executed Action.
|
CreatePostingAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreatePostingAction, reflecting a previously
executed Action.
|
DeletePostingAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" DeletePostingAction, reflecting a previously
executed Action.
|
DocumentUpdateAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" DocumentUpdateAction, reflecting a previously
executed Action.
|
InviteAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" InviteAction, reflecting a previously
executed Action.
|
JoinAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" JoinAction, reflecting a previously
executed Action.
|
PostAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" PostAction, reflecting a previously
executed Action.
|
RecommendMembershipAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" RecommendMembershipAction, reflecting a
previously executed Action.
|
RsvpAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" RsvpAction, reflecting a previously
executed Action.
|
UpdateInvitationAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" UpdateInvitationAction, reflecting a previously
executed Action.
|
Modifier and Type | Method and Description |
---|---|
Action |
BinaryDeviceAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateDoorAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateGatewayAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateLightAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateSwitchAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
GatewayAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Constructor and Description |
---|
BinaryDeviceAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" BinaryDeviceAction, reflecting a previously
executed Action.
|
CreateDoorAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateDoorAction, reflecting a previously
executed Action.
|
CreateGatewayAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateGatewayAction, reflecting a previously
executed Action.
|
CreateLightAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateLightAction, reflecting a previously
executed Action.
|
CreateSwitchAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateSwitchAction, reflecting a previously
executed Action.
|
GatewayAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" GatewayAction, reflecting a previously
executed Action.
|
Modifier and Type | Method and Description |
---|---|
Action |
CreateSmartHomeAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
CreateSmartHomeItemAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
SmartHomeAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Action |
StateChangeAction.constructExecutedAction(AuditEvent event)
Construct an instance reflecting a previously executed Action.
|
Constructor and Description |
---|
CreateSmartHomeAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateSmartHomeAction, reflecting a previously
executed Action.
|
CreateSmartHomeItemAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" CreateSmartHomeItemAction, reflecting a previously
executed Action.
|
SmartHomeAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" SmartHomeAction, reflecting a previously
executed Action.
|
StateChangeAction(ActionFactory factory,
AuditEvent event)
Constructs an "executed" StateChangeAction, reflecting a previously
executed Action.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CombinedPlateAppearanceHandler.checkForNewPendingEventSetName(AuditEventHandlerContext context,
AuditEvent event) |
protected void |
PlateAppearanceDispatchingHandler.checkForNewPendingEventSetName(AuditEventHandlerContext context,
AuditEvent event) |
protected AuditSpecification |
CombinedPlateAppearanceHandler.PlateAppearanceDispatchingHandlerState.getActiveWorkerForNextEvent(LibrarySession session,
AuditEvent event,
AttributeValueTable deTable) |
protected AuditSpecification |
PlateAppearanceDispatchingHandler.PlateAppearanceDispatchingHandlerState.getActiveWorkerForNextEvent(LibrarySession session,
AuditEvent event,
AttributeValueTable deTable) |
protected AuditSpecification |
SimpleFastLaneHandler.SimpleFastLaneHandlerState.getActiveWorkerForNextEvent(LibrarySession session,
AuditEvent event,
AttributeValueTable deTable) |
protected LibraryObject |
CombinedPlateAppearanceHandler.PlateAppearanceDispatchingHandlerState.getEffectiveTargetObjectForEvent(LibrarySession session,
AuditEvent event) |
protected LibraryObject |
SimpleRetryOnErrorHandler.SimpleRetryOnErrorHandlerState.getEffectiveTargetObjectForEvent(LibrarySession session,
AuditEvent event) |
Integer |
CombinedPlateAppearanceHandler.getEstimatedCost(LibrarySession session,
AuditEvent event) |
Integer |
PlateAppearanceDispatchingHandler.getEstimatedCost(LibrarySession session,
AuditEvent event) |
String |
CombinedPlateAppearanceHandler.getEventSetName(LibrarySession session,
AuditEvent event) |
String |
PlateAppearanceDispatchingHandler.getEventSetName(LibrarySession session,
AuditEvent event) |
protected AuditSpecification |
CombinedPlateAppearanceHandler.PlateAppearanceDispatchingHandlerState.getLeastLoadedWorkerWithFastLane(LibrarySession session,
AuditEvent event,
int fastlaneCount)
Gets the Working handlers that should receive the next event,
using "least loaded worker" policy.
|
protected AuditSpecification |
SimpleFastLaneHandler.SimpleFastLaneHandlerState.getLeastLoadedWorkerWithFastLane(LibrarySession session,
AuditEvent event,
int fastlaneCount)
Gets the Working handlers that should receive the next event,
using "least loaded worker" policy.
|
protected boolean |
CombinedPlateAppearanceHandler.PlateAppearanceDispatchingHandlerState.isFastLaneEvent(LibrarySession session,
AuditEvent event)
Checks the specified event to see if it should be considered a
"fast lane" event.
|
protected boolean |
SimpleFastLaneHandler.SimpleFastLaneHandlerState.isFastLaneEvent(LibrarySession session,
AuditEvent event)
Checks the specified event to see if it should be considered a
"fast lane" event.
|
protected void |
PlateAppearanceHandler.processEvent(AuditEventHandlerContext context,
AuditEvent event)
Process an event.
|
protected void |
CombinedPlateAppearanceHandler.processEvent(LibrarySession session,
AuditEvent event,
DispatchedEvent de) |
protected void |
PlateAppearanceDispatchingHandler.processEvent(LibrarySession session,
AuditEvent event,
DispatchedEvent de) |
protected void |
SimpleCombinedPlateAppearanceHandler.processEvent(LibrarySession session,
AuditEvent event,
DispatchedEvent de) |
protected void |
SimpleFastLaneHandler.processEvent(LibrarySession session,
AuditEvent event,
DispatchedEvent de) |
protected void |
SimpleRetryOnErrorHandler.processEvent(LibrarySession session,
AuditEvent event,
DispatchedEvent de) |
protected void |
CombinedPlateAppearanceHandler.processExistingDispatchedEvent(AuditEventHandlerContext context,
AuditEvent event,
DispatchedEvent de) |
protected void |
PlateAppearanceDispatchingHandler.processExistingDispatchedEvent(AuditEventHandlerContext context,
AuditEvent event,
DispatchedEvent de) |
protected void |
SimpleFastLaneHandler.reallyProcessTheEvent(LibrarySession session,
AuditEvent event,
DispatchedEvent de) |
protected void |
SimpleRetryOnErrorHandler.reallyProcessTheEvent(LibrarySession session,
AuditEvent event,
DispatchedEvent de) |
Modifier and Type | Method and Description |
---|---|
void |
InterMediaAnnotationTrigger.eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
void |
OperationActionAdapter.eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
Modifier and Type | Method and Description |
---|---|
static AuditEvent[] |
AuditingUtilities.searchAuditHistory(LibrarySession session,
Map searchOptions,
AttributeValue[] sortOptions)
Searches the AuditEvent table given a Map of AuditEvent search options
and a Map of AuditEvent sort options.
|
Modifier and Type | Method and Description |
---|---|
protected AuditSpecification |
DispatchingHandlerState.determineWorker(LibrarySession session,
AuditEvent event,
AttributeValueTable deTable)
Determine the Worker to use for the next AuditEvent.
|
void |
DispatchingHandlerState.dispatchEvent(LibrarySession session,
AuditEvent event)
Dispatch a single event from a batch that selected.
|
void |
OperationAction.eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
protected void |
DispatchingHandlerState.finalizeDispatchedEventSettings(LibrarySession session,
AuditEvent event,
AttributeValueTable deTable)
Finalize any DispatchedEvent settings that will eventually get stored
on the newly created (or updated) DispatchedEvent.
|
protected AuditSpecification |
DispatchingHandlerState.getActiveWorkerForNextEvent(LibrarySession session,
AuditEvent event,
AttributeValueTable deTable)
Gets the Worker that should receive the next event.
|
protected LibraryObject |
DispatchingHandlerState.getEffectiveTargetObjectForEvent(LibrarySession session,
AuditEvent event)
Get the effective target object for the specified event,
used when "ContinuousWorkerEnabled" is enabled.
|
protected Long |
DispatchingHandlerState.getEffectiveTargetObjectIdForEvent(LibrarySession session,
AuditEvent event)
Get the effective target object ID for the specified event,
used when "ContinuousWorkerEnabled" is enabled.
|
protected AuditSpecification |
DispatchingHandlerState.getLeastLoadedWorkerWithFastLane(LibrarySession session,
AuditEvent event,
int fastlaneCount)
Gets the Worker that should receive the next event,
using "least loaded worker" policy, taking into account
the number of "Fast Lanes" specified..
|
protected void |
AuditEventDispatcher.handleAuditSpecificationEvents(LibrarySession session,
AuditEvent event)
Handle any events that pertain to changes in AuditSpecifications.
|
protected void |
AuditEventDispatcher.handleFreedEvents(LibrarySession session,
AuditEvent event)
Handle any "Freed" events, in terms of deleting existing events.
|
protected void |
AuditEventDispatcher.handleGlobalAuditTypeListChangeEvents(LibrarySession session,
AuditEvent event)
Handle any events that pertain to changes in a domain's
global audit type list.
|
protected void |
DispatchingHandlerState.initializeDispatchedEventSettings(LibrarySession session,
AuditEvent event,
AttributeValueTable deTable)
Initialize any DispatchedEvent settings that will eventually get stored
on the newly created (or updated) DispatchedEvent.
|
protected boolean |
DispatchingHandlerState.isFastLaneEvent(LibrarySession session,
AuditEvent event)
Checks the specified event to see if it should be considered a
"fast lane" event.
|
void |
AuditEventHandlerContext.purgeEvent(AuditEvent event)
Purges an AuditEvent from its audit history.
|
void |
AuditEventHandlerContextImpl.purgeEvent(AuditEvent event) |
void |
AuditEventHandlerContext.purgeEvents(AuditEvent[] events)
Purges a set of AuditEvents from their audit histories.
|
void |
AuditEventHandlerContextImpl.purgeEvents(AuditEvent[] events) |
void |
DispatchingHandlerState.redispatchEvent(LibrarySession session,
AuditEvent event,
DispatchedEvent de)
Re-Dispatch a single event from a batch that selected,
forthe case where the event was requeued..
|
Modifier and Type | Method and Description |
---|---|
static Event |
EventHelper.toEvent(AuditEvent auditEvent)
Converts an AuditEvent to an Event.
|
static Event[] |
EventHelper.toEvents(AuditEvent[] auditEvents)
Converts a set of AuditEvents to a set of Events.
|
Modifier and Type | Method and Description |
---|---|
AuditEvent[] |
S_LibrarySession.DMSelectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
AuditEvent[] |
S_LibrarySessionInterface.DMSelectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems) |
AuditEvent[] |
S_LibrarySession.selectAuditEvents(Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
AuditEvent[] |
S_LibrarySession.selectAuditEvents(Long auditSpec,
String filterClause,
String sortClause,
int maxItems)
Select audit events.
|
protected AuditEvent[] |
AuditExecutor.selectAuditEvents(S_LibrarySession session,
Long auditSpec,
String filterClause,
AttributeValue[] bindValues,
String sortClause,
int maxItems)
Select audit events.
|
Modifier and Type | Method and Description |
---|---|
Long |
S_LibrarySession.directlyDispatchAuditEvent(AuditEvent event,
Long specId)
Directly dispatch an AuditEvent to the specified AuditSpecifcation's
event history.
|
protected Long |
AuditExecutor.directlyDispatchAuditEvent(S_LibrarySession session,
AuditEvent event,
Long specId)
Directly dispatch an AuditEvent to the specified AuditSpecifcation's
event history.
|
Long |
S_LibrarySession.DMDirectlyDispatchAuditEvent(AuditEvent event,
Long specId)
Directly dispatch an AuditEvent to the specified AuditSpecifcation's
event history.
|
Long |
S_LibrarySessionInterface.DMDirectlyDispatchAuditEvent(AuditEvent event,
Long specId) |
void |
S_LibrarySession.DMPostAuditEvent(AuditEvent event,
int mode)
Create an audit event.
|
void |
S_LibrarySessionInterface.DMPostAuditEvent(AuditEvent event,
int mode) |
void |
S_LibrarySession.postAuditEvent(AuditEvent event,
int mode)
Create an audit event.
|
protected void |
AuditExecutor.postAuditEvent(S_LibrarySession session,
AuditEvent event,
int postMode)
Create an audit event.
|
Copyright © 2025. All rights reserved.