Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.FilterDto
-
-
Uses of FilterDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return FilterDto Modifier and Type Method Description FilterDto
FilterRestService. createFilter(FilterDto filterDto)
Methods in org.camunda.bpm.engine.rest that return types with arguments of type FilterDto Modifier and Type Method Description java.util.List<FilterDto>
FilterRestService. getFilters(javax.ws.rs.core.UriInfo uriInfo, java.lang.Boolean itemCount, java.lang.Integer firstResult, java.lang.Integer maxResults)
Methods in org.camunda.bpm.engine.rest with parameters of type FilterDto Modifier and Type Method Description FilterDto
FilterRestService. createFilter(FilterDto filterDto)
-
Uses of FilterDto in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime that return FilterDto Modifier and Type Method Description static FilterDto
FilterDto. fromFilter(Filter filter)
-
Uses of FilterDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return FilterDto Modifier and Type Method Description FilterDto
FilterRestServiceImpl. createFilter(FilterDto filterDto)
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type FilterDto Modifier and Type Method Description java.util.List<FilterDto>
FilterRestServiceImpl. getFilters(javax.ws.rs.core.UriInfo uriInfo, java.lang.Boolean itemCount, java.lang.Integer firstResult, java.lang.Integer maxResults)
Methods in org.camunda.bpm.engine.rest.impl with parameters of type FilterDto Modifier and Type Method Description FilterDto
FilterRestServiceImpl. createFilter(FilterDto filterDto)
-
Uses of FilterDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime that return FilterDto Modifier and Type Method Description FilterDto
FilterResource. getFilter(java.lang.Boolean itemCount)
Methods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type FilterDto Modifier and Type Method Description void
FilterResource. updateFilter(FilterDto filterDto)
-
Uses of FilterDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return FilterDto Modifier and Type Method Description FilterDto
FilterResourceImpl. getFilter(java.lang.Boolean itemCount)
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type FilterDto Modifier and Type Method Description void
FilterResourceImpl. updateFilter(FilterDto filterDto)
-