|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JobDto in org.camunda.bpm.engine.rest |
|---|
| Methods in org.camunda.bpm.engine.rest that return types with arguments of type JobDto | |
|---|---|
List<JobDto> |
JobRestService.getJobs(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
|
List<JobDto> |
JobRestService.queryJobs(JobQueryDto queryDto,
Integer firstResult,
Integer maxResults)
|
| Uses of JobDto in org.camunda.bpm.engine.rest.dto.runtime |
|---|
| Methods in org.camunda.bpm.engine.rest.dto.runtime that return JobDto | |
|---|---|
static JobDto |
JobDto.fromJob(Job job)
|
| Uses of JobDto in org.camunda.bpm.engine.rest.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type JobDto | |
|---|---|
List<JobDto> |
JobRestServiceImpl.getJobs(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
|
List<JobDto> |
JobRestServiceImpl.queryJobs(JobQueryDto queryDto,
Integer firstResult,
Integer maxResults)
|
| Uses of JobDto in org.camunda.bpm.engine.rest.sub.runtime |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.runtime that return JobDto | |
|---|---|
JobDto |
JobResource.getJob()
|
| Uses of JobDto in org.camunda.bpm.engine.rest.sub.runtime.impl |
|---|
| Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return JobDto | |
|---|---|
JobDto |
JobResourceImpl.getJob()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||