com.opensymphony.workflow.spi.ejb
Interface HistoryStepLocalHome
- All Superinterfaces:
- EJBLocalHome
public interface HistoryStepLocalHome - extends EJBLocalHome
Local home interface for HistoryStep.
- Author:
- Hani Suleiman, Pat Lightbody
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
HistoryStepLocal create(long id,
long entryId,
int stepId,
int actionId,
String owner,
Timestamp startDate,
Timestamp dueDate,
Timestamp finishDate,
String status,
String caller)
throws CreateException
- Throws:
CreateException
findByEntryId
Collection findByEntryId(long entryId)
throws FinderException
- Throws:
FinderException
findByPrimaryKey
HistoryStepLocal findByPrimaryKey(Long pk)
throws FinderException
- Throws:
FinderException
|