Uses of Class
com.flowable.platform.service.caze.CaseInstanceRepresentation
| Package | Description |
|---|---|
| com.flowable.platform.rest.service.api.caze | |
| com.flowable.platform.service.caze |
-
Uses of CaseInstanceRepresentation in com.flowable.platform.rest.service.api.caze
Methods in com.flowable.platform.rest.service.api.caze that return types with arguments of type CaseInstanceRepresentation Modifier and Type Method Description org.springframework.http.ResponseEntity<CaseInstanceRepresentation>CaseInstanceResource. getCaseInstance(java.lang.String caseInstanceId, boolean includeTranslations)org.springframework.http.ResponseEntity<CaseInstanceRepresentation>CaseInstancesResource. startNewCaseInstance(CreateCaseInstanceRepresentation startRequest, boolean includeTranslations, boolean createTestDefinition) -
Uses of CaseInstanceRepresentation in com.flowable.platform.service.caze
Subclasses of CaseInstanceRepresentation in com.flowable.platform.service.caze Modifier and Type Class Description classCaseInstanceSearchRepresentationMethods in com.flowable.platform.service.caze that return CaseInstanceRepresentation Modifier and Type Method Description CaseInstanceRepresentationPlatformCaseInstanceService. getCaseInstance(java.lang.String caseInstanceId, boolean includeTranslations)CaseInstanceRepresentationPlatformCaseInstanceService. startNewCaseInstance(CreateCaseInstanceRepresentation startRequest, boolean includeTranslations, boolean createTestDefinition)Methods in com.flowable.platform.service.caze with parameters of type CaseInstanceRepresentation Modifier and Type Method Description protected voidPlatformCaseInstanceService. addTranslations(CaseInstanceRepresentation caseInstanceRepresentation, org.flowable.cmmn.api.repository.CaseDefinition caseDefinition)