Class ProcessVariableLocalMap

    • Constructor Detail

      • ProcessVariableLocalMap

        public ProcessVariableLocalMap()
    • Method Detail

      • getVariable

        protected Object getVariable​(String variableName)
      • getVariableTyped

        protected <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariableTyped​(String variableName)
      • setVariable

        protected void setVariable​(String variableName,
                                   Object value)
      • getValue

        public <T> T getValue​(String name,
                              Class<T> type)
        Specified by:
        getValue in interface org.camunda.bpm.engine.variable.VariableMap
      • getValueTyped

        public <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getValueTyped​(String name)
        Specified by:
        getValueTyped in interface org.camunda.bpm.engine.variable.VariableMap
      • putValue

        public org.camunda.bpm.engine.variable.VariableMap putValue​(String name,
                                                                    Object value)
        Specified by:
        putValue in interface org.camunda.bpm.engine.variable.VariableMap
      • putValueTyped

        public org.camunda.bpm.engine.variable.VariableMap putValueTyped​(String name,
                                                                         org.camunda.bpm.engine.variable.value.TypedValue value)
        Specified by:
        putValueTyped in interface org.camunda.bpm.engine.variable.VariableMap
      • asVariableContext

        public org.camunda.bpm.engine.variable.context.VariableContext asVariableContext()
        Specified by:
        asVariableContext in interface org.camunda.bpm.engine.variable.VariableMap