Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.SetJobRetriesDto
- 
Packages that use SetJobRetriesDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.dto.runtime org.camunda.bpm.engine.rest.impl  - 
- 
Uses of SetJobRetriesDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type SetJobRetriesDto Modifier and Type Method Description BatchDtoJobRestService. setRetries(SetJobRetriesDto setJobRetriesDto) - 
Uses of SetJobRetriesDto in org.camunda.bpm.engine.rest.dto.runtime
Subclasses of SetJobRetriesDto in org.camunda.bpm.engine.rest.dto.runtime Modifier and Type Class Description classSetJobRetriesByProcessDto - 
Uses of SetJobRetriesDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type SetJobRetriesDto Modifier and Type Method Description BatchDtoJobRestServiceImpl. setRetries(SetJobRetriesDto setJobRetriesDto) 
 -