public interface GetDocumentRolesResponse
DocumentRole, returned from DocumentRoleService.getDocumentRoles(List, String).| Modifier and Type | Method and Description |
|---|---|
DocumentRole |
getDocumentRole(DocumentVersion documentVersion)
Retrieves a
DocumentRole for a given document. |
DocumentRole getDocumentRole(DocumentVersion documentVersion)
DocumentRole for a given document. Only contains users assigned through manual assignment.
The resulting DocumentRole will be applied to the document lifecycle role included in the original
call to DocumentRoleService.getDocumentRoles(List, String).
documentVersion - the document to retrieve role information from. Cannot be null.DocumentRoleService.getDocumentRoles(List, String)Copyright © Veeva Systems 2017–2022. All rights reserved.