com.opensymphony.workflow.basic
Class BasicWorkflowContext

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

public class BasicWorkflowContext
extends java.lang.Object
implements WorkflowContext


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

Constructor Detail

BasicWorkflowContext

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

getCaller

public java.lang.String getCaller()
Specified by:
getCaller in interface WorkflowContext

setRollbackOnly

public void setRollbackOnly()
Specified by:
setRollbackOnly in interface WorkflowContext

See www.opensymphony.com for more information.