org.jbpm.pvm.internal.cmd
Class CreateExecutionVariablesCmd

java.lang.Object
  extended by org.jbpm.pvm.internal.cmd.AbstractCommand<T>
      extended by org.jbpm.pvm.internal.cmd.VariablesCmd<java.lang.Void>
          extended by org.jbpm.pvm.internal.cmd.CreateExecutionVariablesCmd
All Implemented Interfaces:
java.io.Serializable, Command<java.lang.Void>

public class CreateExecutionVariablesCmd
extends VariablesCmd<java.lang.Void>

Author:
Alejandro Guizar
See Also:
Serialized Form

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

executionId

protected java.lang.String executionId

historyEnabled

protected boolean historyEnabled
Constructor Detail

CreateExecutionVariablesCmd

public CreateExecutionVariablesCmd(java.lang.String executionId,
                                   boolean historyEnabled)
Method Detail

execute

public java.lang.Void execute(Environment environment)
                       throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.