|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EnactorProxy
This interface defines the user proxy for a workflow enactment system capable of running workflows based on ScuflModel instances
| Method Summary | |
|---|---|
WorkflowInstance |
compileWorkflow(ScuflModel workflow,
java.util.Map inputs,
UserContext user)
Submit a workflow to the enactor represented by this proxy. |
WorkflowInstance |
compileWorkflow(ScuflModel workflow,
UserContext user)
Submit to the enactor represented by this proxy for compilation the workflow submission. |
| Method Detail |
|---|
WorkflowInstance compileWorkflow(ScuflModel workflow,
java.util.Map inputs,
UserContext user)
throws WorkflowSubmissionException
workflow - The workflow model to enactinputs - A Map of DataThing objects with keys corresponding to the
named input parameters of the workflow.
WorkflowSubmissionException - thrown if the workflow submission fails for some reason.
This exception is only used to wrap the real exception
using standard exception chaining mechanisms.
WorkflowInstance compileWorkflow(ScuflModel workflow,
UserContext user)
throws WorkflowSubmissionException
WorkflowSubmissionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||