Package org.camunda.bpm.engine.cdi
Class ProcessVariables
java.lang.Object
org.camunda.bpm.engine.cdi.ProcessVariables
Allows to access the process variables of a managed process instance.
A process instance can be managed, using the
BusinessProcess
-bean.- Author:
- Daniel Meyer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Object
getProcessVariable
(javax.enterprise.inject.spi.InjectionPoint ip) protected Object
getProcessVariableLocal
(javax.enterprise.inject.spi.InjectionPoint ip) protected TypedValue
getProcessVariableLocalTyped
(javax.enterprise.inject.spi.InjectionPoint ip) protected TypedValue
getProcessVariableTyped
(javax.enterprise.inject.spi.InjectionPoint ip) protected String
getVariableLocalName
(javax.enterprise.inject.spi.InjectionPoint ip) protected String
getVariableLocalTypedName
(javax.enterprise.inject.spi.InjectionPoint ip) protected String
getVariableName
(javax.enterprise.inject.spi.InjectionPoint ip) protected String
getVariableTypedName
(javax.enterprise.inject.spi.InjectionPoint ip) protected VariableMap
protected VariableMap
-
Constructor Details
-
ProcessVariables
public ProcessVariables()
-
-
Method Details
-
getVariableName
-
getVariableTypedName
-
getProcessVariable
@Produces @ProcessVariable protected Object getProcessVariable(javax.enterprise.inject.spi.InjectionPoint ip) -
getProcessVariableTyped
@Produces @ProcessVariableTyped protected TypedValue getProcessVariableTyped(javax.enterprise.inject.spi.InjectionPoint ip) - Since:
- 7.3
-
processVariables
-
processVariableMap
- Since:
- 7.3
-
getVariableLocalName
-
getVariableLocalTypedName
-
getProcessVariableLocal
@Produces @ProcessVariableLocal protected Object getProcessVariableLocal(javax.enterprise.inject.spi.InjectionPoint ip) -
getProcessVariableLocalTyped
@Produces @ProcessVariableLocalTyped protected TypedValue getProcessVariableLocalTyped(javax.enterprise.inject.spi.InjectionPoint ip) - Since:
- 7.3
-
processVariablesLocal
-
processVariableMapLocal
- Since:
- 7.3
-