Files
alfresco-ng2-components/docs/content-services/node-permission.service.md
Andy Stark 2c0e7aa035 [ADF-2847] Added Class members headings and rebuilt prop/method tables for docs (#3240)
* [ADF-2847] Added class members heading to content services docs

* [ADF-2847] Updated all prop/method tables in content services
2018-04-26 14:54:25 +01:00

1.4 KiB

Added, Status
Added Status
v2.0.0 Active

Node Permission service

Manages the role permissions for the content nodes

Class members

Methods

  • getGroupMemeberByGroupName(groupName: string = null, opts?: any = null): Observable<GroupMemberPaging>

    • groupName: string = null -
    • opts?: any = null - (Optional)
    • Returns Observable<GroupMemberPaging> -
  • getNodeRoles(node: MinimalNodeEntryEntity = null): Observable<string[]>

    • node: MinimalNodeEntryEntity = null -
    • Returns Observable<string[]> -
  • updatePermissionRoles(node: MinimalNodeEntryEntity = null, updatedPermissionRole: PermissionElement = null): Observable<MinimalNodeEntryEntity>

    • node: MinimalNodeEntryEntity = null -
    • updatedPermissionRole: PermissionElement = null -
    • Returns Observable<MinimalNodeEntryEntity> -

Details

Content Services supports This service needs the support for the groups api fo content services that is available from version 5.2.1

See the Groups API in the Alfresco JS API for more information about the types returned by Tag service methods and for the implementation of the REST API the service is based on.

See also