Uses of Record Class
io.camunda.service.search.filter.ProcessInstanceFilter
Packages that use ProcessInstanceFilter
Package
Description
-
Uses of ProcessInstanceFilter in io.camunda.service.search.filter
Methods in io.camunda.service.search.filter that return ProcessInstanceFilterModifier and TypeMethodDescriptionProcessInstanceFilter.Builder.build()static ProcessInstanceFilterFilterBuilders.processInstance(Function<ProcessInstanceFilter.Builder, ObjectBuilder<ProcessInstanceFilter>> fn) Method parameters in io.camunda.service.search.filter with type arguments of type ProcessInstanceFilterModifier and TypeMethodDescriptionstatic ProcessInstanceFilterFilterBuilders.processInstance(Function<ProcessInstanceFilter.Builder, ObjectBuilder<ProcessInstanceFilter>> fn) -
Uses of ProcessInstanceFilter in io.camunda.service.search.query
Methods in io.camunda.service.search.query that return ProcessInstanceFilterModifier and TypeMethodDescriptionProcessInstanceQuery.filter()Returns the value of thefilterrecord component.Methods in io.camunda.service.search.query with parameters of type ProcessInstanceFilterModifier and TypeMethodDescriptionProcessInstanceQuery.Builder.filter(ProcessInstanceFilter value) Method parameters in io.camunda.service.search.query with type arguments of type ProcessInstanceFilterModifier and TypeMethodDescriptionProcessInstanceQuery.Builder.filter(Function<ProcessInstanceFilter.Builder, ObjectBuilder<ProcessInstanceFilter>> fn) Constructors in io.camunda.service.search.query with parameters of type ProcessInstanceFilterModifierConstructorDescriptionProcessInstanceQuery(ProcessInstanceFilter filter, ProcessInstanceSort sort, SearchQueryPage page, QueryResultConfig resultConfig) Creates an instance of aProcessInstanceQueryrecord class. -
Uses of ProcessInstanceFilter in io.camunda.service.transformers.filter
Methods in io.camunda.service.transformers.filter with parameters of type ProcessInstanceFilterModifier and TypeMethodDescriptionProcessInstanceFilterTransformer.toIndices(ProcessInstanceFilter filter) ProcessInstanceFilterTransformer.toSearchQuery(ProcessInstanceFilter filter)