Class ScopedAssociation

    • Field Detail

      • cachedVariables

        protected VariableMap cachedVariables
      • cachedVariablesLocal

        protected VariableMap cachedVariablesLocal
      • task

        protected Task task
    • Constructor Detail

      • ScopedAssociation

        public 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 TypedValue> T getVariable​(java.lang.String variableName)
      • setVariable

        public void setVariable​(java.lang.String variableName,
                                java.lang.Object value)
      • getCachedVariables

        public VariableMap getCachedVariables()
      • getVariableLocal

        public <T extends TypedValue> T getVariableLocal​(java.lang.String variableName)
      • setVariableLocal

        public void setVariableLocal​(java.lang.String variableName,
                                     java.lang.Object value)
      • getCachedVariablesLocal

        public VariableMap getCachedVariablesLocal()
      • flushVariableCache

        public void flushVariableCache()