|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowTaskInstance
The part of a WorkflowTask that is responsible for actually doing the work.
Method Summary | |
---|---|
void |
run(org.apache.oodt.cas.metadata.Metadata metadata,
WorkflowTaskConfiguration config)
Runs the Task with the specified metadata context. |
Method Detail |
---|
void run(org.apache.oodt.cas.metadata.Metadata metadata, WorkflowTaskConfiguration config) throws WorkflowTaskInstanceException
Runs the Task with the specified metadata context.
metadata
- The TaskContext of metadata that is shared between the tasks.config
- The static configuration metadata for this task.
WorkflowTaskInstanceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |