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 class
CaseInstanceSearchRepresentation
Methods in com.flowable.platform.service.caze that return CaseInstanceRepresentation Modifier and Type Method Description CaseInstanceRepresentation
PlatformCaseInstanceService. getCaseInstance(java.lang.String caseInstanceId, boolean includeTranslations)
CaseInstanceRepresentation
PlatformCaseInstanceService. 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 void
PlatformCaseInstanceService. addTranslations(CaseInstanceRepresentation caseInstanceRepresentation, org.flowable.cmmn.api.repository.CaseDefinition caseDefinition)