Uses of Class
com.flowable.platform.service.process.ProcessInstanceSearchRepresentation
Package | Description |
---|---|
com.flowable.platform.rest.service.api.process | |
com.flowable.platform.service.index | |
com.flowable.platform.service.process |
-
Uses of ProcessInstanceSearchRepresentation in com.flowable.platform.rest.service.api.process
Methods in com.flowable.platform.rest.service.api.process that return types with arguments of type ProcessInstanceSearchRepresentation Modifier and Type Method Description org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<ProcessInstanceSearchRepresentation>>
ProcessInstancesResource. queryCustomProcessInstancesWithAliasQuery(java.lang.String alias, ProcessInstancesIndexQueryRequest request)
org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<ProcessInstanceSearchRepresentation>>
ProcessInstancesResource. queryCustomProcessInstancesWithQuery(java.lang.String queryName, java.util.Map<java.lang.String,java.lang.Object> params)
org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<ProcessInstanceSearchRepresentation>>
ProcessInstancesResource. queryProcessInstances(java.lang.String filterId, ProcessInstancesIndexQueryRequest request, java.security.Principal principal)
org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<ProcessInstanceSearchRepresentation>>
ProcessInstancesResource. queryProcessInstancesWithQuery(ProcessInstancesIndexQueryRequest request)
-
Uses of ProcessInstanceSearchRepresentation in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type ProcessInstanceSearchRepresentation Modifier and Type Field Description protected ResultFilter<ProcessInstanceSearchRepresentation>
WorkIndexService. processInstanceResultFilter
Methods in com.flowable.platform.service.index that return types with arguments of type ProcessInstanceSearchRepresentation Modifier and Type Method Description Page<ProcessInstanceSearchRepresentation>
WorkIndexService. findProcessInstancesWithQuery(ProcessInstancesIndexQueryRequest request)
Page<ProcessInstanceSearchRepresentation>
WorkIndexService. findProcessInstancesWithQuery(java.lang.String filterId, ProcessInstancesIndexQueryRequest request)
Constructor parameters in com.flowable.platform.service.index with type arguments of type ProcessInstanceSearchRepresentation Constructor Description WorkIndexService(ResultFilter<ProcessInstanceSearchRepresentation> processInstanceResultFilter, ResultFilter<CaseInstanceSearchRepresentation> caseInstanceResultFilter, ResultFilter<WorkInstanceSearchRepresentation> workInstanceResultFilter, ResultFilter<TaskSearchRepresentation> taskInstanceResultFilter)
-
Uses of ProcessInstanceSearchRepresentation in com.flowable.platform.service.process
Methods in com.flowable.platform.service.process that return ProcessInstanceSearchRepresentation Modifier and Type Method Description ProcessInstanceSearchRepresentation
ProcessInstanceJsonMapper. convert(com.fasterxml.jackson.databind.JsonNode jsonNode)
Methods in com.flowable.platform.service.process with parameters of type ProcessInstanceSearchRepresentation Modifier and Type Method Description void
ProcessInstanceResultMapper.Enhancer. enhance(ProcessInstanceSearchRepresentation response, com.fasterxml.jackson.databind.JsonNode jsonNode)