Class VariableOrderProperty

    • Constructor Detail

      • VariableOrderProperty

        public VariableOrderProperty​(String name,
                                     org.camunda.bpm.engine.variable.type.ValueType valueType)
      • VariableOrderProperty

        public VariableOrderProperty()
    • Method Detail

      • forProcessInstanceVariable

        public static VariableOrderProperty forProcessInstanceVariable​(String variableName,
                                                                       org.camunda.bpm.engine.variable.type.ValueType valueType)
      • forExecutionVariable

        public static VariableOrderProperty forExecutionVariable​(String variableName,
                                                                 org.camunda.bpm.engine.variable.type.ValueType valueType)
      • forTaskVariable

        public static VariableOrderProperty forTaskVariable​(String variableName,
                                                            org.camunda.bpm.engine.variable.type.ValueType valueType)
      • forCaseInstanceVariable

        public static VariableOrderProperty forCaseInstanceVariable​(String variableName,
                                                                    org.camunda.bpm.engine.variable.type.ValueType valueType)
      • forCaseExecutionVariable

        public static VariableOrderProperty forCaseExecutionVariable​(String variableName,
                                                                     org.camunda.bpm.engine.variable.type.ValueType valueType)
      • typeToQueryProperty

        public static QueryProperty typeToQueryProperty​(org.camunda.bpm.engine.variable.type.ValueType type)