com.opensymphony.workflow.basic
Class BasicWorkflowContext
java.lang.Object
com.opensymphony.workflow.basic.BasicWorkflowContext
- All Implemented Interfaces:
- WorkflowContext, Serializable
- Direct Known Subclasses:
- OfbizWorkflowContext
public class BasicWorkflowContext
- extends Object
- implements WorkflowContext
DOCUMENT ME!
- Version:
- $Revision: 1.2 $
- Author:
- $author$
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicWorkflowContext
public BasicWorkflowContext(String caller)
getCaller
public String getCaller()
- Specified by:
getCaller in interface WorkflowContext
- Returns:
- the workflow caller.
setRollbackOnly
public void setRollbackOnly()
- Description copied from interface:
WorkflowContext
- Sets the current transaction to be rolled back.
- Specified by:
setRollbackOnly in interface WorkflowContext