Package | Description |
---|---|
org.camunda.bpm.engine.rest | |
org.camunda.bpm.engine.rest.dto.runtime | |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Method and Description |
---|---|
List<JobDto> |
JobRestService.queryJobs(JobQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
CountResultDto |
JobRestService.queryJobsCount(JobQueryDto queryDto) |
Modifier and Type | Field and Description |
---|---|
protected JobQueryDto |
SetJobRetriesDto.jobQuery |
Modifier and Type | Method and Description |
---|---|
JobQueryDto |
SetJobRetriesDto.getJobQuery() |
Modifier and Type | Method and Description |
---|---|
void |
SetJobRetriesDto.setJobQuery(JobQueryDto jobQuery) |
Modifier and Type | Method and Description |
---|---|
List<JobDto> |
JobRestServiceImpl.queryJobs(JobQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
CountResultDto |
JobRestServiceImpl.queryJobsCount(JobQueryDto queryDto) |
Copyright © 2022. All rights reserved.