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,io.vertigo.datastore.impl.dao.StoreServices
public final class ExecutionPAO
extends Object
implements io.vertigo.datastore.impl.dao.StoreServices
This class is automatically generated.
DO NOT EDIT THIS FILE DIRECTLY.
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionPAO(io.vertigo.datamodel.task.TaskManager taskManager) Constructeur. -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleDeadProcessesOfNode(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.
-
Constructor Details
-
ExecutionPAO
@Inject public ExecutionPAO(io.vertigo.datamodel.task.TaskManager taskManager) Constructeur.- Parameters:
taskManager- Manager des Task
-
-
Method Details
-
handleDeadProcessesOfNode
Execute la tache TkHandleDeadProcessesOfNode.- Parameters:
nodId- Long
-
handleProcessesOfDeadNodes
Execute la tache TkHandleProcessesOfDeadNodes.- Parameters:
maxDate- Instant
-
reserveActivitiesToLaunch
Execute la tache TkReserveActivitiesToLaunch.- Parameters:
nodId- LongmaxNumber- Integer
-
updateProcessExecutionTreatment
public void updateProcessExecutionTreatment(Long preId, Boolean checked, Instant checkingDate, String checkingComment) Execute la tache TkUpdateProcessExecutionTreatment.- Parameters:
preId- Longchecked- BooleancheckingDate- InstantcheckingComment- String
-