public class EJBWorkflowContext extends Object implements WorkflowContext
workflowContext
property in the ejb persistence store's properties in osworkflow.xml.
The value of this properly should be the classname of the WorkflowContext
to use.Constructor and Description |
---|
EJBWorkflowContext() |
Modifier and Type | Method and Description |
---|---|
String |
getCaller() |
SessionContext |
getSessionContext() |
void |
setRollbackOnly()
Sets the current transaction to be rolled back.
|
void |
setSessionContext(SessionContext context) |
public String getCaller()
getCaller
in interface WorkflowContext
public void setRollbackOnly()
WorkflowContext
setRollbackOnly
in interface WorkflowContext
public void setSessionContext(SessionContext context)
public SessionContext getSessionContext()
Copyright © 2021 catworkx GmbH. All rights reserved.