public class AbstractWorkflowUsersResource extends Object
Constructor and Description |
---|
AbstractWorkflowUsersResource() |
Modifier and Type | Method and Description |
---|---|
protected void |
filterUsersInvolvedInProcess(String excludeProcessId,
List<com.activiti.domain.idm.User> matchingUsers) |
protected void |
filterUsersInvolvedInTask(String excludeTaskId,
List<com.activiti.domain.idm.User> matchingUsers) |
protected Set<String> |
getInvolvedUsersAsSet(List<IdentityLink> involvedPeople) |
com.activiti.model.common.ResultListDataRepresentation |
getUsers(String filter,
String email,
String excludeTaskId,
String excludeProcessId,
Long groupId) |
protected void |
removeinvolvedUsers(List<com.activiti.domain.idm.User> matchingUsers,
Set<String> involvedUsers) |
public com.activiti.model.common.ResultListDataRepresentation getUsers(String filter, String email, String excludeTaskId, String excludeProcessId, Long groupId)
protected void filterUsersInvolvedInProcess(String excludeProcessId, List<com.activiti.domain.idm.User> matchingUsers)
protected void filterUsersInvolvedInTask(String excludeTaskId, List<com.activiti.domain.idm.User> matchingUsers)
protected Set<String> getInvolvedUsersAsSet(List<IdentityLink> involvedPeople)
Copyright © 2014–2015 Alfresco. All rights reserved.