Uses of Class
com.flowable.platform.service.caze.CaseInstanceSearchRepresentation
Package | Description |
---|---|
com.flowable.platform.rest.service.api.caze | |
com.flowable.platform.service.caze | |
com.flowable.platform.service.index |
-
Uses of CaseInstanceSearchRepresentation in com.flowable.platform.rest.service.api.caze
Methods in com.flowable.platform.rest.service.api.caze that return types with arguments of type CaseInstanceSearchRepresentation Modifier and Type Method Description org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<CaseInstanceSearchRepresentation>>
CaseInstancesResource. queryCaseInstances(java.lang.String filterId, CaseInstancesIndexQueryRequest request, java.security.Principal principal)
org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<CaseInstanceSearchRepresentation>>
CaseInstancesResource. queryCaseInstancesWithQuery(CaseInstancesIndexQueryRequest request)
org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<CaseInstanceSearchRepresentation>>
CaseInstancesResource. queryCustomAliasCaseInstancesWithQuery(java.lang.String alias, CaseInstancesIndexQueryRequest request)
org.springframework.http.ResponseEntity<org.flowable.common.rest.api.DataResponse<CaseInstanceSearchRepresentation>>
CaseInstancesResource. queryCustomCaseInstancesWithQuery(java.lang.String queryName, java.util.Map<java.lang.String,java.lang.Object> params)
-
Uses of CaseInstanceSearchRepresentation in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze that return CaseInstanceSearchRepresentation Modifier and Type Method Description CaseInstanceSearchRepresentation
CaseInstanceJsonMapper. convert(com.fasterxml.jackson.databind.JsonNode jsonNode)
Methods in com.flowable.platform.service.caze with parameters of type CaseInstanceSearchRepresentation Modifier and Type Method Description void
CaseInstanceResultMapper.Enhancer. enhance(CaseInstanceSearchRepresentation response, com.fasterxml.jackson.databind.JsonNode jsonNode)
-
Uses of CaseInstanceSearchRepresentation in com.flowable.platform.service.index
Fields in com.flowable.platform.service.index with type parameters of type CaseInstanceSearchRepresentation Modifier and Type Field Description protected ResultFilter<CaseInstanceSearchRepresentation>
WorkIndexService. caseInstanceResultFilter
Methods in com.flowable.platform.service.index that return types with arguments of type CaseInstanceSearchRepresentation Modifier and Type Method Description Page<CaseInstanceSearchRepresentation>
WorkIndexService. findCaseInstancesWithQuery(CaseInstancesIndexQueryRequest request)
Page<CaseInstanceSearchRepresentation>
WorkIndexService. findCaseInstancesWithQuery(java.lang.String filterId, CaseInstancesIndexQueryRequest request)