mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* [ADF-2847] Added class members heading to content services docs * [ADF-2847] Updated all prop/method tables in content services
1.4 KiB
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.