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 |
---|---|
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.
|
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 boolean |
ScriptHandler.isValidEvent(AuditEventHandlerContext context,
LibrarySession session,
AuditEvent event)
Verify that the event represents a valid request by a valid user.
|
protected void |
AuditEventHandlerAdapter.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.
|
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 |
---|---|
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 |
---|---|
void |
OperationAction.eventPosted(OperationActionSpecification oas,
AuditEvent event,
LibraryObject target)
Receive notification that an event is being posted.
|
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.
|
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) |
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 © 2023. All rights reserved.