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

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

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

Methods in com.opensymphony.workflow.spi.ejb that return HistoryStepLocal
 HistoryStepLocal HistoryStepLocalHome.create(long id, long entryId, int stepId, int actionId, String owner, Timestamp startDate, Timestamp dueDate, Timestamp finishDate, String status, String caller)
           
 HistoryStepLocal HistoryStepLocalHome.findByPrimaryKey(Long pk)
           
 


OpenSymphony Workflow Project Page