|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowStep | |
---|---|
com.ibm.pim.collaboration | |
com.ibm.pim.workflow |
Uses of WorkflowStep in com.ibm.pim.collaboration |
---|
Methods in com.ibm.pim.collaboration that return WorkflowStep | |
---|---|
WorkflowStep |
CollaborationStep.getWorkflowStep()
Returns the workflow step for this collaboration step. |
Uses of WorkflowStep in com.ibm.pim.workflow |
---|
Subinterfaces of WorkflowStep in com.ibm.pim.workflow | |
---|---|
interface |
Fixit
Fixit is a special kind of Workflow Step which does not have all the same functionality of a WorkflowStep. |
interface |
NestedWorkflowStep
A NestedWorkflowStep is a special Workflow step where another Workflow is embedded. |
Methods in com.ibm.pim.workflow that return WorkflowStep | |
---|---|
WorkflowStep |
Workflow.addStep(java.lang.String workflowStepName,
java.lang.String workflowStepDescription,
WorkflowStep.Type workflowStepType)
Add a workflow step to this workflow |
WorkflowStep |
Workflow.getFailureStep()
Get the Failure Step of this workflow. |
WorkflowStep |
Workflow.getInitialStep()
Get the Initial Step of this workflow. |
WorkflowStep |
Workflow.getStep(java.lang.String workflowStepName)
Retrieve a workflow step from this workflow by name |
WorkflowStep |
Workflow.getSuccessStep()
Get the Success Step of this workflow. |
WorkflowStep |
ExitValue.getWorkflowStep()
get the WorkflowStep to which this exit value belongs |
Methods in com.ibm.pim.workflow that return types with arguments of type WorkflowStep | |
---|---|
java.util.Collection<WorkflowStep> |
WorkflowStep.getNextSteps()
Fetch a collection of all next Workflow Steps for this Workflow Step, irrespective of exit value. |
java.util.Collection<WorkflowStep> |
WorkflowStep.getNextSteps(ExitValue exitValue)
Fetch the next Workflow Steps, for the specified ExitValue on this step |
java.util.Collection<WorkflowStep> |
WorkflowStep.getNextSteps(java.lang.String exitValue)
Fetch the next WorkflowSteps for the specified Exit Value on this step |
java.util.Collection<WorkflowStep> |
Workflow.getSteps()
Get all the steps in this workflow. |
Methods in com.ibm.pim.workflow with parameters of type WorkflowStep | |
---|---|
void |
WorkflowStep.setNextStep(ExitValue exitValue,
WorkflowStep nextStep)
Override/set the next step for a particular exit value on this step |
void |
WorkflowStep.setNextStep(java.lang.String exitValue,
WorkflowStep nextStep)
Override/set the next step for a particular exit value |
Method parameters in com.ibm.pim.workflow with type arguments of type WorkflowStep | |
---|---|
void |
WorkflowStep.setNextSteps(ExitValue exitValue,
java.util.Collection<WorkflowStep> nextSteps)
Override/set the next steps for a particular exit value on this step |
void |
WorkflowStep.setNextSteps(java.lang.String exitValue,
java.util.Collection<WorkflowStep> nextSteps)
Override/set the next steps for a particular exit value |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |