Package org.camunda.bpm.engine.rest.impl
Class JobRestServiceImpl
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.JobRestServiceImpl
- All Implemented Interfaces:
JobRestService
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
Fields inherited from interface org.camunda.bpm.engine.rest.JobRestService
PATH
-
Constructor Summary
ConstructorDescriptionJobRestServiceImpl
(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptiongetJobsCount
(jakarta.ws.rs.core.UriInfo uriInfo) queryJobs
(JobQueryDto queryDto, Integer firstResult, Integer maxResults) queryJobsCount
(JobQueryDto queryDto) setRetries
(SetJobRetriesDto setJobRetriesDto) void
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Constructor Details
-
JobRestServiceImpl
public JobRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getJob
- Specified by:
getJob
in interfaceJobRestService
-
getJobs
public List<JobDto> getJobs(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) - Specified by:
getJobs
in interfaceJobRestService
-
queryJobs
- Specified by:
queryJobs
in interfaceJobRestService
-
getJobsCount
- Specified by:
getJobsCount
in interfaceJobRestService
-
queryJobsCount
- Specified by:
queryJobsCount
in interfaceJobRestService
-
setRetries
- Specified by:
setRetries
in interfaceJobRestService
-
updateSuspensionState
- Specified by:
updateSuspensionState
in interfaceJobRestService
-