Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.SetJobRetriesByProcessDto
-
Packages that use SetJobRetriesByProcessDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.impl -
-
Uses of SetJobRetriesByProcessDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type SetJobRetriesByProcessDto Modifier and Type Method Description BatchDto
ProcessInstanceRestService. setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesDto)
BatchDto
ProcessInstanceRestService. setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesDto)
-
Uses of SetJobRetriesByProcessDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type SetJobRetriesByProcessDto Modifier and Type Method Description BatchDto
ProcessInstanceRestServiceImpl. setRetriesByProcess(SetJobRetriesByProcessDto setJobRetriesDto)
BatchDto
ProcessInstanceRestServiceImpl. setRetriesByProcessHistoricQueryBased(SetJobRetriesByProcessDto setJobRetriesDto)
-