Uses of Class
com.flowable.platform.service.caze.CreateCaseInstanceRepresentation
Package | Description |
---|---|
com.flowable.platform.rest.service.api.caze | |
com.flowable.platform.service.caze |
-
Uses of CreateCaseInstanceRepresentation in com.flowable.platform.rest.service.api.caze
Methods in com.flowable.platform.rest.service.api.caze with parameters of type CreateCaseInstanceRepresentation Modifier and Type Method Description org.springframework.http.ResponseEntity<CaseInstanceRepresentation>
CaseInstancesResource. startNewCaseInstance(CreateCaseInstanceRepresentation startRequest, boolean includeTranslations, boolean createTestDefinition)
-
Uses of CreateCaseInstanceRepresentation in com.flowable.platform.service.caze
Methods in com.flowable.platform.service.caze with parameters of type CreateCaseInstanceRepresentation Modifier and Type Method Description CaseInstanceRepresentation
PlatformCaseInstanceService. startNewCaseInstance(CreateCaseInstanceRepresentation startRequest, boolean includeTranslations, boolean createTestDefinition)