Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto

Packages that use VariableInstanceDto
org.camunda.bpm.engine.rest   
org.camunda.bpm.engine.rest.dto.runtime   
org.camunda.bpm.engine.rest.impl   
org.camunda.bpm.engine.rest.sub.runtime   
org.camunda.bpm.engine.rest.sub.runtime.impl   
 

Uses of VariableInstanceDto in org.camunda.bpm.engine.rest
 

Methods in org.camunda.bpm.engine.rest that return types with arguments of type VariableInstanceDto
 List<VariableInstanceDto> VariableInstanceRestService.getVariableInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
          Exposes the VariableInstanceQuery interface as a REST service.
 List<VariableInstanceDto> VariableInstanceRestService.queryVariableInstances(VariableInstanceQueryDto queryDto, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
          Expects the same parameters as VariableInstanceRestService#getVariableInstances(UriInfo, Integer, Integer) (as a JSON message body) and allows for any number of variable checks.
 

Uses of VariableInstanceDto in org.camunda.bpm.engine.rest.dto.runtime
 

Methods in org.camunda.bpm.engine.rest.dto.runtime that return VariableInstanceDto
static VariableInstanceDto VariableInstanceDto.fromVariableInstance(VariableInstance variableInstance)
           
 

Uses of VariableInstanceDto in org.camunda.bpm.engine.rest.impl
 

Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type VariableInstanceDto
 List<VariableInstanceDto> VariableInstanceRestServiceImpl.getVariableInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
           
 List<VariableInstanceDto> VariableInstanceRestServiceImpl.queryVariableInstances(VariableInstanceQueryDto queryDto, Integer firstResult, Integer maxResults, boolean deserializeObjectValues)
           
 

Uses of VariableInstanceDto in org.camunda.bpm.engine.rest.sub.runtime
 

Methods in org.camunda.bpm.engine.rest.sub.runtime that return VariableInstanceDto
 VariableInstanceDto VariableInstanceResource.getResource(boolean deserializeObjectValue)
           
 

Uses of VariableInstanceDto in org.camunda.bpm.engine.rest.sub.runtime.impl
 

Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return VariableInstanceDto
protected  VariableInstanceDto VariableInstanceResourceImpl.transformToDto(VariableInstance queryResult)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.