public interface AuditTrailFlowContext extends VariableManager
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionName()
Returns the name of the action that invoked this listener.
|
Engine |
getEngine()
Returns the engine that invoked an action.
|
FlowChart |
getFlowChart()
Returns the current flow chart.
|
java.lang.Object |
getLastResult()
Returns the result of the previous action's execute() method.
|
java.lang.String |
getUsername()
Returns the username that belongs to the security context in which this
flow chart is executing.
|
java.lang.String getActionName()
FlowChart getFlowChart()
Engine getEngine()
java.lang.Object getLastResult()
java.lang.String getUsername()
© 2000-2025 Flux Corporation. All rights reserved.