Class ExecutionPAO
- java.lang.Object
-
- io.vertigo.orchestra.dao.execution.ExecutionPAO
-
- All Implemented Interfaces:
io.vertigo.core.node.component.Component,io.vertigo.core.node.component.CoreComponent,StoreServices
public final class ExecutionPAO extends Object implements StoreServices
This class is automatically generated. DO NOT EDIT THIS FILE DIRECTLY.
-
-
Constructor Summary
Constructors Constructor Description ExecutionPAO(io.vertigo.datamodel.task.TaskManager taskManager)Constructeur.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleDeadProcessesOfNode(Long nodId)Execute la tache TkHandleDeadProcessesOfNode.voidhandleProcessesOfDeadNodes(Instant maxDate)Execute la tache TkHandleProcessesOfDeadNodes.voidreserveActivitiesToLaunch(Long nodId, Integer maxNumber)Execute la tache TkReserveActivitiesToLaunch.voidupdateProcessExecutionTreatment(Long preId, Boolean checked, Instant checkingDate, String checkingComment)Execute la tache TkUpdateProcessExecutionTreatment.
-
-
-
Method Detail
-
handleDeadProcessesOfNode
public void handleDeadProcessesOfNode(Long nodId)
Execute la tache TkHandleDeadProcessesOfNode.- Parameters:
nodId- Long
-
handleProcessesOfDeadNodes
public void handleProcessesOfDeadNodes(Instant maxDate)
Execute la tache TkHandleProcessesOfDeadNodes.- Parameters:
maxDate- Instant
-
reserveActivitiesToLaunch
public void reserveActivitiesToLaunch(Long nodId, Integer maxNumber)
Execute la tache TkReserveActivitiesToLaunch.- Parameters:
nodId- LongmaxNumber- Integer
-
-