flux.audittrail.server
Interface ExitingActionOnSignalEvent

All Superinterfaces:
AbstractActionOrTriggerName, AbstractAuditTrailEvent, AbstractServerEvent
All Known Subinterfaces:
ExitingActionOnTimeoutEvent

public interface ExitingActionOnSignalEvent
extends AbstractServerEvent, AbstractActionOrTriggerName

Logged to the audit trail when a flow chart exits an action after signals are raised during execution of that action. When any signal is raised on an executing action, the action is notified through the FlowContext interface.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.util.Set getRaisedSignals()
          Returns a non-empty set of signals that were raised during the execution of the flow chart action.
 
Methods inherited from interface flux.audittrail.server.AbstractServerEvent
getFlowContext, getFlowContextId
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 
Methods inherited from interface flux.audittrail.server.AbstractActionOrTriggerName
getActionOrTriggerName
 

Method Detail

getRaisedSignals

java.util.Set getRaisedSignals()
Returns a non-empty set of signals that were raised during the execution of the flow chart action.

Returns:
Set of String. A non-empty set of signals that were raised during the execution of the flow chart action.


© 2014 Flux Corporation. All rights reserved.