Uses of Class
com.flowable.platform.service.caze.CaseInstanceRepresentation
-
Packages that use CaseInstanceRepresentation Package Description com.flowable.platform.service.caze com.flowable.platform.service.content -
-
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(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, CaseDefinition caseDefinition)
-
Uses of CaseInstanceRepresentation in com.flowable.platform.service.content
Methods in com.flowable.platform.service.content that return CaseInstanceRepresentation Modifier and Type Method Description protected CaseInstanceRepresentation
PlatformContentItemService. getCaseInstance(String caseInstanceId)
-