public interface GetGroupInDocumentRolesResponse
DocumentRoleService.getGroupInDocumentRoles(Group, List).| Modifier and Type | Method and Description |
|---|---|
boolean |
isGroupInDocumentRole(DocumentRole documentRole)
Checks if a particular group is assigned to the given document role.
|
boolean isGroupInDocumentRole(DocumentRole documentRole)
The group used for checking is the same group provided when calling
DocumentRoleService.getGroupInDocumentRoles(Group, List).
Unlike DocumentRole, this method will check against all sources of roles including automated assignments
such as Dynamic Access Control.
documentRole - the document role to check against. Cannot be null.Copyright © Veeva Systems 2017–2020. All rights reserved.