Uses of Interface
com.opensymphony.workflow.persistence.ejb.step.StepRemote

Packages that use StepRemote
com.opensymphony.workflow.persistence.ejb   
com.opensymphony.workflow.persistence.ejb.entry   
com.opensymphony.workflow.persistence.ejb.step   
 

Uses of StepRemote in com.opensymphony.workflow.persistence.ejb
 

Constructors in com.opensymphony.workflow.persistence.ejb with parameters of type StepRemote
EJBStep(StepRemote step)
           
 

Uses of StepRemote in com.opensymphony.workflow.persistence.ejb.entry
 

Methods in com.opensymphony.workflow.persistence.ejb.entry that return StepRemote
 StepRemote WorkflowEntryEJB.getCurrentStep()
           
 StepRemote WorkflowEntryRemote.getCurrentStep()
           
 

Uses of StepRemote in com.opensymphony.workflow.persistence.ejb.step
 

Methods in com.opensymphony.workflow.persistence.ejb.step that return StepRemote
 StepRemote StepHome.create(java.lang.Long entryId, long stepId)
          Create new step with no previous step.
 StepRemote StepHome.create(java.lang.Long entryId, long stepId, com.opensymphony.module.user.User owner)
          Create a new step with no previous step.
 StepRemote StepHome.create(StepRemote prev, long stepId, long actionId)
          Create a new step with an REQUIRED previous step that MUST be marked finished.
 StepRemote StepHome.create(StepRemote 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.
 StepRemote StepHome.create(StepRemote prev, long actionId)
           
 StepRemote StepHome.findByPrimaryKey(java.lang.Long pk)
           
 StepRemote StepEJB.getPrevious()
           
 StepRemote StepRemote.getPrevious()
           
 

Methods in com.opensymphony.workflow.persistence.ejb.step with parameters of type StepRemote
 StepRemote StepHome.create(StepRemote prev, long stepId, long actionId)
          Create a new step with an REQUIRED previous step that MUST be marked finished.
 StepRemote StepHome.create(StepRemote 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.
 StepRemote StepHome.create(StepRemote prev, long actionId)
           
 java.lang.Long StepEJB.ejbCreate(StepRemote prev, long stepId, long actionId)
          Create a new step with an REQUIRED previous step that MUST be marked finished.
 void StepEJB.ejbPostCreate(StepRemote prev, long stepId, long actionId)
           
 java.lang.Long StepEJB.ejbCreate(StepRemote 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(StepRemote prev, long stepId, long actionId, com.opensymphony.module.user.User owner)
           
 java.lang.Long StepEJB.ejbCreate(StepRemote prev, long actionId)
           
 void StepEJB.ejbPostCreate(StepRemote prev, long actionId)
           
 


See www.opensymphony.com for more information.