Uses of Class
com.suncode.pwfl.workflow.assignment.UserAssignmentDto
Packages that use UserAssignmentDto
-
Uses of UserAssignmentDto in com.suncode.pwfl.workflow.assignment
Methods in com.suncode.pwfl.workflow.assignment that return UserAssignmentDtoModifier and TypeMethodDescriptionstatic UserAssignmentDto
UserAssignmentDto.convertToDto
(Map<String, Object> assignment) Methods in com.suncode.pwfl.workflow.assignment that return types with arguments of type UserAssignmentDtoModifier and TypeMethodDescriptionstatic List<UserAssignmentDto>
UserAssignmentDto.convertToDto
(List<Map<String, Object>> assignments) AssignmentService.getAllUserAssignments
(Set<String> allUsers, Set<String> allActivitiesDefId) Method parameters in com.suncode.pwfl.workflow.assignment with type arguments of type UserAssignmentDtoModifier and TypeMethodDescriptionUserAssignmentDto.convertToMap
(List<UserAssignmentDto> assignments) AssignmentService.transferAllToUsersAndReturnAssignments
(String oldUser, String newUser, Map<String, List<UserAssignmentDto>> allAssignments) AssignmentService.transferToUsersAndReturnAssignments
(String processDefId, String activityDefId, String oldUser, List<String> newUsers, Map<String, List<UserAssignmentDto>> allAssignments, boolean skipSubstitutions, boolean skipNotifications) AssignmentService.transferToUsersConcurrently
(String processDefId, String activityDefId, String oldUser, List<String> newUsers, Map<String, List<UserAssignmentDto>> allAssignments, boolean skipSubstitutions, boolean skipNotifications, BiConsumer<String, List<UserAssignmentDto>> onTransferredAssignments) AssignmentService.transferToUsersConcurrently
(String processDefId, String activityDefId, String oldUser, List<String> newUsers, Map<String, List<UserAssignmentDto>> allAssignments, boolean skipSubstitutions, boolean skipNotifications, BiConsumer<String, List<UserAssignmentDto>> onTransferredAssignments)