Entitlements Technical Reference


Entitlement Options

Options for managing Adaptable permissioning

PropertyDescriptionDefault
defaultAccessLevelAccessLevel to use when an Entitlement is not explicitly set; can be hardcoded value or a function to invoke'Full'
moduleEntitlementsReturns either collection of Entitlements, or a function to invoke when an Entitlement is required

Entitlement API

Entitlement API Section of Adaptable API - Provides run-time access to Entitlements

MethodDescription
getEntitlementAccessLevelForModule(adaptableModule)Returns Access Level of a Module
isModuleFullEntitlement(adaptableModule)Is Module Full
isModuleHiddenEntitlement(adaptableModule)Is Module Hidden
isModuleReadOnlyEntitlement(adaptableModule)Is Module ReadOnly
isObjectReadonly(object)Is the Adaptable Object ReadOnly