Uses of Class
com.flowable.platform.service.caze.CaseInstanceRepresentation
Package | Description |
---|---|
com.flowable.platform.service.caze |
-
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)