|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IActivityService.ITaskCompletionResult
Method Summary | |
---|---|
IActivityTask |
getNewTask()
Returns the newly create activity Task after the transition if isNewTaskStarted() is true |
Long |
getSubmittedBatchID()
Returns The BatchID is isWorkflowSubmitted() |
IPreTransitionProblemsReport |
getTransitionValidationReport()
Returns the IPreTransitionProblemsReport if completion did not complete ( isCompleted() is false). |
boolean |
isCompleted()
Return if completeTask did complete the task. |
boolean |
isNewTaskStarted()
Returns true if isCompleted() if a new task was started due
to transition. |
boolean |
isWorkflowCanceled()
|
boolean |
isWorkflowSubmitted()
Returns true if isCompleted() and the completeTask was
called using a submit transition. |
Method Detail |
---|
boolean isCompleted()
IPreTransitionProblemsReport
IPreTransitionProblemsReport getTransitionValidationReport()
isCompleted()
is false). e.g. A pre transition
validation failed....
IPreTransitionProblemsReport
or null if
transition completedboolean isWorkflowSubmitted()
isCompleted()
and the completeTask was
called using a submit transition.
Long getSubmittedBatchID()
isWorkflowSubmitted()
boolean isWorkflowCanceled()
boolean isNewTaskStarted()
isCompleted()
if a new task was started due
to transition. i.e. transition was not a submit or cancel transition.
IActivityTask getNewTask()
isNewTaskStarted()
is true
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |