Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.VariableInstanceDto
Package
Description
-
Uses of VariableInstanceDto in org.camunda.bpm.engine.rest
Modifier and TypeMethodDescriptionVariableInstanceRestService.getVariableInstances
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) Exposes theVariableInstanceQuery
interface as a REST service.VariableInstanceRestService.queryVariableInstances
(VariableInstanceQueryDto queryDto, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) Expects the same parameters asVariableInstanceRestService#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
Modifier and TypeMethodDescriptionstatic VariableInstanceDto
VariableInstanceDto.fromVariableInstance
(VariableInstance variableInstance) -
Uses of VariableInstanceDto in org.camunda.bpm.engine.rest.impl
Modifier and TypeMethodDescriptionVariableInstanceRestServiceImpl.getVariableInstances
(jakarta.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) VariableInstanceRestServiceImpl.queryVariableInstances
(VariableInstanceQueryDto queryDto, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) -
Uses of VariableInstanceDto in org.camunda.bpm.engine.rest.sub.runtime
Modifier and TypeMethodDescriptionVariableInstanceResource.getResource
(boolean deserializeObjectValue) -
Uses of VariableInstanceDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Modifier and TypeMethodDescriptionprotected VariableInstanceDto
VariableInstanceResourceImpl.transformToDto
(VariableInstance queryResult)