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

    Constructors
    Constructor
    Description
    OProcessExecutionDAO(io.vertigo.datastore.entitystore.EntityStoreManager entityStoreManager, io.vertigo.datamodel.task.TaskManager taskManager, io.vertigo.datamodel.smarttype.SmartTypeManager smartTypeManager)
    Contructeur.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertigo.datamodel.data.model.DtList<OProcessExecution>
    Execute la tache TkGetActiveProcessExecutionByProId.
    io.vertigo.datamodel.data.model.DtList<OProcessExecution>
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 persistance
      taskManager - Manager de Task
      smartTypeManager - 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

      public io.vertigo.datamodel.data.model.DtList<OProcessExecution> getExecutionsByProId(Long proId)
      Execute la tache TkGetExecutionsByProId.
      Parameters:
      proId - Long
      Returns:
      DtList de OProcessExecution dtcOProcessExecution