Uses of Class
io.camunda.client.protocol.rest.ActivatedJobResult
Packages that use ActivatedJobResult
-
Uses of ActivatedJobResult in io.camunda.client.impl.response
Constructors in io.camunda.client.impl.response with parameters of type ActivatedJobResult -
Uses of ActivatedJobResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return ActivatedJobResultModifier and TypeMethodDescriptionActivatedJobResult.addTagsItem(String tagsItem) ActivatedJobResult.customHeaders(Map<String, Object> customHeaders) ActivatedJobResult.elementInstanceKey(String elementInstanceKey) ActivatedJobResult.kind(JobKindEnum kind) ActivatedJobResult.listenerEventType(JobListenerEventTypeEnum listenerEventType) ActivatedJobResult.processDefinitionId(String processDefinitionId) ActivatedJobResult.processDefinitionKey(String processDefinitionKey) ActivatedJobResult.processDefinitionVersion(Integer processDefinitionVersion) ActivatedJobResult.processInstanceKey(String processInstanceKey) ActivatedJobResult.putCustomHeadersItem(String key, Object customHeadersItem) ActivatedJobResult.putVariablesItem(String key, Object variablesItem) ActivatedJobResult.userTask(UserTaskProperties userTask) Methods in io.camunda.client.protocol.rest that return types with arguments of type ActivatedJobResultMethods in io.camunda.client.protocol.rest with parameters of type ActivatedJobResultMethod parameters in io.camunda.client.protocol.rest with type arguments of type ActivatedJobResultModifier and TypeMethodDescriptionJobActivationResult.jobs(List<ActivatedJobResult> jobs) voidJobActivationResult.setJobs(List<ActivatedJobResult> jobs)