Enum Class LicensedFeature.Feature

java.lang.Object
java.lang.Enum<LicensedFeature.Feature>
com.seeq.utilities.license.LicensedFeature.Feature
All Implemented Interfaces:
Serializable, Comparable<LicensedFeature.Feature>, Constable
Enclosing class:
LicensedFeature

public static enum LicensedFeature.Feature extends Enum<LicensedFeature.Feature>
Additional features not included in any license level can be separately licensed to customers. IMPORTANT: Always sync this enum with - Python licensing.py:Feature.salesforce_to_seeq_mapping - licenseManagement.store.ts:Feature
  • Enum Constant Details

    • ODATA_Realtime_Export

      public static final LicensedFeature.Feature ODATA_Realtime_Export
      Customers that have this feature licensed will have access to ODATA real-time export functionality (time range autoupdate)
    • Seeq_Connector_Plus_PI_EF

      public static final LicensedFeature.Feature Seeq_Connector_Plus_PI_EF
      Customers that have this feature licensed will have access to the AF Event Frames Connector
    • Data_Lab

      public static final LicensedFeature.Feature Data_Lab
      Customers that have this feature licensed will have access to the Seeq Data Lab environment
    • WITSML_Connector

      public static final LicensedFeature.Feature WITSML_Connector
      Customers that have this feature licensed will have access to the WITSML Connector
    • AF_Data_Reference

      public static final LicensedFeature.Feature AF_Data_Reference
      Customers that have this feature licensed will have access to the Seeq AF Data Reference
    • Audit_Trail

      public static final LicensedFeature.Feature Audit_Trail
      Customers that have this feature licensed will be able to use Auditing
    • Asset_Group

      public static final LicensedFeature.Feature Asset_Group
      Customers that have this feature licensed will be able to use Asset Groups
    • Write_To_PI

      public static final LicensedFeature.Feature Write_To_PI
      Customers that have this feature licensed will be able to write back to PI
    • Marketplace_6001

      public static final LicensedFeature.Feature Marketplace_6001
      These predefined marketplace licenses have been set aside in Salesforce. (Anything in the 6000-6999 range is reserved for marketplace.) Salesforce will have a “friendly name” (e.g. “Parallel Coordinates Add-on”) that sales folks look up and it will result in a Product Code that corresponds with one of these numbers, and the feature name will be of the format `Marketplace_ProductCode`. As an admin user in Seeq, they will only see `Marketplace_6001`. Add-on authors will need to check for their particular assigned Product Code.
    • Marketplace_6002

      public static final LicensedFeature.Feature Marketplace_6002
    • Marketplace_6003

      public static final LicensedFeature.Feature Marketplace_6003
    • Marketplace_6004

      public static final LicensedFeature.Feature Marketplace_6004
    • Marketplace_6005

      public static final LicensedFeature.Feature Marketplace_6005
    • Marketplace_6006

      public static final LicensedFeature.Feature Marketplace_6006
    • Marketplace_6007

      public static final LicensedFeature.Feature Marketplace_6007
    • Marketplace_6008

      public static final LicensedFeature.Feature Marketplace_6008
    • Marketplace_6009

      public static final LicensedFeature.Feature Marketplace_6009
    • Marketplace_6010

      public static final LicensedFeature.Feature Marketplace_6010
    • Seeq_Preview

      public static final LicensedFeature.Feature Seeq_Preview
      Feature used for Preview.Seeq.com
  • Method Details

    • values

      public static LicensedFeature.Feature[] 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 LicensedFeature.Feature 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