Class HandlerVariableManager
java.lang.Object
ru.cg.webbpm.modules.bpmn.workflow.jbpm.handler.HandlerVariableManager
- All Implemented Interfaces:
VariableManager
- Author:
- Tim Urmancheev
-
Constructor Summary
ConstructorsConstructorDescriptionHandlerVariableManager
(org.kie.api.runtime.KieSession ksession, org.kie.api.runtime.process.WorkItem workItem) -
Method Summary
Modifier and TypeMethodDescriptiongetVariable
(Long processInstanceId, String name) getVariable
(String name) getVariables
(Collection<String> names) void
setVariable
(String name, Object value) void
setVariables
(Map<String, Object> variables)
-
Constructor Details
-
HandlerVariableManager
public HandlerVariableManager(org.kie.api.runtime.KieSession ksession, org.kie.api.runtime.process.WorkItem workItem)
-
-
Method Details
-
getVariable
- Specified by:
getVariable
in interfaceVariableManager
-
getVariable
- Specified by:
getVariable
in interfaceVariableManager
-
getVariables
- Specified by:
getVariables
in interfaceVariableManager
-
setVariable
- Specified by:
setVariable
in interfaceVariableManager
-
setVariables
- Specified by:
setVariables
in interfaceVariableManager
-