Package org.activiti.engine.impl.cmd
Class HasExecutionVariableCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.HasExecutionVariableCmd
-
- All Implemented Interfaces:
Serializable,Command<Boolean>
public class HasExecutionVariableCmd extends Object implements Command<Boolean>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexecutionIdprotected booleanisLocalprotected StringvariableName
-
Constructor Summary
Constructors Constructor Description HasExecutionVariableCmd(String executionId, String variableName, boolean isLocal)
-
-
-
Method Detail
-
execute
public Boolean execute(CommandContext commandContext)
-
-