Uses of Interface
com.ibm.pim.extensionpoints.WorkflowStepFunctionArguments

Packages that use WorkflowStepFunctionArguments
com.ibm.pim.extensionpoints   
 

Uses of WorkflowStepFunctionArguments in com.ibm.pim.extensionpoints
 

Methods in com.ibm.pim.extensionpoints with parameters of type WorkflowStepFunctionArguments
 void WorkflowStepFunction.in(WorkflowStepFunctionArguments inArgs)
          Driven by WPC on entry to a step.
 void WorkflowStepFunction.out(WorkflowStepFunctionArguments inArgs)
          Driven by WPC on exit from a step.
 void WorkflowStepFunction.timeout(WorkflowStepFunctionArguments inArgs)
          Driven by WPC on exit from a step due to an expiring timeout.