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,io.vertigo.datastore.impl.dao.StoreServices
public final class PlanificationPAO
extends Object
implements io.vertigo.datastore.impl.dao.StoreServices
This class is automatically generated.
DO NOT EDIT THIS FILE DIRECTLY.
-
Constructor Summary
ConstructorsConstructorDescriptionPlanificationPAO(io.vertigo.datamodel.task.TaskManager taskManager) Constructeur. -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanFuturePlanifications(String processName) Execute la tache TkCleanFuturePlanifications.voidcleanPlanificationsOnBoot(Instant currentDate) Execute la tache TkCleanPlanificationsOnBoot.voidreserveProcessToExecute(Instant lowerLimit, Instant upperLimit, Long nodId) Execute la tache TkReserveProcessToExecute.
-
Constructor Details
-
PlanificationPAO
@Inject public PlanificationPAO(io.vertigo.datamodel.task.TaskManager taskManager) Constructeur.- Parameters:
taskManager- Manager des Task
-
-
Method Details
-
cleanFuturePlanifications
Execute la tache TkCleanFuturePlanifications.- Parameters:
processName- String
-
cleanPlanificationsOnBoot
Execute la tache TkCleanPlanificationsOnBoot.- Parameters:
currentDate- Instant
-
reserveProcessToExecute
Execute la tache TkReserveProcessToExecute.- Parameters:
lowerLimit- InstantupperLimit- InstantnodId- Long
-