org.camunda.bpm.engine.cdi.impl.context
Class DefaultContextAssociationManager.ScopedAssociation
java.lang.Object
org.camunda.bpm.engine.cdi.impl.context.DefaultContextAssociationManager.ScopedAssociation
- Direct Known Subclasses:
- DefaultContextAssociationManager.ConversationScopedAssociation, DefaultContextAssociationManager.RequestScopedAssociation
- Enclosing class:
- DefaultContextAssociationManager
protected static class DefaultContextAssociationManager.ScopedAssociation
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cachedVariables
protected org.camunda.bpm.engine.variable.VariableMap cachedVariables
cachedVariablesLocal
protected org.camunda.bpm.engine.variable.VariableMap cachedVariablesLocal
execution
protected Execution execution
task
protected Task task
DefaultContextAssociationManager.ScopedAssociation
protected DefaultContextAssociationManager.ScopedAssociation()
getExecution
public Execution getExecution()
setExecution
public void setExecution(Execution execution)
getTask
public Task getTask()
setTask
public void setTask(Task task)
getVariable
public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariable(String variableName)
setVariable
public void setVariable(String variableName,
Object value)
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
public void setVariableLocal(String variableName,
Object value)
getCachedVariablesLocal
public org.camunda.bpm.engine.variable.VariableMap getCachedVariablesLocal()
flushVariableCache
public void flushVariableCache()
Copyright © 2016 camunda services GmbH. All rights reserved.