Uses of Class
org.flowable.ui.task.model.runtime.ProcessInstanceRepresentation
-
Packages that use ProcessInstanceRepresentation Package Description org.flowable.ui.task.service.runtime -
-
Uses of ProcessInstanceRepresentation in org.flowable.ui.task.service.runtime
Methods in org.flowable.ui.task.service.runtime that return ProcessInstanceRepresentation Modifier and Type Method Description ProcessInstanceRepresentationFlowableProcessInstanceService. getProcessInstance(String processInstanceId, javax.servlet.http.HttpServletResponse response)ProcessInstanceRepresentationFlowableProcessInstanceService. startNewProcessInstance(CreateProcessInstanceRepresentation startRequest)Methods in org.flowable.ui.task.service.runtime that return types with arguments of type ProcessInstanceRepresentation Modifier and Type Method Description protected List<ProcessInstanceRepresentation>FlowableProcessInstanceQueryService. convertInstanceList(List<HistoricProcessInstance> instances)
-