Uses of Class
com.flowable.platform.service.work.WorkInstancesIndexQueryRequest
Packages that use WorkInstancesIndexQueryRequest
Package
Description
-
Uses of WorkInstancesIndexQueryRequest in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index with parameters of type WorkInstancesIndexQueryRequestModifier and TypeMethodDescriptionWorkIndexService.findWorkInstancesWithQuery(WorkInstancesIndexQueryRequest request) WorkIndexService.findWorkInstancesWithQueryWithoutPermissions(WorkInstancesIndexQueryRequest request) -
Uses of WorkInstancesIndexQueryRequest in com.flowable.platform.service.work
Methods in com.flowable.platform.service.work with parameters of type WorkInstancesIndexQueryRequestModifier and TypeMethodDescriptionprotected StringWorkInstancesIndexQueryBuilder.build(WorkInstancesIndexQueryRequest request) WorkInstancesIndexQueryBuilder.build(WorkInstancesIndexQueryRequest queryRequest, String defaultSort) -
Uses of WorkInstancesIndexQueryRequest in com.flowable.platform.service.work.filter
Methods in com.flowable.platform.service.work.filter that return types with arguments of type WorkInstancesIndexQueryRequestModifier and TypeMethodDescriptionprotected Class<? extends DataFilter<WorkInstancesIndexQueryRequest>>WorkFilterFactoryImpl.getBasicFilterClass()Methods in com.flowable.platform.service.work.filter with parameters of type WorkInstancesIndexQueryRequestModifier and TypeMethodDescriptionvoidBasicWorkDataDataFilter.applyFilterOnRequest(WorkInstancesIndexQueryRequest request) protected StringBasicWorkDataDataFilter.processValueAsString(WorkInstancesIndexQueryRequest request, String value)