Uses of Class
org.camunda.community.rest.client.dto.FilterDto
Packages that use FilterDto
-
Uses of FilterDto in org.camunda.community.rest.client.api
Methods in org.camunda.community.rest.client.api that return FilterDtoModifier and TypeMethodDescriptionFilterApi.createFilter(CreateFilterDto createFilterDto) Create Filter Creates a new filter.FilterApi.createFilter(CreateFilterDto createFilterDto, Map<String, String> additionalHeaders) Create Filter Creates a new filter.FilterApi.getSingleFilter(String id, Boolean itemCount) Get Single Filter Retrieves a single filter by id, according to the `Filter` interface in the engine.Get Single Filter Retrieves a single filter by id, according to the `Filter` interface in the engine.Methods in org.camunda.community.rest.client.api that return types with arguments of type FilterDtoModifier and TypeMethodDescriptionFilterApi.getFilterList(String filterId, String resourceType, String name, String nameLike, String owner, Boolean itemCount, String sortBy, String sortOrder, Integer firstResult, Integer maxResults) Get Filters Queries for a list of filters using a list of parameters.FilterApi.getFilterList(String filterId, String resourceType, String name, String nameLike, String owner, Boolean itemCount, String sortBy, String sortOrder, Integer firstResult, Integer maxResults, Map<String, String> additionalHeaders) Get Filters Queries for a list of filters using a list of parameters. -
Uses of FilterDto in org.camunda.community.rest.client.dto
Methods in org.camunda.community.rest.client.dto that return FilterDtoModifier and TypeMethodDescriptionFilterDto.properties(Object properties) FilterDto.resourceType(String resourceType)