Uses of Class
io.vertigo.orchestra.domain.planification.OProcessPlanification
-
Packages that use OProcessPlanification Package Description io.vertigo.orchestra.dao.planification io.vertigo.orchestra.domain.planification -
-
Uses of OProcessPlanification in io.vertigo.orchestra.dao.planification
Methods in io.vertigo.orchestra.dao.planification that return types with arguments of type OProcessPlanification Modifier and Type Method Description io.vertigo.datamodel.structure.model.DtList<OProcessPlanification>OProcessPlanificationDAO. getAllLastPastPlanifications(Instant currentDate)Execute la tache TkGetAllLastPastPlanifications.Optional<OProcessPlanification>OProcessPlanificationDAO. getLastPlanificationByProId(Long proId)Execute la tache TkGetLastPlanificationByProId.io.vertigo.datamodel.structure.model.DtList<OProcessPlanification>OProcessPlanificationDAO. getPlanificationsByProId(Long proId)Execute la tache TkGetPlanificationsByProId.io.vertigo.datamodel.structure.model.DtList<OProcessPlanification>OProcessPlanificationDAO. getProcessToExecute(Long nodId)Execute la tache TkGetProcessToExecute. -
Uses of OProcessPlanification in io.vertigo.orchestra.domain.planification
Methods in io.vertigo.orchestra.domain.planification that return types with arguments of type OProcessPlanification Modifier and Type Method Description io.vertigo.datamodel.structure.model.UID<OProcessPlanification>OProcessPlanification. getUID()
-