org.jbpm.command
Class VariablesCommand

java.lang.Object
  extended by org.jbpm.command.AbstractBaseCommand
      extended by org.jbpm.command.VariablesCommand
All Implemented Interfaces:
Serializable, Command

public class VariablesCommand
extends AbstractBaseCommand

See Also:
Serialized Form

Constructor Summary
VariablesCommand()
           
 
Method Summary
 Object execute(JbpmContext jbpmContext)
           
 String getAdditionalToStringInformation()
           
 long getTaskInstanceId()
           
 long getTokenId()
           
protected  VariableContainer getVariableContainer(JbpmContext jbpmContext)
           
protected  VariableContainer getVariableContainer(Token token)
           
 Map getVariables()
           
 void setTaskInstanceId(long taskInstanceId)
           
 void setTokenId(long tokenId)
           
 void setVariables(Map variables)
           
 VariablesCommand taskInstanceId(long taskInstanceId)
           
 VariablesCommand tokenId(long tokenId)
           
 VariablesCommand variables(Map variables)
           
 
Methods inherited from class org.jbpm.command.AbstractBaseCommand
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariablesCommand

public VariablesCommand()
Method Detail

execute

public Object execute(JbpmContext jbpmContext)
               throws Exception
Throws:
Exception

getVariableContainer

protected VariableContainer getVariableContainer(JbpmContext jbpmContext)

getVariableContainer

protected VariableContainer getVariableContainer(Token token)

getTaskInstanceId

public long getTaskInstanceId()

setTaskInstanceId

public void setTaskInstanceId(long taskInstanceId)

getTokenId

public long getTokenId()

setTokenId

public void setTokenId(long tokenId)

getVariables

public Map getVariables()

setVariables

public void setVariables(Map variables)

getAdditionalToStringInformation

public String getAdditionalToStringInformation()
Overrides:
getAdditionalToStringInformation in class AbstractBaseCommand

taskInstanceId

public VariablesCommand taskInstanceId(long taskInstanceId)

tokenId

public VariablesCommand tokenId(long tokenId)

variables

public VariablesCommand variables(Map variables)


Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.