org.jbpm.command
Class VariablesCommand
java.lang.Object
org.jbpm.command.AbstractBaseCommand
org.jbpm.command.VariablesCommand
- All Implemented Interfaces:
- Serializable, Command
public class VariablesCommand
- extends AbstractBaseCommand
- See Also:
- Serialized Form
VariablesCommand
public VariablesCommand()
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.