|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.client.GetVariables
public class GetVariables
| Field Summary | |
|---|---|
protected long |
executionDbid
|
protected java.util.List<java.lang.String> |
variableNames
|
| Constructor Summary | |
|---|---|
GetVariables(long executionDbid,
java.util.List<java.lang.String> variableNames)
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
execute(Environment environment)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long executionDbid
protected java.util.List<java.lang.String> variableNames
| Constructor Detail |
|---|
public GetVariables(long executionDbid,
java.util.List<java.lang.String> variableNames)
| Method Detail |
|---|
public java.util.Map<java.lang.String,java.lang.Object> execute(Environment environment)
throws java.lang.Exception
execute in interface Command<java.util.Map<java.lang.String,java.lang.Object>>java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||