com.opensymphony.workflow.ofbiz
Class OfbizWorkflowContext

java.lang.Object
  |
  +--com.opensymphony.workflow.basic.BasicWorkflowContext
        |
        +--com.opensymphony.workflow.ofbiz.OfbizWorkflowContext
All Implemented Interfaces:
WorkflowContext

public class OfbizWorkflowContext
extends BasicWorkflowContext


Constructor Summary
OfbizWorkflowContext(java.lang.String caller)
           
 
Method Summary
 void setRollbackOnly()
           
 
Methods inherited from class com.opensymphony.workflow.basic.BasicWorkflowContext
getCaller
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfbizWorkflowContext

public OfbizWorkflowContext(java.lang.String caller)
Method Detail

setRollbackOnly

public void setRollbackOnly()
Overrides:
setRollbackOnly in class BasicWorkflowContext

See www.opensymphony.com for more information.