|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Allows advanced users to customize invocations on client-side components.
| Method Summary | |
Arguments |
getArguments()
Returns the original Arguments object passed to this task. |
InstanceInfo |
getResult()
Finishes this execution and updates the Arguments object passed to this task. |
Invocation |
next()
Returns the next client-side invocation that must be performed. After the invocation is finished, setInvocationResult(java.lang.Object[]) or setException(java.lang.Throwable) must be called depending
on the result of this invocation. |
void |
setException(Throwable t)
Sets the exception thrown by the last invocation. |
void |
setInvocationResult(Object[] ret)
Sets the result of the last invocation. |
| Method Detail |
public Arguments getArguments()
Arguments object passed to this task.
Arguments object passed to this task.public void setException(Throwable t)
t - exception thrown by the last invocation returned by next().public void setInvocationResult(Object[] ret)
ret - output arguments of the last invocation returned by next().public InstanceInfo getResult()
Arguments object passed to this task.
null if none was created.
public Invocation next()
throws Exception
setInvocationResult(java.lang.Object[]) or setException(java.lang.Throwable) must be called depending
on the result of this invocation.
null if finished.
Exception - if something goes wrong.
|
ALBPM Process API (PAPI) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||