| Modifier and Type | Method and Description |
|---|---|
List<ProcessDefinitionDto> |
ProcessDefinitionRestService.getProcessDefinitions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
ProcessDefinitionQuery interface as a REST service. |
| Modifier and Type | Class and Description |
|---|---|
class |
StubProcessDefinitionDto
Setters are only needed to create stub results.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ProcessDefinitionDto> |
DeploymentWithDefinitionsDto.deployedProcessDefinitions |
| Modifier and Type | Method and Description |
|---|---|
static ProcessDefinitionDto |
ProcessDefinitionDto.fromProcessDefinition(ProcessDefinition definition) |
ProcessDefinitionDto |
ProcessDefinitionStatisticsResultDto.getDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProcessDefinitionDto> |
DeploymentWithDefinitionsDto.getDeployedProcessDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessDefinitionStatisticsResultDto.setDefinition(ProcessDefinitionDto definition) |
| Modifier and Type | Method and Description |
|---|---|
List<ProcessDefinitionDto> |
ProcessDefinitionRestServiceImpl.getProcessDefinitions(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
| Modifier and Type | Method and Description |
|---|---|
ProcessDefinitionDto |
ProcessDefinitionResource.getProcessDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ProcessDefinitionDto |
ProcessDefinitionResourceImpl.getProcessDefinition() |
Copyright © 2013–2021 camunda services GmbH. All rights reserved.