Class RegisterVariable
- java.lang.Object
-
- org.ametys.plugins.bpm.workflowsdef.RegisterVariable
-
- All Implemented Interfaces:
com.opensymphony.workflow.Register,Contextualizable,Serviceable
public class RegisterVariable extends Object implements com.opensymphony.workflow.Register, Serviceable, Contextualizable
Registers the value of a workflow variable
-
-
Field Summary
Fields Modifier and Type Field Description private BPMWorkflowManager_bpmWorkflowManagerprivate Context_context
-
Constructor Summary
Constructors Constructor Description RegisterVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextualize(Context context)ObjectregisterVariable(com.opensymphony.workflow.WorkflowContext context, com.opensymphony.workflow.spi.WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps)voidservice(ServiceManager manager)
-
-
-
Field Detail
-
_bpmWorkflowManager
private BPMWorkflowManager _bpmWorkflowManager
-
-
Constructor Detail
-
RegisterVariable
public RegisterVariable()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
contextualize
public void contextualize(Context context) throws ContextException
- Specified by:
contextualizein interfaceContextualizable- Throws:
ContextException
-
registerVariable
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
- Specified by:
registerVariablein interfacecom.opensymphony.workflow.Register- Throws:
com.opensymphony.workflow.WorkflowException
-
-