Interface VariableRepository

All Superinterfaces:
AutoCloseable, Service, StaticService, VariableAware
All Known Subinterfaces:
BrowsableVariableRepository

public interface VariableRepository extends StaticService, VariableAware
Repository for storing and accessing variables.
  • Method Details

    • getId

      String getId()
      The id of this repository.
    • removeVariable

      Object removeVariable(String name)
      Removes the given variable
      Parameters:
      name - of the variable
      Returns:
      the old value of the variable, or null if there was no variable for the given name