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 |
Modifier and Type | Method and Description |
---|---|
List<JobDefinitionDto> |
JobDefinitionRestService.getJobDefinitions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
JobDefinitionQuery interface as a REST service. |
List<JobDefinitionDto> |
JobDefinitionRestService.queryJobDefinitions(JobDefinitionQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
Modifier and Type | Method and Description |
---|---|
static JobDefinitionDto |
JobDefinitionDto.fromJobDefinition(JobDefinition definition) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
JobDefinitionDto |
JobDefinitionResourceImpl.getJobDefinition() |
JobDefinitionDto |
JobDefinitionResource.getJobDefinition() |
Copyright © 2015. All rights reserved.