Uses of Class
io.camunda.client.protocol.rest.ElementInstanceStateFilterProperty
Packages that use ElementInstanceStateFilterProperty
-
Uses of ElementInstanceStateFilterProperty in io.camunda.client.impl.search.filter.builder
Methods in io.camunda.client.impl.search.filter.builder that return ElementInstanceStateFilterPropertyModifier and TypeMethodDescriptionprotected ElementInstanceStateFilterPropertyElementInstanceStatePropertyImpl.getSearchRequestProperty() -
Uses of ElementInstanceStateFilterProperty in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ElementInstanceStateFilterPropertyModifier and TypeMethodDescriptionElementInstanceStateFilterProperty.$eq(ElementInstanceStateEnum $eq) ElementInstanceStateFilterProperty.$in(List<ElementInstanceStateEnum> $in) ElementInstanceStateFilterProperty.$neq(ElementInstanceStateEnum $neq) ElementInstanceStateFilterProperty.add$InItem(ElementInstanceStateEnum $inItem) BaseProcessInstanceFilterFields.getElementInstanceState()The state of the element instances associated with the process instance.ProcessDefinitionStatisticsFilter.getElementInstanceState()The state of the element instances associated with the process instance.ProcessInstanceFilter.getElementInstanceState()The state of the element instances associated with the process instance.ProcessInstanceFilterFields.getElementInstanceState()The state of the element instances associated with the process instance.ElementInstanceFilter.getState()State of element instance as defined set of values.Methods in io.camunda.client.protocol.rest with parameters of type ElementInstanceStateFilterPropertyModifier and TypeMethodDescriptionBaseProcessInstanceFilterFields.elementInstanceState(ElementInstanceStateFilterProperty elementInstanceState) ProcessDefinitionStatisticsFilter.elementInstanceState(ElementInstanceStateFilterProperty elementInstanceState) ProcessInstanceFilter.elementInstanceState(ElementInstanceStateFilterProperty elementInstanceState) ProcessInstanceFilterFields.elementInstanceState(ElementInstanceStateFilterProperty elementInstanceState) voidBaseProcessInstanceFilterFields.setElementInstanceState(ElementInstanceStateFilterProperty elementInstanceState) voidProcessDefinitionStatisticsFilter.setElementInstanceState(ElementInstanceStateFilterProperty elementInstanceState) voidProcessInstanceFilter.setElementInstanceState(ElementInstanceStateFilterProperty elementInstanceState) voidProcessInstanceFilterFields.setElementInstanceState(ElementInstanceStateFilterProperty elementInstanceState) voidElementInstanceFilter.setState(ElementInstanceStateFilterProperty state) ElementInstanceFilter.state(ElementInstanceStateFilterProperty state)