Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.JobDto
-
-
Uses of JobDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type JobDto Modifier and Type Method Description 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 Modifier and Type Method Description static JobDto
JobDto. fromJob(Job job)
-
Uses of JobDto in org.camunda.bpm.engine.rest.history
Methods in org.camunda.bpm.engine.rest.history that return JobDto Modifier and Type Method Description JobDto
HistoryCleanupRestService. cleanupAsync(boolean immediatelyDue)
JobDto
HistoryCleanupRestService. findCleanupJob()
Methods in org.camunda.bpm.engine.rest.history that return types with arguments of type JobDto Modifier and Type Method Description List<JobDto>
HistoryCleanupRestService. findCleanupJobs()
-
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 Modifier and Type Method Description 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.impl.history
Methods in org.camunda.bpm.engine.rest.impl.history that return JobDto Modifier and Type Method Description JobDto
HistoryCleanupRestServiceImpl. cleanupAsync(boolean immediatelyDue)
JobDto
HistoryCleanupRestServiceImpl. findCleanupJob()
Methods in org.camunda.bpm.engine.rest.impl.history that return types with arguments of type JobDto Modifier and Type Method Description List<JobDto>
HistoryCleanupRestServiceImpl. findCleanupJobs()
-
Uses of JobDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime that return JobDto Modifier and Type Method Description 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 Modifier and Type Method Description JobDto
JobResourceImpl. getJob()
-