Uses of Class
io.camunda.client.protocol.rest.ProcessInstanceResult
Packages that use ProcessInstanceResult
-
Uses of ProcessInstanceResult in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response with parameters of type ProcessInstanceResultModifier and TypeMethodDescriptionstatic ProcessInstanceSearchResponseMapper.toProcessInstanceGetResponse(ProcessInstanceResult response) Constructors in io.camunda.client.impl.search.response with parameters of type ProcessInstanceResult -
Uses of ProcessInstanceResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ProcessInstanceResultModifier and TypeMethodDescriptionProcessInstanceResult.addTagsItem(String tagsItem) ProcessInstanceResult.hasIncident(Boolean hasIncident) ProcessInstanceResult.parentElementInstanceKey(String parentElementInstanceKey) ProcessInstanceResult.parentProcessInstanceKey(String parentProcessInstanceKey) ProcessInstanceResult.processDefinitionId(String processDefinitionId) ProcessInstanceResult.processDefinitionKey(String processDefinitionKey) ProcessInstanceResult.processDefinitionName(String processDefinitionName) ProcessInstanceResult.processDefinitionVersion(Integer processDefinitionVersion) ProcessInstanceResult.processDefinitionVersionTag(String processDefinitionVersionTag) ProcessInstanceResult.processInstanceKey(String processInstanceKey) ProcessInstanceResult.state(ProcessInstanceStateEnum state) Methods in io.camunda.client.protocol.rest that return types with arguments of type ProcessInstanceResultModifier and TypeMethodDescriptionProcessInstanceSearchQueryResult.getItems()The matching process instances.Methods in io.camunda.client.protocol.rest with parameters of type ProcessInstanceResultModifier and TypeMethodDescriptionProcessInstanceSearchQueryResult.addItemsItem(ProcessInstanceResult itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type ProcessInstanceResultModifier and TypeMethodDescriptionProcessInstanceSearchQueryResult.items(List<ProcessInstanceResult> items) voidProcessInstanceSearchQueryResult.setItems(List<ProcessInstanceResult> items)