com.opensymphony.workflow.persistence.ejb.entry
Interface WorkflowEntryRemote

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface WorkflowEntryRemote
extends javax.ejb.EJBObject

Version:
$Revision: 1.1 $
Author:
Patrick Lightbody

Method Summary
 void finishStep(long stepId, long actionId, com.opensymphony.module.user.User owner)
           
 StepRemote getCurrentStep()
           
 java.lang.Long getId()
           
 com.opensymphony.module.propertyset.PropertySet getPropertySet()
           
 java.lang.String getWorkflowName()
           
 void initializeStep(long stepId)
           
 void initializeStep(long stepId, com.opensymphony.module.user.User owner)
           
 void newStep(long stepId, long actionId)
           
 void newStep(long stepId, long actionId, com.opensymphony.module.user.User owner)
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

finishStep

public void finishStep(long stepId,
                       long actionId,
                       com.opensymphony.module.user.User owner)
                throws java.rmi.RemoteException

getCurrentStep

public StepRemote getCurrentStep()
                          throws java.rmi.RemoteException

getId

public java.lang.Long getId()
                     throws java.rmi.RemoteException

getPropertySet

public com.opensymphony.module.propertyset.PropertySet getPropertySet()
                                                               throws java.rmi.RemoteException

getWorkflowName

public java.lang.String getWorkflowName()
                                 throws java.rmi.RemoteException

initializeStep

public void initializeStep(long stepId)
                    throws java.rmi.RemoteException

initializeStep

public void initializeStep(long stepId,
                           com.opensymphony.module.user.User owner)
                    throws java.rmi.RemoteException

newStep

public void newStep(long stepId,
                    long actionId)
             throws java.rmi.RemoteException

newStep

public void newStep(long stepId,
                    long actionId,
                    com.opensymphony.module.user.User owner)
             throws java.rmi.RemoteException

See www.opensymphony.com for more information.