Shows node permissions as a table.

Permission List

Basic Usage

<adf-permission-list [nodeId]="nodeId"></adf-permission-list>

Class members

Properties

NameTypeDefault valueDescription
nodeIdstringID of the node whose permissions you want to show.

Events

NameTypeDescription
errorEventEmitter<any>Emitted when an error occurs.
updateEventEmitter<PermissionElement>Emitted when the permission is updated.

Details

This component uses a Datatable component to show the permissions retrieved from the Node service. For the locally set permissions a role dropdown will be shown to let the user select a new role. When the user selects a new value, the permission role is automatically updated and the update event is emitted.

© 2023 Alfresco Software, Inc. All Rights Reserved.