Uses of Class
io.camunda.client.protocol.rest.AgentInstanceResult
Packages that use AgentInstanceResult
-
Uses of AgentInstanceResult in io.camunda.client.impl.search.response
Methods in io.camunda.client.impl.search.response with parameters of type AgentInstanceResultModifier and TypeMethodDescriptionstatic AgentInstanceSearchResponseMapper.toAgentInstanceGetResponse(AgentInstanceResult result) Constructors in io.camunda.client.impl.search.response with parameters of type AgentInstanceResult -
Uses of AgentInstanceResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return AgentInstanceResultModifier and TypeMethodDescriptionAgentInstanceResult.addElementInstanceKeysItem(String elementInstanceKeysItem) AgentInstanceResult.addToolsItem(AgentTool toolsItem) AgentInstanceResult.agentInstanceKey(String agentInstanceKey) AgentInstanceResult.completionDate(String completionDate) AgentInstanceResult.creationDate(String creationDate) AgentInstanceResult.definition(AgentInstanceDefinition definition) AgentInstanceResult.elementInstanceKeys(List<String> elementInstanceKeys) AgentInstanceResult.lastUpdatedDate(String lastUpdatedDate) AgentInstanceResult.limits(AgentInstanceLimits limits) AgentInstanceResult.metrics(AgentInstanceMetrics metrics) AgentInstanceResult.processDefinitionId(String processDefinitionId) AgentInstanceResult.processDefinitionKey(String processDefinitionKey) AgentInstanceResult.processDefinitionVersion(Integer processDefinitionVersion) AgentInstanceResult.processDefinitionVersionTag(String processDefinitionVersionTag) AgentInstanceResult.processInstanceKey(String processInstanceKey) AgentInstanceResult.rootProcessInstanceKey(String rootProcessInstanceKey) AgentInstanceResult.status(AgentInstanceStatusEnum status) Methods in io.camunda.client.protocol.rest that return types with arguments of type AgentInstanceResultModifier and TypeMethodDescriptionAgentInstanceSearchQueryResult.getItems()The matching agent instances.Methods in io.camunda.client.protocol.rest with parameters of type AgentInstanceResultModifier and TypeMethodDescriptionAgentInstanceSearchQueryResult.addItemsItem(AgentInstanceResult itemsItem) Method parameters in io.camunda.client.protocol.rest with type arguments of type AgentInstanceResultModifier and TypeMethodDescriptionAgentInstanceSearchQueryResult.items(List<AgentInstanceResult> items) voidAgentInstanceSearchQueryResult.setItems(List<AgentInstanceResult> items)