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

Method Summary
 String getCaller()
           
 void setRollbackOnly()
          Sets the current transaction to be rolled back.
 

Method Detail

getCaller

String getCaller()
Returns:
the workflow caller.

setRollbackOnly

void setRollbackOnly()
Sets the current transaction to be rolled back.


OpenSymphony Workflow Project Page