Uses of Class
io.camunda.client.protocol.rest.FlowNodeInstanceFilter
Packages that use FlowNodeInstanceFilter
-
Uses of FlowNodeInstanceFilter in io.camunda.client.impl.search.filter
Methods in io.camunda.client.impl.search.filter that return FlowNodeInstanceFilterModifier and TypeMethodDescriptionprotected FlowNodeInstanceFilterFlownodeInstanceFilterImpl.getSearchRequestProperty() -
Uses of FlowNodeInstanceFilter in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return FlowNodeInstanceFilterModifier and TypeMethodDescriptionFlowNodeInstanceFilter.flowNodeId(String flowNodeId) FlowNodeInstanceFilter.flowNodeInstanceKey(String flowNodeInstanceKey) FlowNodeInstanceFilter.flowNodeName(String flowNodeName) FlowNodeInstanceSearchQuery.getFilter()The flow node instance search filters.FlowNodeInstanceFilter.hasIncident(Boolean hasIncident) FlowNodeInstanceFilter.incidentKey(String incidentKey) FlowNodeInstanceFilter.processDefinitionId(String processDefinitionId) FlowNodeInstanceFilter.processDefinitionKey(String processDefinitionKey) FlowNodeInstanceFilter.processInstanceKey(String processInstanceKey) FlowNodeInstanceFilter.state(FlowNodeInstanceFilter.StateEnum state) FlowNodeInstanceFilter.type(FlowNodeInstanceFilter.TypeEnum type) Methods in io.camunda.client.protocol.rest with parameters of type FlowNodeInstanceFilterModifier and TypeMethodDescriptionFlowNodeInstanceSearchQuery.filter(FlowNodeInstanceFilter filter) voidFlowNodeInstanceSearchQuery.setFilter(FlowNodeInstanceFilter filter)