Uses of Class
io.camunda.client.protocol.rest.JobSearchResult
Packages that use JobSearchResult
-
Uses of JobSearchResult in io.camunda.client.impl.search.response
Constructors in io.camunda.client.impl.search.response with parameters of type JobSearchResult -
Uses of JobSearchResult in io.camunda.client.protocol.rest
Methods in io.camunda.client.protocol.rest that return JobSearchResultModifier and TypeMethodDescriptionJobSearchResult.customHeaders(Map<String, String> customHeaders) JobSearchResult.deniedReason(String deniedReason) JobSearchResult.elementInstanceKey(String elementInstanceKey) JobSearchResult.errorMessage(String errorMessage) JobSearchResult.hasFailedWithRetriesLeft(Boolean hasFailedWithRetriesLeft) JobSearchResult.kind(JobKindEnum kind) JobSearchResult.listenerEventType(JobListenerEventTypeEnum listenerEventType) JobSearchResult.processDefinitionId(String processDefinitionId) JobSearchResult.processDefinitionKey(String processDefinitionKey) JobSearchResult.processInstanceKey(String processInstanceKey) JobSearchResult.putCustomHeadersItem(String key, String customHeadersItem) JobSearchResult.state(JobStateEnum state) Methods in io.camunda.client.protocol.rest that return types with arguments of type JobSearchResultMethods in io.camunda.client.protocol.rest with parameters of type JobSearchResultMethod parameters in io.camunda.client.protocol.rest with type arguments of type JobSearchResultModifier and TypeMethodDescriptionJobSearchQueryResult.items(List<JobSearchResult> items) voidJobSearchQueryResult.setItems(List<JobSearchResult> items)