Uses of Class
io.vertigo.orchestra.monitoring.domain.uiexecutions.OProcessExecutionUi
-
Packages that use OProcessExecutionUi Package Description io.vertigo.orchestra.monitoring.dao.uiexecutions -
-
Uses of OProcessExecutionUi in io.vertigo.orchestra.monitoring.dao.uiexecutions
Methods in io.vertigo.orchestra.monitoring.dao.uiexecutions that return OProcessExecutionUi Modifier and Type Method Description OProcessExecutionUi
UiexecutionsPAO. getExecutionByPreId(Long preId)
Execute la tache TkGetExecutionByPreId.Methods in io.vertigo.orchestra.monitoring.dao.uiexecutions that return types with arguments of type OProcessExecutionUi Modifier and Type Method Description io.vertigo.datamodel.structure.model.DtList<OProcessExecutionUi>
UiexecutionsPAO. getExecutionsByProcessName(String name, String status, Integer limit, Integer offset)
Execute la tache TkGetExecutionsByProcessName.
-