Package com.seeq.utilities.license
Enum Class LicensedFeature.Feature
- All Implemented Interfaces:
Serializable
,Comparable<LicensedFeature.Feature>
,Constable
- Enclosing class:
- LicensedFeature
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionCustomers that have this feature licensed will have access to the Seeq AF Data ReferenceCustomers that have this feature licensed will be able to use Asset GroupsCustomers that have this feature licensed will be able to use AuditingCustomers that have this feature licensed will have access to the Seeq Data Lab environmentThese predefined marketplace licenses have been set aside in Salesforce.Customers that have this feature licensed will have access to ODATA real-time export functionality (time range autoupdate)Customers that have this feature licensed will have access to the AF Event Frames ConnectorFeature used for Preview.Seeq.comCustomers that have this feature licensed will have access to the WITSML ConnectorCustomers that have this feature licensed will be able to write back to PI -
Method Summary
Modifier and TypeMethodDescriptionstatic LicensedFeature.Feature
Returns the enum constant of this class with the specified name.static LicensedFeature.Feature[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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
Customers that have this feature licensed will have access to the AF Event Frames Connector -
Data_Lab
Customers that have this feature licensed will have access to the Seeq Data Lab environment -
WITSML_Connector
Customers that have this feature licensed will have access to the WITSML Connector -
AF_Data_Reference
Customers that have this feature licensed will have access to the Seeq AF Data Reference -
Audit_Trail
Customers that have this feature licensed will be able to use Auditing -
Asset_Group
Customers that have this feature licensed will be able to use Asset Groups -
Write_To_PI
Customers that have this feature licensed will be able to write back to PI -
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
-
Marketplace_6003
-
Marketplace_6004
-
Marketplace_6005
-
Marketplace_6006
-
Marketplace_6007
-
Marketplace_6008
-
Marketplace_6009
-
Marketplace_6010
-
Seeq_Preview
Feature used for Preview.Seeq.com
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-