Class ScopedAssociation

    • Field Detail

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

      • ScopedAssociation

        public ScopedAssociation()
    • Method Detail

      • 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

        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()