public class RegisterVariable extends Object implements com.opensymphony.workflow.Register, Serviceable, Contextualizable
Modifier and Type | Field and Description |
---|---|
private BPMWorkflowManager |
_bpmWorkflowManager |
private Context |
_context |
Constructor and Description |
---|
RegisterVariable() |
Modifier and Type | Method and Description |
---|---|
void |
contextualize(Context context) |
Object |
registerVariable(com.opensymphony.workflow.WorkflowContext context,
com.opensymphony.workflow.spi.WorkflowEntry entry,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
void |
service(ServiceManager manager) |
private BPMWorkflowManager _bpmWorkflowManager
public RegisterVariable()
public void service(ServiceManager manager) throws ServiceException
service
in interface Serviceable
ServiceException
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public Object registerVariable(com.opensymphony.workflow.WorkflowContext context, com.opensymphony.workflow.spi.WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps) throws com.opensymphony.workflow.WorkflowException
registerVariable
in interface com.opensymphony.workflow.Register
com.opensymphony.workflow.WorkflowException