flux.audittrail.server
Interface ExecutingActionEvent

All Superinterfaces:
AbstractActionOrTriggerName, AbstractAuditTrailEvent, AbstractServerEvent

public interface ExecutingActionEvent
extends AbstractServerEvent, AbstractActionOrTriggerName

Logged to the audit trail when a flow chart executes an action and that action provides an update on its execution status. Not all actions provide such updates.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.String getStatusMessage()
          Returns a message that describes the execution status of the 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

getStatusMessage

java.lang.String getStatusMessage()
Returns a message that describes the execution status of the action.

Returns:
The message logged to the audit trail as part of the Executing Action Event.


© 2014 Flux Corporation. All rights reserved.