Uses of Interface
com.opensymphony.workflow.step.Step

Packages that use Step
com.opensymphony.workflow.entry   
com.opensymphony.workflow.step   
 

Uses of Step in com.opensymphony.workflow.entry
 

Methods in com.opensymphony.workflow.entry that return Step
 Step WorkflowEntry.getCurrentStep()
           
 Step WorkflowEntryEJB.getCurrentStep()
          Get the current step, returns null if there was an error finding the current step.
 

Uses of Step in com.opensymphony.workflow.step
 

Methods in com.opensymphony.workflow.step that return Step
 Step StepHome.create(java.lang.Long entryId, long stepId)
          Create new step with no previous step.
 Step StepHome.create(java.lang.Long entryId, long stepId, com.opensymphony.module.user.User owner)
          Create a new step with no previous step.
 Step StepHome.create(Step prev, long stepId, long actionId)
          Create a new step with an REQUIRED previous step that MUST be marked finished.
 Step StepHome.create(Step prev, long stepId, long actionId, com.opensymphony.module.user.User owner)
          Create a new step with a REQUIRED previous step that MUST be marked finished.
 Step StepHome.create(Step prev, long actionId)
           
 Step StepHome.findByPrimaryKey(java.lang.Long pk)
           
 Step Step.getNext()
           
 Step Step.getPrevious()
           
 Step StepEJB.getNext()
           
 Step StepEJB.getPrevious()
           
 

Methods in com.opensymphony.workflow.step with parameters of type Step
 Step StepHome.create(Step prev, long stepId, long actionId)
          Create a new step with an REQUIRED previous step that MUST be marked finished.
 Step StepHome.create(Step prev, long stepId, long actionId, com.opensymphony.module.user.User owner)
          Create a new step with a REQUIRED previous step that MUST be marked finished.
 Step StepHome.create(Step prev, long actionId)
           
 java.lang.Long StepEJB.ejbCreate(Step prev, long stepId, long actionId)
          Create a new step with an REQUIRED previous step that MUST be marked finished.
 void StepEJB.ejbPostCreate(Step prev, long stepId, long actionId)
           
 java.lang.Long StepEJB.ejbCreate(Step prev, long stepId, long actionId, com.opensymphony.module.user.User owner)
          Create a new step with a REQUIRED previous step that MUST be marked finished.
 void StepEJB.ejbPostCreate(Step prev, long stepId, long actionId, com.opensymphony.module.user.User owner)
           
 java.lang.Long StepEJB.ejbCreate(Step prev, long actionId)
           
 void StepEJB.ejbPostCreate(Step prev, long actionId)
           
 


See www.opensymphony.com for more information.