|
Novell exteNd Director 5.0 API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface implemented by all process nodes within a workflow process. Custom activity objects should extend com.sssw.wf.activity.ProcessNode.
Method Summary | |
void |
notifyArrive(EbiContext context)
This method is called when a workitem arrives. |
void |
notifyDepart(EbiContext context)
This method is called when a workitem departs. |
Method Detail |
public void notifyArrive(EbiContext context) throws EboActivityException
dispatch
- - dispatch whose body contains the workitem's message.public void notifyDepart(EbiContext context) throws EboActivityException
dispatch
- - dispatch whose body contains the workitem's message.
|
Novell exteNd Director 5.0 API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |