Uses of Class
com.ibm.pim.workflow.WorkflowStep.Type

Packages that use WorkflowStep.Type
com.ibm.pim.collaboration   
com.ibm.pim.workflow   
 

Uses of WorkflowStep.Type in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration with parameters of type WorkflowStep.Type
 java.util.List<CollaborationStep> CollaborationArea.getSteps(WorkflowStep.Type stepType)
          Gets the list of steps of a given step type on the current collaboration area.
 

Uses of WorkflowStep.Type in com.ibm.pim.workflow
 

Methods in com.ibm.pim.workflow that return WorkflowStep.Type
 WorkflowStep.Type WorkflowStep.getType()
          Get the type of this Workflow Step
static WorkflowStep.Type WorkflowStep.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WorkflowStep.Type[] WorkflowStep.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.pim.workflow with parameters of type WorkflowStep.Type
 WorkflowStep Workflow.addStep(java.lang.String workflowStepName, java.lang.String workflowStepDescription, WorkflowStep.Type workflowStepType)
          Add a workflow step to this workflow