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

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 CurrentStepLocal create(long entryId, int stepId, String owner, Timestamp startDate, Timestamp dueDate, String status)
           
 Collection findByEntryId(long entryId)
           
 CurrentStepLocal findByPrimaryKey(Long pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COMP_NAME

static final String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

static final String JNDI_NAME
See Also:
Constant Field Values
Method Detail

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

OpenSymphony Workflow Project Page