Class ScopedAssociation
java.lang.Object
org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
- Direct Known Subclasses:
ConversationScopedAssociation,RequestScopedAssociation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.camunda.bpm.engine.variable.VariableMapprotected org.camunda.bpm.engine.variable.VariableMapprotected org.camunda.bpm.engine.runtime.Executionprotected org.camunda.bpm.engine.task.Task -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.camunda.bpm.engine.variable.VariableMaporg.camunda.bpm.engine.variable.VariableMaporg.camunda.bpm.engine.runtime.Executionorg.camunda.bpm.engine.task.TaskgetTask()<T extends org.camunda.bpm.engine.variable.value.TypedValue>
TgetVariable(String variableName) <T extends org.camunda.bpm.engine.variable.value.TypedValue>
TgetVariableLocal(String variableName) voidsetExecution(org.camunda.bpm.engine.runtime.Execution execution) voidsetTask(org.camunda.bpm.engine.task.Task task) voidsetVariable(String variableName, Object value) voidsetVariableLocal(String variableName, Object value)
-
Field Details
-
cachedVariables
protected org.camunda.bpm.engine.variable.VariableMap cachedVariables -
cachedVariablesLocal
protected org.camunda.bpm.engine.variable.VariableMap cachedVariablesLocal -
execution
protected org.camunda.bpm.engine.runtime.Execution execution -
task
protected org.camunda.bpm.engine.task.Task task
-
-
Constructor Details
-
ScopedAssociation
public ScopedAssociation()
-
-
Method Details
-
getExecution
public org.camunda.bpm.engine.runtime.Execution getExecution() -
setExecution
public void setExecution(org.camunda.bpm.engine.runtime.Execution execution) -
getTask
public org.camunda.bpm.engine.task.Task getTask() -
setTask
public void setTask(org.camunda.bpm.engine.task.Task task) -
getVariable
public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariable(String variableName) -
setVariable
-
getCachedVariables
public org.camunda.bpm.engine.variable.VariableMap getCachedVariables() -
getVariableLocal
public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariableLocal(String variableName) -
setVariableLocal
-
getCachedVariablesLocal
public org.camunda.bpm.engine.variable.VariableMap getCachedVariablesLocal() -
flushVariableCache
public void flushVariableCache()
-