Package org.camunda.bpm.engine.rest.impl
Class FilterRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
org.camunda.bpm.engine.rest.impl.FilterRestServiceImpl
- All Implemented Interfaces:
FilterRestService
public class FilterRestServiceImpl
extends AbstractAuthorizedRestResource
implements FilterRestService
- Author:
- Sebastian Menski
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
resource, resourceId
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.FilterRestService
PATH
-
Constructor Summary
ConstructorsConstructorDescriptionFilterRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionavailableOperations
(jakarta.ws.rs.core.UriInfo context) createFilter
(FilterDto filterDto) getFilters
(jakarta.ws.rs.core.UriInfo uriInfo, Boolean itemCount, Integer firstResult, Integer maxResults) getFiltersCount
(jakarta.ws.rs.core.UriInfo uriInfo) protected FilterQuery
getQueryFromQueryParameters
(jakarta.ws.rs.core.MultivaluedMap<String, String> queryParameters) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
isAuthorized, isAuthorized, isAuthorized
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
FilterRestServiceImpl
public FilterRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getFilter
- Specified by:
getFilter
in interfaceFilterRestService
-
getFilters
public List<FilterDto> getFilters(jakarta.ws.rs.core.UriInfo uriInfo, Boolean itemCount, Integer firstResult, Integer maxResults) - Specified by:
getFilters
in interfaceFilterRestService
-
getFiltersCount
- Specified by:
getFiltersCount
in interfaceFilterRestService
-
createFilter
- Specified by:
createFilter
in interfaceFilterRestService
-
getQueryFromQueryParameters
protected FilterQuery getQueryFromQueryParameters(jakarta.ws.rs.core.MultivaluedMap<String, String> queryParameters) -
availableOperations
- Specified by:
availableOperations
in interfaceFilterRestService
-