Uses of Class
org.camunda.bpm.engine.rest.dto.management.JobDefinitionDto
-
Packages that use JobDefinitionDto Package Description org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.dto.management org.camunda.bpm.engine.rest.impl org.camunda.bpm.engine.rest.sub.management -
-
Uses of JobDefinitionDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type JobDefinitionDto Modifier and Type Method Description List<JobDefinitionDto>
JobDefinitionRestService. getJobDefinitions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
Exposes theJobDefinitionQuery
interface as a REST service.List<JobDefinitionDto>
JobDefinitionRestService. queryJobDefinitions(JobDefinitionQueryDto queryDto, Integer firstResult, Integer maxResults)
-
Uses of JobDefinitionDto in org.camunda.bpm.engine.rest.dto.management
Methods in org.camunda.bpm.engine.rest.dto.management that return JobDefinitionDto Modifier and Type Method Description static JobDefinitionDto
JobDefinitionDto. fromJobDefinition(JobDefinition definition)
-
Uses of JobDefinitionDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type JobDefinitionDto Modifier and Type Method Description List<JobDefinitionDto>
JobDefinitionRestServiceImpl. getJobDefinitions(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
List<JobDefinitionDto>
JobDefinitionRestServiceImpl. queryJobDefinitions(JobDefinitionQueryDto queryDto, Integer firstResult, Integer maxResults)
-
Uses of JobDefinitionDto in org.camunda.bpm.engine.rest.sub.management
Methods in org.camunda.bpm.engine.rest.sub.management that return JobDefinitionDto Modifier and Type Method Description JobDefinitionDto
JobDefinitionResource. getJobDefinition()
JobDefinitionDto
JobDefinitionResourceImpl. getJobDefinition()
-