org.camunda.bpm.engine.cdi.impl.context
Class DefaultContextAssociationManager.ScopedAssociation

java.lang.Object
  extended by 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


Field Summary
protected  org.camunda.bpm.engine.variable.VariableMap cachedVariables
           
protected  org.camunda.bpm.engine.variable.VariableMap cachedVariablesLocal
           
protected  Execution execution
           
protected  Task task
           
 
Constructor Summary
protected DefaultContextAssociationManager.ScopedAssociation()
           
 
Method Summary
 void flushVariableCache()
           
 org.camunda.bpm.engine.variable.VariableMap getCachedVariables()
           
 org.camunda.bpm.engine.variable.VariableMap getCachedVariablesLocal()
           
 Execution getExecution()
           
 Task getTask()
           
<T extends org.camunda.bpm.engine.variable.value.TypedValue>
T
getVariable(String variableName)
           
<T extends org.camunda.bpm.engine.variable.value.TypedValue>
T
getVariableLocal(String variableName)
           
 void setExecution(Execution execution)
           
 void setTask(Task task)
           
 void setVariable(String variableName, Object value)
           
 void setVariableLocal(String variableName, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

DefaultContextAssociationManager.ScopedAssociation

protected DefaultContextAssociationManager.ScopedAssociation()
Method Detail

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 © 2015 camunda services GmbH. All rights reserved.