Class BatchDeleteCaseConfig.VariableValueJsonNodeValueFields

java.lang.Object
org.flowable.cmmn.engine.impl.delete.BatchDeleteCaseConfig.VariableValueJsonNodeValueFields
All Implemented Interfaces:
org.flowable.variable.api.types.ValueFields
Enclosing class:
BatchDeleteCaseConfig

protected static class BatchDeleteCaseConfig.VariableValueJsonNodeValueFields extends Object implements org.flowable.variable.api.types.ValueFields
  • Field Details

    • node

      protected final com.fasterxml.jackson.databind.JsonNode node
  • Constructor Details

    • VariableValueJsonNodeValueFields

      public VariableValueJsonNodeValueFields(com.fasterxml.jackson.databind.JsonNode node)
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.flowable.variable.api.types.ValueFields
    • getProcessInstanceId

      public String getProcessInstanceId()
      Specified by:
      getProcessInstanceId in interface org.flowable.variable.api.types.ValueFields
    • getExecutionId

      public String getExecutionId()
      Specified by:
      getExecutionId in interface org.flowable.variable.api.types.ValueFields
    • getScopeId

      public String getScopeId()
      Specified by:
      getScopeId in interface org.flowable.variable.api.types.ValueFields
    • getSubScopeId

      public String getSubScopeId()
      Specified by:
      getSubScopeId in interface org.flowable.variable.api.types.ValueFields
    • getScopeType

      public String getScopeType()
      Specified by:
      getScopeType in interface org.flowable.variable.api.types.ValueFields
    • getTaskId

      public String getTaskId()
      Specified by:
      getTaskId in interface org.flowable.variable.api.types.ValueFields
    • getTextValue

      public String getTextValue()
      Specified by:
      getTextValue in interface org.flowable.variable.api.types.ValueFields
    • setTextValue

      public void setTextValue(String textValue)
      Specified by:
      setTextValue in interface org.flowable.variable.api.types.ValueFields
    • getTextValue2

      public String getTextValue2()
      Specified by:
      getTextValue2 in interface org.flowable.variable.api.types.ValueFields
    • setTextValue2

      public void setTextValue2(String textValue2)
      Specified by:
      setTextValue2 in interface org.flowable.variable.api.types.ValueFields
    • getLongValue

      public Long getLongValue()
      Specified by:
      getLongValue in interface org.flowable.variable.api.types.ValueFields
    • setLongValue

      public void setLongValue(Long longValue)
      Specified by:
      setLongValue in interface org.flowable.variable.api.types.ValueFields
    • getDoubleValue

      public Double getDoubleValue()
      Specified by:
      getDoubleValue in interface org.flowable.variable.api.types.ValueFields
    • setDoubleValue

      public void setDoubleValue(Double doubleValue)
      Specified by:
      setDoubleValue in interface org.flowable.variable.api.types.ValueFields
    • getBytes

      public byte[] getBytes()
      Specified by:
      getBytes in interface org.flowable.variable.api.types.ValueFields
    • setBytes

      public void setBytes(byte[] bytes)
      Specified by:
      setBytes in interface org.flowable.variable.api.types.ValueFields
    • getCachedValue

      public Object getCachedValue()
      Specified by:
      getCachedValue in interface org.flowable.variable.api.types.ValueFields
    • setCachedValue

      public void setCachedValue(Object cachedValue)
      Specified by:
      setCachedValue in interface org.flowable.variable.api.types.ValueFields