Package | Description |
---|---|
org.apache.commons.scxml2 |
The Commons SCXML executor and core concepts.
|
org.apache.commons.scxml2.model |
A collection of classes needed to model SCXML documents.
|
Modifier and Type | Method and Description |
---|---|
ActionExecutionContext |
SCXMLExecutionContext.getActionExecutionContext() |
Modifier and Type | Method and Description |
---|---|
protected void |
NamelistHolder.addNamelistDataToPayload(ActionExecutionContext exctx,
Map<String,Object> payload)
Adds data to the payload data map based on the namelist which names are location expressions
(typically data ids or for example XPath variables).
|
protected void |
ParamsContainer.addParamsToPayload(ActionExecutionContext exctx,
Map<String,Object> payload)
Adds data to the payload data map based on the
Param s of this ParamsContainer |
void |
Var.execute(ActionExecutionContext exctx)
Execute this action instance.
|
void |
Send.execute(ActionExecutionContext exctx)
Execute this action instance.
|
void |
Script.execute(ActionExecutionContext exctx)
Execute this action instance.
|
void |
Raise.execute(ActionExecutionContext exctx)
Execute this action instance.
|
void |
Log.execute(ActionExecutionContext exctx)
Execute this action instance.
|
void |
Invoke.execute(ActionExecutionContext axctx) |
void |
If.execute(ActionExecutionContext exctx)
Execute this action instance.
|
void |
Foreach.execute(ActionExecutionContext exctx)
Execute this action instance.
|
void |
ElseIf.execute(ActionExecutionContext exctx)
Execute this action instance.
|
void |
Cancel.execute(ActionExecutionContext exctx)
Execute this action instance.
|
void |
Assign.execute(ActionExecutionContext exctx)
Execute this action instance.
|
abstract void |
Action.execute(ActionExecutionContext exctx)
Execute this action instance.
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.