|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.command.AbstractBaseCommand
org.jbpm.command.VariablesCommand
org.jboss.soa.esb.services.jbpm.cmd.HungryVariablesCommand
public class HungryVariablesCommand
Get the process variables Map
.
VariablesCommand
"hungrily" gets the process
variable, while still inside the jBPM execution context.
VariablesCommand
just returns a lazy proxy that gets the variables lazily.
Gets from this proxy fail outside the context of a jBPM execution context.
Constructor Summary | |
---|---|
HungryVariablesCommand()
|
Method Summary | |
---|---|
java.lang.Object |
execute(org.jbpm.JbpmContext jbpmContext)
|
Methods inherited from class org.jbpm.command.VariablesCommand |
---|
getAdditionalToStringInformation, getTaskInstanceId, getTokenId, getVariableContainer, getVariableContainer, getVariables, setTaskInstanceId, setTokenId, setVariables, taskInstanceId, tokenId, 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 |
---|
public HungryVariablesCommand()
Method Detail |
---|
public java.lang.Object execute(org.jbpm.JbpmContext jbpmContext) throws java.lang.Exception
execute
in interface org.jbpm.command.Command
execute
in class org.jbpm.command.VariablesCommand
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |