com.opensymphony.workflow.spi.ejb
Interface HistoryStepLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface HistoryStepLocalHome
- extends javax.ejb.EJBLocalHome
Local home interface for HistoryStep.
- Author:
- Hani Suleiman, Pat Lightbody
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
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 javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findByEntryId
Collection findByEntryId(long entryId)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByPrimaryKey
HistoryStepLocal findByPrimaryKey(Long pk)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException