|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents an argument of an activity task. TaskArgument can be an input argument, an output argument, or an input/output argument. TaskArguments are set in Studio.
| Method Summary | |
String |
getDescription()
Gets the argument description. |
String |
getJavaType()
Gets the Java type of this argument. |
String |
getName()
Gets the argument name. |
boolean |
isIn()
Returns true if this argument is an input argument. |
boolean |
isOut()
Returns true if this argument is an output argument. |
| Method Detail |
public String getDescription()
null.
public boolean isIn()
true if this argument is an input argument. Note that arguments can be in, out, or in/out.
true if this argument is an input argumentpublic String getJavaType()
public String getName()
public boolean isOut()
true if this argument is an output argument. Note that arguments can be in, out, or in/out.
true if this argument is an output argument
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||