Uses of Class
com.flowable.platform.service.user.PlatformUserQueryRequest
-
Packages that use PlatformUserQueryRequest Package Description com.flowable.platform.service.caze com.flowable.platform.service.process com.flowable.platform.service.task -
-
Uses of PlatformUserQueryRequest in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze with parameters of type PlatformUserQueryRequest Modifier and Type Method Description PlatformUserQuery
PlatformCaseInstanceService. createCandidateParticipantUsersQuery(String caseInstanceId, PlatformUserQueryRequest request)
protected PlatformUserQuery
PlatformCaseInstanceService. createPlatformUserQuery(PlatformUserQueryRequest request)
-
Uses of PlatformUserQueryRequest in com.flowable.platform.service.process
Methods in com.flowable.platform.service.process with parameters of type PlatformUserQueryRequest Modifier and Type Method Description protected PlatformUserQuery
PlatformProcessInstanceService. createPlatformUserQuery(PlatformUserQueryRequest request)
PlatformUserQuery
PlatformProcessInstanceService. createProcessParticipantCandidateUsersQuery(String processInstanceId, PlatformUserQueryRequest request)
-
Uses of PlatformUserQueryRequest in com.flowable.platform.service.task
Methods in com.flowable.platform.service.task with parameters of type PlatformUserQueryRequest Modifier and Type Method Description protected PlatformUserQuery
PlatformTaskService. createPlatformUserQuery(PlatformUserQueryRequest request)
PlatformUserQuery
PlatformTaskService. createPotentialTaskParticipatingUsersQuery(String taskId, PlatformUserQueryRequest request)
PlatformUserQuery
PlatformTaskService. createTaskCandidateQuery(String taskId, PlatformUserQueryRequest request)
-