Uses of Interface
com.ibm.pim.workflow.Workflow

Packages that use Workflow
com.ibm.pim.collaboration   
com.ibm.pim.workflow   
 

Uses of Workflow in com.ibm.pim.collaboration
 

Methods in com.ibm.pim.collaboration that return Workflow
 Workflow CollaborationArea.getWorkflow()
          Gets the workflow associated with the current collaboration area.
 

Methods in com.ibm.pim.collaboration with parameters of type Workflow
 CategoryCollaborationArea CollaborationAreaManager.createCategoryCollaborationArea(java.lang.String collaborationAreaName, Workflow workflow, Hierarchy hierarchy)
          Create a collaboration area from a category workflow for the specified hierarchy.
 ItemCollaborationArea CollaborationAreaManager.createItemCollaborationArea(java.lang.String collaborationAreaName, Workflow workflow, Catalog catalog)
          Create a collaboration area from an item workflow for the specified catalog.
 

Uses of Workflow in com.ibm.pim.workflow
 

Methods in com.ibm.pim.workflow that return Workflow
 Workflow WorkflowManager.createCategoryWorkflow(java.lang.String workflowName, java.lang.String workflowDescription)
          Create an empty Category Workflow with Initial, Success, Failure steps and Initial routed to Success.
 Workflow WorkflowManager.createCategoryWorkflow(java.lang.String workflowName, java.lang.String workflowDescription, AccessControlGroup acg)
          Create an empty Category Workflow with Initial, Success, Failure steps and Initial routed to Success.
 Workflow WorkflowManager.createItemWorkflow(java.lang.String workflowName, java.lang.String workflowDescription)
          Create an empty Item Workflow with Initial, Success, Failure steps and Initial routed to Success.
 Workflow WorkflowManager.createItemWorkflow(java.lang.String workflowName, java.lang.String workflowDescription, AccessControlGroup acg)
          Create an empty Item Workflow with Initial, Success, Failure steps and Initial routed to Success.
 Workflow NestedWorkflowStep.getWorkflow()
          Get the nested workflow from this step.
 Workflow WorkflowManager.getWorkflow(java.lang.String workflowName)
          Retrieve a workflow by name
 

Methods in com.ibm.pim.workflow that return types with arguments of type Workflow
 java.util.Collection<Workflow> WorkflowManager.getWorkflows()
          Retrieve all Workflows available in the current context (ie those Workflows which the current user/role is allowed to administrate).
 

Methods in com.ibm.pim.workflow with parameters of type Workflow
 NestedWorkflowStep Workflow.addNestedWorkflowStep(Workflow innerWorkflow)
          Add another workflow as a nested workflow step into this workflow.