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 Constructor Description RegisterVariable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
RegisterVariable
public RegisterVariable()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
contextualize
public void contextualize(Context context) throws ContextException
- 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
-
-