com.opensymphony.workflow.persistence.ejb
Class EJBWorkflowEntry

java.lang.Object
  |
  +--com.opensymphony.workflow.persistence.ejb.EJBWorkflowEntry
All Implemented Interfaces:
WorkflowEntry

public class EJBWorkflowEntry
extends java.lang.Object
implements WorkflowEntry

Version:
$Revision: 1.7 $
Author:
Patrick Lightbody

Constructor Summary
EJBWorkflowEntry(WorkflowEntryRemote entry)
           
 
Method Summary
 void finishStep(int stepId, int actionId, com.opensymphony.module.user.User owner)
           
 Step getCurrentStep()
           
 long getId()
           
 com.opensymphony.module.propertyset.PropertySet getPropertySet()
           
 java.lang.String getWorkflowName()
           
 void initializeStep(int stepId)
           
 void initializeStep(int stepId, com.opensymphony.module.user.User owner)
           
 void newStep(int stepId, int actionId)
           
 void newStep(int stepId, int actionId, com.opensymphony.module.user.User owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBWorkflowEntry

public EJBWorkflowEntry(WorkflowEntryRemote entry)
Method Detail

finishStep

public void finishStep(int stepId,
                       int actionId,
                       com.opensymphony.module.user.User owner)
Specified by:
finishStep in interface WorkflowEntry

getCurrentStep

public Step getCurrentStep()
Specified by:
getCurrentStep in interface WorkflowEntry

getId

public long getId()
Specified by:
getId in interface WorkflowEntry

getPropertySet

public com.opensymphony.module.propertyset.PropertySet getPropertySet()
Specified by:
getPropertySet in interface WorkflowEntry

getWorkflowName

public java.lang.String getWorkflowName()
Specified by:
getWorkflowName in interface WorkflowEntry

initializeStep

public void initializeStep(int stepId)
Specified by:
initializeStep in interface WorkflowEntry

initializeStep

public void initializeStep(int stepId,
                           com.opensymphony.module.user.User owner)
Specified by:
initializeStep in interface WorkflowEntry

newStep

public void newStep(int stepId,
                    int actionId)
Specified by:
newStep in interface WorkflowEntry

newStep

public void newStep(int stepId,
                    int actionId,
                    com.opensymphony.module.user.User owner)
Specified by:
newStep in interface WorkflowEntry

See www.opensymphony.com for more information.