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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
contextualize
(Context context) registerVariable
(com.opensymphony.workflow.WorkflowContext context, com.opensymphony.workflow.spi.WorkflowEntry entry, Map args, com.opensymphony.module.propertyset.PropertySet ps) void
service
(ServiceManager manager)
-
Constructor Details
-
RegisterVariable
public RegisterVariable()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
contextualize
- Specified by:
contextualize
in 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:
registerVariable
in interfacecom.opensymphony.workflow.Register
- Throws:
com.opensymphony.workflow.WorkflowException
-