Uses of Class
org.flowable.ui.task.model.runtime.CaseInstanceRepresentation
-
Packages that use CaseInstanceRepresentation Package Description org.flowable.ui.task.service.runtime -
-
Uses of CaseInstanceRepresentation in org.flowable.ui.task.service.runtime
Methods in org.flowable.ui.task.service.runtime that return CaseInstanceRepresentation Modifier and Type Method Description CaseInstanceRepresentationFlowableCaseInstanceService. getCaseInstance(String caseInstanceId)CaseInstanceRepresentationFlowableCaseInstanceService. startNewCaseInstance(CreateCaseInstanceRepresentation startRequest)Methods in org.flowable.ui.task.service.runtime that return types with arguments of type CaseInstanceRepresentation Modifier and Type Method Description protected List<CaseInstanceRepresentation>FlowableCaseInstanceQueryService. convertInstanceList(List<org.flowable.cmmn.api.history.HistoricCaseInstance> instances)
-