|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JavaProcess
JavaProcess is the interface for is used for automatic
workflow steps implemented in Java. Classes implementing this interface
define Java based processes that can be attached to a WorkflowNode
and executed by the workflow engine.
| Method Summary | |
|---|---|
void |
execute(WorkItem item,
WorkflowSession session)
Deprecated. |
| Method Detail |
|---|
void execute(WorkItem item,
WorkflowSession session)
throws Exception
WorkItem
and WorkflowSession.
item - The WorkItem that defines the newly
started JavaProcess.session - The WorkflowSession that is used for
starting the JavaProcess.
Exception - Thrown in case something goes wrong during execution.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||