|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TaskWrapper
A TaskWrapper encapsulates all information that is needed to execute a certain task, including e.g. workflow and notification parameters.
| Method Summary | |
|---|---|
void |
execute()
Executes the task. |
java.util.Map |
getParameters()
Returns the task wrapper parameters. |
void |
restore(NamespaceHelper helper,
org.w3c.dom.Element element)
|
org.w3c.dom.Element |
save(NamespaceHelper helper)
Saves the wrapper parameters to an XML element. |
| Method Detail |
|---|
void execute()
throws ExecutionException
ExecutionException - when something went wrong.org.w3c.dom.Element save(NamespaceHelper helper)
helper - The namespace helper of the document.
void restore(NamespaceHelper helper,
org.w3c.dom.Element element)
helper - The namespace helper of the document.
Restores the wrapper parameters from an XML element.element - An XML element.java.util.Map getParameters()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||