Uses of Class
org.eximeebpms.bpm.engine.rest.dto.runtime.VariableInstanceDto
Packages that use VariableInstanceDto
Package
Description
-
Uses of VariableInstanceDto in org.eximeebpms.bpm.engine.rest
Methods in org.eximeebpms.bpm.engine.rest that return types with arguments of type VariableInstanceDtoModifier and TypeMethodDescriptionVariableInstanceRestService.getVariableInstances
(javax.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 asinvalid reference
VariableInstanceRestService#getVariableInstances(UriInfo, Integer, Integer)
-
Uses of VariableInstanceDto in org.eximeebpms.bpm.engine.rest.dto.runtime
Methods in org.eximeebpms.bpm.engine.rest.dto.runtime that return VariableInstanceDtoModifier and TypeMethodDescriptionstatic VariableInstanceDto
VariableInstanceDto.fromVariableInstance
(VariableInstance variableInstance) -
Uses of VariableInstanceDto in org.eximeebpms.bpm.engine.rest.impl
Methods in org.eximeebpms.bpm.engine.rest.impl that return types with arguments of type VariableInstanceDtoModifier and TypeMethodDescriptionVariableInstanceRestServiceImpl.getVariableInstances
(javax.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.eximeebpms.bpm.engine.rest.sub.runtime
Methods in org.eximeebpms.bpm.engine.rest.sub.runtime that return VariableInstanceDtoModifier and TypeMethodDescriptionVariableInstanceResource.getResource
(boolean deserializeObjectValue) -
Uses of VariableInstanceDto in org.eximeebpms.bpm.engine.rest.sub.runtime.impl
Methods in org.eximeebpms.bpm.engine.rest.sub.runtime.impl that return VariableInstanceDtoModifier and TypeMethodDescriptionprotected VariableInstanceDto
VariableInstanceResourceImpl.transformToDto
(VariableInstance queryResult)