Package org.camunda.bpm.engine.rest
Interface FilterRestService
- All Known Implementing Classes:
FilterRestServiceImpl
@Produces("application/json")
public interface FilterRestService
-
Field Summary
-
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)
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
getFilter
-
getFilters
-
getFiltersCount
@GET @Path("/count") @Produces("application/json") CountResultDto getFiltersCount(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
createFilter
-
availableOperations
@OPTIONS @Produces("application/json") ResourceOptionsDto availableOperations(@Context jakarta.ws.rs.core.UriInfo context)
-