com.opensymphony.workflow.spi.ejb
Interface CurrentStepLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
public interface CurrentStepLocalHome
- extends javax.ejb.EJBLocalHome
Local home interface for CurrentStep.
- 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
CurrentStepLocal create(long entryId,
int stepId,
String owner,
Timestamp startDate,
Timestamp dueDate,
String status)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findByEntryId
Collection findByEntryId(long entryId)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
findByPrimaryKey
CurrentStepLocal findByPrimaryKey(Long pk)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException