Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CaseInstanceDto
-
-
Uses of CaseInstanceDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest that return types with arguments of type CaseInstanceDto Modifier and Type Method Description List<CaseInstanceDto>
CaseInstanceRestService. getCaseInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
Exposes theCaseInstanceQuery
interface as a REST service.List<CaseInstanceDto>
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 CaseInstanceDto Modifier and Type Method Description static 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 CaseInstanceDto Modifier and Type Method Description List<CaseInstanceDto>
CaseInstanceRestServiceImpl. getCaseInstances(javax.ws.rs.core.UriInfo uriInfo, Integer firstResult, Integer maxResults)
List<CaseInstanceDto>
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 CaseInstanceDto Modifier and Type Method Description CaseInstanceDto
CaseDefinitionResource. 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 CaseInstanceDto Modifier and Type Method Description CaseInstanceDto
CaseDefinitionResourceImpl. 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 Modifier and Type Method Description CaseInstanceDto
CaseInstanceResource. getCaseInstance()
-
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 Modifier and Type Method Description CaseInstanceDto
CaseInstanceResourceImpl. getCaseInstance()
-