Package | Description |
---|---|
org.camunda.bpm.engine.rest | |
org.camunda.bpm.engine.rest.dto.runtime | |
org.camunda.bpm.engine.rest.impl |
Modifier and Type | Method and Description |
---|---|
List<VariableInstanceDto> |
VariableInstanceRestService.getVariableInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults)
Exposes the
VariableInstanceQuery interface as a REST service. |
List<VariableInstanceDto> |
VariableInstanceRestService.queryVariableInstances(VariableInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults)
Expects the same parameters as
VariableInstanceRestService.getVariableInstances(UriInfo, Integer, Integer) (as a JSON message body)
and allows for any number of variable checks. |
Modifier and Type | Method and Description |
---|---|
static VariableInstanceDto |
VariableInstanceDto.fromVariableInstance(VariableInstance variableInstance) |
Modifier and Type | Method and Description |
---|---|
List<VariableInstanceDto> |
VariableInstanceRestServiceImpl.getVariableInstances(javax.ws.rs.core.UriInfo uriInfo,
Integer firstResult,
Integer maxResults) |
List<VariableInstanceDto> |
VariableInstanceRestServiceImpl.queryVariableInstances(VariableInstanceQueryDto queryDto,
Integer firstResult,
Integer maxResults) |
Copyright © 2015. All rights reserved.