Uses of Class
io.camunda.client.protocol.rest.ElementInstanceWaitStateResult
Packages that use ElementInstanceWaitStateResult
-
Uses of ElementInstanceWaitStateResult in io.camunda.client.impl.search.response
Constructors in io.camunda.client.impl.search.response with parameters of type ElementInstanceWaitStateResultModifierConstructorDescription -
Uses of ElementInstanceWaitStateResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ElementInstanceWaitStateResultModifier and TypeMethodDescriptionElementInstanceWaitStateResult.bpmnProcessId(String bpmnProcessId) ElementInstanceWaitStateResult.details(WaitStateDetails details) ElementInstanceWaitStateResult.elementInstanceKey(String elementInstanceKey) ElementInstanceWaitStateResult.elementType(WaitStateElementTypeEnum elementType) ElementInstanceWaitStateResult.processInstanceKey(String processInstanceKey) ElementInstanceWaitStateResult.rootProcessInstanceKey(String rootProcessInstanceKey) Methods in io.camunda.client.protocol.rest that return types with arguments of type ElementInstanceWaitStateResultModifier and TypeMethodDescriptionElementInstanceWaitStateQueryResult.getItems()The matching waiting states.Methods in io.camunda.client.protocol.rest with parameters of type ElementInstanceWaitStateResultModifier and TypeMethodDescriptionElementInstanceWaitStateQueryResult.addItemsItem(ElementInstanceWaitStateResult itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type ElementInstanceWaitStateResultModifier and TypeMethodDescriptionElementInstanceWaitStateQueryResult.items(List<ElementInstanceWaitStateResult> items) voidElementInstanceWaitStateQueryResult.setItems(List<ElementInstanceWaitStateResult> items)