Class OProcessExecutionDAO
- java.lang.Object
-
- io.vertigo.datastore.impl.dao.DAO<OProcessExecution,Long>
-
- io.vertigo.orchestra.dao.execution.OProcessExecutionDAO
-
- All Implemented Interfaces:
io.vertigo.core.node.component.Component
,io.vertigo.core.node.component.CoreComponent
,StoreServices
public final class OProcessExecutionDAO extends DAO<OProcessExecution,Long> implements StoreServices
This class is automatically generated. DO NOT EDIT THIS FILE DIRECTLY.
-
-
Field Summary
-
Fields inherited from class io.vertigo.datastore.impl.dao.DAO
entityStoreManager
-
-
Constructor Summary
Constructors Constructor Description OProcessExecutionDAO(EntityStoreManager entityStoreManager, io.vertigo.datamodel.task.TaskManager taskManager, io.vertigo.datamodel.smarttype.SmartTypeManager smartTypeManager)
Contructeur.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertigo.datamodel.structure.model.DtList<OProcessExecution>
getActiveProcessExecutionByProId(Long proId)
Execute la tache TkGetActiveProcessExecutionByProId.io.vertigo.datamodel.structure.model.DtList<OProcessExecution>
getExecutionsByProId(Long proId)
Execute la tache TkGetExecutionsByProId.-
Methods inherited from class io.vertigo.datastore.impl.dao.DAO
create, createDtObjectUID, delete, delete, find, findAll, findOptional, get, get, get, getFragment, getListByDtFieldName, getTaskManager, reloadAndMerge, save, update
-
-
-
-
Constructor Detail
-
OProcessExecutionDAO
@Inject public OProcessExecutionDAO(EntityStoreManager entityStoreManager, io.vertigo.datamodel.task.TaskManager taskManager, io.vertigo.datamodel.smarttype.SmartTypeManager smartTypeManager)
Contructeur.- Parameters:
entityStoreManager
- Manager de persistancetaskManager
- Manager de TasksmartTypeManager
- SmartTypeManager
-
-
Method Detail
-
getActiveProcessExecutionByProId
public io.vertigo.datamodel.structure.model.DtList<OProcessExecution> getActiveProcessExecutionByProId(Long proId)
Execute la tache TkGetActiveProcessExecutionByProId.- Parameters:
proId
- Long- Returns:
- DtList de OProcessExecution dtcProcessExecution
-
getExecutionsByProId
public io.vertigo.datamodel.structure.model.DtList<OProcessExecution> getExecutionsByProId(Long proId)
Execute la tache TkGetExecutionsByProId.- Parameters:
proId
- Long- Returns:
- DtList de OProcessExecution dtcOProcessExecution
-
-