public interface EntitlementConstants extends AdminConstants
Entitlement
IDs.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PUBLISH_DERIVED_KEY_GENERATOR
Constant used as
Entitlement ID to indicate whether the user
has permission to publish tModel:keyGenerator with a derived key. |
static java.lang.String |
PUBLISH_DOMAIN_KEY_GENERATOR
Constant used as
Entitlement ID to indicate whether the user
has permission to publish tModel:keyGenerator with a domain key. |
static java.lang.String |
PUBLISH_KEY_GENERATOR
Constant used as
Entitlement ID to indicate whether the user
has permission to publish tModel:keyGenerator. |
static java.lang.String |
PUBLISH_UUID_KEY_GENERATOR
Constant used as
Entitlement ID to indicate whether the user
has permission to publish tModel:keyGenerators providing a UUID key. |
static java.lang.String |
PUBLISH_WITH_UUID_KEY
Constant used as
Entitlement ID to indicate whether the user
has permission to publish elements providing a UUID key. |
ADMIN_MESSAGES_FILE, MESSAGES_FILE, STATE_FALSE, STATE_TRUE, VALUE_TYPE_BOOLEAN, VALUE_TYPE_DATE, VALUE_TYPE_INTEGER, VALUE_TYPE_TEXT, VALUE_TYPE_TIMESTAMP
static final java.lang.String PUBLISH_DERIVED_KEY_GENERATOR
Entitlement
ID to indicate whether the user
has permission to publish tModel:keyGenerator with a derived key.static final java.lang.String PUBLISH_DOMAIN_KEY_GENERATOR
Entitlement
ID to indicate whether the user
has permission to publish tModel:keyGenerator with a domain key.static final java.lang.String PUBLISH_KEY_GENERATOR
Entitlement
ID to indicate whether the user
has permission to publish tModel:keyGenerator.static final java.lang.String PUBLISH_WITH_UUID_KEY
Entitlement
ID to indicate whether the user
has permission to publish elements providing a UUID key.static final java.lang.String PUBLISH_UUID_KEY_GENERATOR
Entitlement
ID to indicate whether the user
has permission to publish tModel:keyGenerators providing a UUID key.