@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<org.flowable.identitylink.api.IdentityLink> involvedPeople) |
org.flowable.ui.common.model.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 org.flowable.ui.common.model.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<org.flowable.identitylink.api.IdentityLink> involvedPeople)
Copyright © 2022 Flowable. All rights reserved.