Interface VariablesRepository

    • Method Detail

      • getAllVariables

        List<Variable> getAllVariables()
        Gets all the variables that are persisted into this repository.
        Returns:
        a list of all of the persisted variables.
      • getAllCurrentVariables

        List<Variable> getAllCurrentVariables()
        Gets all the variables that are currently active. An active variable is a variable that have now a scheduled value.
        Returns:
        a list of all of the currently active variables.