com.opensymphony.workflow.persistence.ofbiz
Class OfbizWorkflowEntry
java.lang.Object
|
+--com.opensymphony.workflow.persistence.ofbiz.OfbizWorkflowEntry
- All Implemented Interfaces:
- WorkflowEntry
- public class OfbizWorkflowEntry
- extends java.lang.Object
- implements WorkflowEntry
- Version:
- $Revision: 1.7 $
- Author:
- Patrick Lightbody
Field Summary |
protected org.ofbiz.core.entity.GenericValue |
gv
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gv
protected org.ofbiz.core.entity.GenericValue gv
OfbizWorkflowEntry
public OfbizWorkflowEntry(org.ofbiz.core.entity.GenericValue gv,
WorkflowContext context,
OfbizPersistence p)
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