Package org.camunda.bpm.engine.rest
Interface VariableInstanceRestService
- All Known Implementing Classes:
VariableInstanceRestServiceImpl
public interface VariableInstanceRestService
- Author:
- roman.smirnov
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetVariableInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) Exposes theVariableInstanceQueryinterface as a REST service.getVariableInstancesCount(javax.ws.rs.core.UriInfo uriInfo) 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.
-
Field Details
-
PATH
- See Also:
-
-
Method Details
-
getVariableInstance
-
getVariableInstances
List<VariableInstanceDto> getVariableInstances(@Context javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults, boolean deserializeObjectValues) Exposes theVariableInstanceQueryinterface as a REST service.- Parameters:
uriInfo-firstResult-maxResults-- Returns:
-
queryVariableInstances
List<VariableInstanceDto> 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.- Parameters:
queryDto-firstResult-maxResults-- Returns:
-
getVariableInstancesCount
-
queryVariableInstancesCount
-