|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowStepFunction
Interface that represents the Workflow Step function
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
void |
in(WorkflowStepFunctionArguments inArgs)
Driven by WPC on entry to a step. |
void |
out(WorkflowStepFunctionArguments inArgs)
Driven by WPC on exit from a step. |
void |
timeout(WorkflowStepFunctionArguments inArgs)
Driven by WPC on exit from a step due to an expiring timeout. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
void in(WorkflowStepFunctionArguments inArgs)
inArgs
- the arguments for this invocationvoid out(WorkflowStepFunctionArguments inArgs)
inArgs
- the arguments for this invocationvoid timeout(WorkflowStepFunctionArguments inArgs)
inArgs
- the arguments for this invocation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |