Package | Description |
---|---|
com.suncode.pwfl.workflow.assignment |
Modifier and Type | Method and Description |
---|---|
static UserAssignmentDto |
UserAssignmentDto.convertToDto(Map<String,Object> assignment) |
Modifier and Type | Method and Description |
---|---|
static List<UserAssignmentDto> |
UserAssignmentDto.convertToDto(List<Map<String,Object>> assignments) |
Map<String,List<UserAssignmentDto>> |
AssignmentService.getAllUserAssignments(Set<String> allUsers,
Set<String> allActivitiesDefId) |
Modifier and Type | Method and Description |
---|---|
static List<Map<String,Object>> |
UserAssignmentDto.convertToMap(List<UserAssignmentDto> assignments) |
List<Map<String,Object>> |
AssignmentService.transferAllToUsersAndReturnAssignments(String oldUser,
String newUser,
Map<String,List<UserAssignmentDto>> allAssignments) |
List<Map<String,Object>> |
AssignmentService.transferToUsersAndReturnAssignments(String processDefId,
String activityDefId,
String oldUser,
List<String> newUsers,
Map<String,List<UserAssignmentDto>> allAssignments,
boolean skipSubstitutions,
boolean skipNotifications) |
Copyright © 2023 Suncode. All rights reserved.