Package com.veeva.vault.sdk.api.workflow
Interface WorkflowParticipantGroupUpdate
public interface WorkflowParticipantGroupUpdate
Sets the information needed to perform updates for a
WorkflowParticipantGroup
of an active workflow.-
Method Summary
Modifier and TypeMethodDescriptionSets groups for the participant group, replacing any previous groups.Sets users for the participant group, replacing any previous users.
-
Method Details
-
setUsers
Sets users for the participant group, replacing any previous users.- Parameters:
userIds
- Set of user IDs to update participant group with- Returns:
- the current
WorkflowParticipantGroupUpdate
-
setGroups
Sets groups for the participant group, replacing any previous groups.- Parameters:
groups
- List of Group objects to update participant group with- Returns:
- the current
WorkflowParticipantGroupUpdate
-