Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
Packages that use CaseInstanceDto
Package
Description
-
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type CaseInstanceDtoModifier and TypeMethodDescriptionCaseInstanceRestService.getCaseInstances
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) Exposes theCaseInstanceQuery
interface as a REST service.CaseInstanceRestService.queryCaseInstances
(CaseInstanceQueryDto query, Integer firstResult, Integer maxResults) Expects the same parameters asCaseInstanceRestService.getCaseInstances(UriInfo, Integer, Integer)
(as a JSON message body) and allows for any number of variable checks. -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime that return CaseInstanceDtoModifier and TypeMethodDescriptionstatic CaseInstanceDto
CaseInstanceDto.fromCaseInstance
(CaseInstance instance) -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl that return types with arguments of type CaseInstanceDtoModifier and TypeMethodDescriptionCaseInstanceRestServiceImpl.getCaseInstances
(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults) CaseInstanceRestServiceImpl.queryCaseInstances
(CaseInstanceQueryDto queryDto, Integer firstResult, Integer maxResults) -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository that return CaseInstanceDtoModifier and TypeMethodDescriptionCaseDefinitionResource.createCaseInstance
(javax.ws.rs.core.UriInfo context, CreateCaseInstanceDto parameters) -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl that return CaseInstanceDtoModifier and TypeMethodDescriptionCaseDefinitionResourceImpl.createCaseInstance
(javax.ws.rs.core.UriInfo context, CreateCaseInstanceDto parameters) -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime that return CaseInstanceDto -
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return CaseInstanceDto