Uses of Interface
com.opensymphony.workflow.spi.ejb.CurrentStepLocal

Packages that use CurrentStepLocal
com.opensymphony.workflow.spi.ejb   
 

Uses of CurrentStepLocal in com.opensymphony.workflow.spi.ejb
 

Methods in com.opensymphony.workflow.spi.ejb that return CurrentStepLocal
 CurrentStepLocal CurrentStepLocalHome.create(long entryId, int stepId, String owner, Timestamp startDate, Timestamp dueDate, String status)
           
 CurrentStepLocal CurrentStepLocalHome.findByPrimaryKey(Long pk)
           
 


OpenSymphony Workflow Project Page