Enum Class Platform.DataSet.Scope

java.lang.Object
java.lang.Enum<Platform.DataSet.Scope>
overit.geocall.platform.Platform.DataSet.Scope
All Implemented Interfaces:
Serializable, Comparable<Platform.DataSet.Scope>, Constable
Enclosing class:
Platform.DataSet

public static enum Platform.DataSet.Scope extends Enum<Platform.DataSet.Scope>
Define the application scope of the current dataset.
  • Enum Constant Details

    • COMPANY

      public static final Platform.DataSet.Scope COMPANY
      This dataset is linked to the company and so will be applied, once per company. For example if two users, that belong to different companies, the current dataset will be applied twice.
    • SCHEMA

      public static final Platform.DataSet.Scope SCHEMA
      This dataset is linked to the schema and so will be applied, once per schema. For example if two users, that belong to different companies, the current dataset will be applied only once.
  • Method Details

    • values

      public static Platform.DataSet.Scope[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Platform.DataSet.Scope valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null