|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.pvm.internal.cmd.AbstractCommand<T>
org.jbpm.pvm.internal.cmd.VariablesCmd<java.lang.Void>
org.jbpm.pvm.internal.cmd.CreateExecutionVariablesCmd
public class CreateExecutionVariablesCmd
| Field Summary | |
|---|---|
protected java.lang.String |
executionId
|
protected boolean |
historyEnabled
|
| Fields inherited from class org.jbpm.pvm.internal.cmd.VariablesCmd |
|---|
variables |
| Constructor Summary | |
|---|---|
CreateExecutionVariablesCmd(java.lang.String executionId,
boolean historyEnabled)
|
|
| Method Summary | |
|---|---|
java.lang.Void |
execute(Environment environment)
|
| Methods inherited from class org.jbpm.pvm.internal.cmd.VariablesCmd |
|---|
addVariable, getExecution, getVariables, setVariables |
| Methods inherited from class org.jbpm.pvm.internal.cmd.AbstractCommand |
|---|
getAuthenticatedUserId, setAuthenticatedUserId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String executionId
protected boolean historyEnabled
| Constructor Detail |
|---|
public CreateExecutionVariablesCmd(java.lang.String executionId,
boolean historyEnabled)
| Method Detail |
|---|
public java.lang.Void execute(Environment environment)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||