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