@RestController @RequestMapping(value="/app") public class WorkflowUsersResource extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
WorkflowUsersResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
protected void |
filterUsersInvolvedInProcess(String excludeProcessId,
List<? extends User> matchingUsers) |
protected void |
filterUsersInvolvedInTask(String excludeTaskId,
List<? extends User> matchingUsers) |
protected Set<String> |
getInvolvedUsersAsSet(List<IdentityLink> involvedPeople) |
ResultListDataRepresentation |
getUsers(String filter,
String excludeTaskId,
String excludeProcessId) |
protected void |
removeinvolvedUsers(List<? extends User> matchingUsers,
Set<String> involvedUsers) |
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean@GetMapping(value="/rest/workflow-users") public ResultListDataRepresentation getUsers(@RequestParam(value="filter",required=false) String filter, @RequestParam(value="excludeTaskId",required=false) String excludeTaskId, @RequestParam(value="excludeProcessId",required=false) String excludeProcessId)
protected void filterUsersInvolvedInProcess(String excludeProcessId, List<? extends User> matchingUsers)
protected void filterUsersInvolvedInTask(String excludeTaskId, List<? extends User> matchingUsers)
protected Set<String> getInvolvedUsersAsSet(List<IdentityLink> involvedPeople)
Copyright © 2023 Flowable. All rights reserved.