Uses of Class
io.camunda.client.protocol.rest.ElementInstanceResult
Packages that use ElementInstanceResult
-
Uses of ElementInstanceResult in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response with parameters of type ElementInstanceResultModifier and TypeMethodDescriptionstatic ElementInstanceSearchResponseMapper.toElementInstanceGetResponse(ElementInstanceResult response) Constructors in io.camunda.client.impl.search.response with parameters of type ElementInstanceResult -
Uses of ElementInstanceResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ElementInstanceResultModifier and TypeMethodDescriptionElementInstanceResult.elementInstanceKey(String elementInstanceKey) ElementInstanceResult.elementName(String elementName) ElementInstanceResult.hasIncident(Boolean hasIncident) ElementInstanceResult.incidentKey(String incidentKey) ElementInstanceResult.processDefinitionId(String processDefinitionId) ElementInstanceResult.processDefinitionKey(String processDefinitionKey) ElementInstanceResult.processInstanceKey(String processInstanceKey) ElementInstanceResult.state(ElementInstanceStateEnum state) ElementInstanceResult.type(ElementInstanceResult.TypeEnum type) Methods in io.camunda.client.protocol.rest that return types with arguments of type ElementInstanceResultModifier and TypeMethodDescriptionElementInstanceSearchQueryResult.getItems()The matching element instances.Methods in io.camunda.client.protocol.rest with parameters of type ElementInstanceResultModifier and TypeMethodDescriptionElementInstanceSearchQueryResult.addItemsItem(ElementInstanceResult itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type ElementInstanceResultModifier and TypeMethodDescriptionElementInstanceSearchQueryResult.items(List<ElementInstanceResult> items) voidElementInstanceSearchQueryResult.setItems(List<ElementInstanceResult> items)