Constructors
Methods
Static
isReadOnly
- isReadOnly(resourceIds): boolean
Returns boolean
Static
isResourceExists
- isResourceExists(resourceId): boolean
Returns boolean
Static
mergeStaticResourceTree
- mergeStaticResourceTree(staticResourceTree): void
Returns void
Static
userHasAnyResourceRight
- userHasAnyResourceRight(resourceIds, action): boolean
Parameters
- resourceIds: string[]
- action: string
Returns boolean
Static
userHasAnyRight
- userHasAnyRight(resourceId, actions): boolean
Parameters
- resourceId: string
- actions: string[]
Returns boolean
Static
userHasResourcesRight
- userHasResourcesRight(resourceIds, action): boolean
Parameters
- resourceIds: string[]
- action: string
Returns boolean
Static
userHasRight
- userHasRight(resourceId, action): boolean
Parameters
- resourceId: string
- action: string
Returns boolean
Static
userHasRights
- userHasRights(resourceId, actions): boolean
Parameters
- resourceId: string
- actions: string[]
Returns boolean
Public