Uses of Class
org.camunda.bpm.engine.rest.dto.runtime.CreateCaseInstanceDto
-
Packages that use CreateCaseInstanceDto Package Description org.camunda.bpm.engine.rest.sub.repository org.camunda.bpm.engine.rest.sub.repository.impl -
-
Uses of CreateCaseInstanceDto in org.camunda.bpm.engine.rest.sub.repository
Methods in org.camunda.bpm.engine.rest.sub.repository with parameters of type CreateCaseInstanceDto Modifier and Type Method Description CaseInstanceDto
CaseDefinitionResource. createCaseInstance(javax.ws.rs.core.UriInfo context, CreateCaseInstanceDto parameters)
-
Uses of CreateCaseInstanceDto in org.camunda.bpm.engine.rest.sub.repository.impl
Methods in org.camunda.bpm.engine.rest.sub.repository.impl with parameters of type CreateCaseInstanceDto Modifier and Type Method Description CaseInstanceDto
CaseDefinitionResourceImpl. createCaseInstance(javax.ws.rs.core.UriInfo context, CreateCaseInstanceDto parameters)
-