com.opensymphony.workflow.spi.ejb
Interface HistoryStepPrevLocalHome
- All Superinterfaces:
- EJBLocalHome
public interface HistoryStepPrevLocalHome - extends EJBLocalHome
Local home interface for HistoryStepPrev.
- Author:
- Hani Suleiman (hani@formicary.net) Date: Apr 7, 2003 Time: 8:17:09 PM
COMP_NAME
static final String COMP_NAME
- See Also:
- Constant Field Values
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
create
HistoryStepPrevLocal create(long id,
long previousId)
throws CreateException
- Throws:
CreateException
findByPrimaryKey
HistoryStepPrevLocal findByPrimaryKey(PreviousStepPK pk)
throws FinderException
- Throws:
FinderException
findByStepId
Collection findByStepId(long entryId)
throws FinderException
- Throws:
FinderException
|