Uses of Class
io.camunda.zeebe.client.protocol.rest.FlowNodeInstanceFilterRequest
Packages that use FlowNodeInstanceFilterRequest
Package
Description
-
Uses of FlowNodeInstanceFilterRequest in io.camunda.zeebe.client.impl.search.filter
Methods in io.camunda.zeebe.client.impl.search.filter that return FlowNodeInstanceFilterRequestModifier and TypeMethodDescriptionprotected FlowNodeInstanceFilterRequestFlownodeInstanceFilterImpl.getSearchRequestProperty() -
Uses of FlowNodeInstanceFilterRequest in io.camunda.zeebe.client.protocol.rest
Methods in io.camunda.zeebe.client.protocol.rest that return FlowNodeInstanceFilterRequestModifier and TypeMethodDescriptionFlowNodeInstanceFilterRequest.flowNodeId(String flowNodeId) FlowNodeInstanceFilterRequest.flowNodeInstanceKey(Long flowNodeInstanceKey) FlowNodeInstanceFilterRequest.flowNodeName(String flowNodeName) FlowNodeInstanceSearchQueryRequest.getFilter()Get filterFlowNodeInstanceFilterRequest.incidentKey(Long incidentKey) FlowNodeInstanceFilterRequest.processDefinitionKey(Long processDefinitionKey) FlowNodeInstanceFilterRequest.processInstanceKey(Long processInstanceKey) Methods in io.camunda.zeebe.client.protocol.rest with parameters of type FlowNodeInstanceFilterRequestModifier and TypeMethodDescriptionFlowNodeInstanceSearchQueryRequest.filter(FlowNodeInstanceFilterRequest filter) voidFlowNodeInstanceSearchQueryRequest.setFilter(FlowNodeInstanceFilterRequest filter)