|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskException | |
com.arsdigita.workflow.simple | A tool framework for establishing collaboration among all the specialized members of a production staff. |
Uses of TaskException in com.arsdigita.workflow.simple |
Subclasses of TaskException in com.arsdigita.workflow.simple | |
class |
ProcessException
Standard exception for Process and Task action methods to throw when illegal operations are attempted. |
Methods in com.arsdigita.workflow.simple that throw TaskException | |
void |
UserTask.finish(User user)
Marks the task as finished. |
void |
UserTask.finish(User user,
String comment)
Marks the task as finished with an additional comment. |
void |
Task.finish()
Marks the task as finished. |
void |
Task.notifyFinished(Task senderTask)
Notifies finished listeners. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |