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,io.vertigo.datastore.impl.dao.StoreServices
public final class OProcessExecutionDAO
extends io.vertigo.datastore.impl.dao.DAO<OProcessExecution,Long>
implements io.vertigo.datastore.impl.dao.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
ConstructorsConstructorDescriptionOProcessExecutionDAO(io.vertigo.datastore.entitystore.EntityStoreManager entityStoreManager, io.vertigo.datamodel.task.TaskManager taskManager, io.vertigo.datamodel.smarttype.SmartTypeManager smartTypeManager) Contructeur. -
Method Summary
Modifier and TypeMethodDescriptionio.vertigo.datamodel.data.model.DtList<OProcessExecution> Execute la tache TkGetActiveProcessExecutionByProId.io.vertigo.datamodel.data.model.DtList<OProcessExecution> getExecutionsByProId(Long proId) Execute la tache TkGetExecutionsByProId.Methods inherited from class io.vertigo.datastore.impl.dao.DAO
count, create, createList, createUID, delete, delete, deleteList, find, findAll, findOptional, get, get, get, getFragment, getListByDataFieldName, getTaskManager, reloadAndMerge, save, update, updateList
-
Constructor Details
-
OProcessExecutionDAO
@Inject public OProcessExecutionDAO(io.vertigo.datastore.entitystore.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 Details
-
getActiveProcessExecutionByProId
public io.vertigo.datamodel.data.model.DtList<OProcessExecution> getActiveProcessExecutionByProId(Long proId) Execute la tache TkGetActiveProcessExecutionByProId.- Parameters:
proId- Long- Returns:
- DtList de OProcessExecution dtcProcessExecution
-
getExecutionsByProId
Execute la tache TkGetExecutionsByProId.- Parameters:
proId- Long- Returns:
- DtList de OProcessExecution dtcOProcessExecution
-