com.opensymphony.workflow.spi.ejb
Interface WorkflowEntryLocalHome

All Superinterfaces:
EJBLocalHome

public interface WorkflowEntryLocalHome
extends EJBLocalHome

Local home interface for WorkflowEntry.

Author:
Hani Suleiman, Pat Lightbody

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 WorkflowEntryLocal create(String workflowName)
           
 WorkflowEntryLocal 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

WorkflowEntryLocal create(String workflowName)
                          throws CreateException
Throws:
CreateException

findByPrimaryKey

WorkflowEntryLocal findByPrimaryKey(Long pk)
                                    throws FinderException
Throws:
FinderException

OpenSymphony Workflow Project Page