Class PlanificationPAO
- java.lang.Object
-
- io.vertigo.orchestra.dao.planification.PlanificationPAO
-
- All Implemented Interfaces:
io.vertigo.core.node.component.Component
,io.vertigo.core.node.component.CoreComponent
,StoreServices
public final class PlanificationPAO extends Object implements StoreServices
This class is automatically generated. DO NOT EDIT THIS FILE DIRECTLY.
-
-
Constructor Summary
Constructors Constructor Description PlanificationPAO(io.vertigo.datamodel.task.TaskManager taskManager)
Constructeur.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cleanFuturePlanifications(String processName)
Execute la tache TkCleanFuturePlanifications.void
cleanPlanificationsOnBoot(Instant currentDate)
Execute la tache TkCleanPlanificationsOnBoot.void
reserveProcessToExecute(Instant lowerLimit, Instant upperLimit, Long nodId)
Execute la tache TkReserveProcessToExecute.
-
-
-
Method Detail
-
cleanFuturePlanifications
public void cleanFuturePlanifications(String processName)
Execute la tache TkCleanFuturePlanifications.- Parameters:
processName
- String
-
cleanPlanificationsOnBoot
public void cleanPlanificationsOnBoot(Instant currentDate)
Execute la tache TkCleanPlanificationsOnBoot.- Parameters:
currentDate
- Instant
-
-