Class ScopedAssociation

java.lang.Object
org.camunda.bpm.engine.cdi.impl.context.ScopedAssociation
Direct Known Subclasses:
ConversationScopedAssociation, RequestScopedAssociation

public class ScopedAssociation extends Object
  • Field Details

    • cachedVariables

      protected VariableMap cachedVariables
    • cachedVariablesLocal

      protected VariableMap cachedVariablesLocal
    • execution

      protected Execution execution
    • task

      protected Task task
  • Constructor Details

    • ScopedAssociation

      public ScopedAssociation()
  • Method Details

    • getExecution

      public Execution getExecution()
    • setExecution

      public void setExecution(Execution execution)
    • getTask

      public Task getTask()
    • setTask

      public void setTask(Task task)
    • getVariable

      public <T extends TypedValue> T getVariable(String variableName)
    • setVariable

      public void setVariable(String variableName, Object value)
    • getCachedVariables

      public VariableMap getCachedVariables()
    • getVariableLocal

      public <T extends TypedValue> T getVariableLocal(String variableName)
    • setVariableLocal

      public void setVariableLocal(String variableName, Object value)
    • getCachedVariablesLocal

      public VariableMap getCachedVariablesLocal()
    • flushVariableCache

      public void flushVariableCache()