Class 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 Detail

      • PlanificationPAO

        @Inject
        public PlanificationPAO​(io.vertigo.datamodel.task.TaskManager taskManager)
        Constructeur.
        Parameters:
        taskManager - Manager des Task
    • 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
      • reserveProcessToExecute

        public void reserveProcessToExecute​(Instant lowerLimit,
                                            Instant upperLimit,
                                            Long nodId)
        Execute la tache TkReserveProcessToExecute.
        Parameters:
        lowerLimit - Instant
        upperLimit - Instant
        nodId - Long