com.opensymphony.workflow
Interface WorkflowContext
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- BasicWorkflowContext, EJBWorkflowContext, OfbizWorkflowContext
public interface WorkflowContext - extends Serializable
Interface to be implemented if a new OSWorkflow interaction is to be created (SOAP, EJB, Ofbiz, etc).
- Author:
- Pat Lightbody
getCaller
String getCaller()
- Returns:
- the workflow caller.
setRollbackOnly
void setRollbackOnly()
- Sets the current transaction to be rolled back.
|