|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.bonita.pvm.internal.hibernate.HibernateDbSession
org.ow2.bonita.pvm.internal.hibernate.HibernatePvmDbSession
public class HibernatePvmDbSession
Field Summary |
---|
Fields inherited from class org.ow2.bonita.pvm.internal.hibernate.HibernateDbSession |
---|
session |
Constructor Summary | |
---|---|
HibernatePvmDbSession()
|
Method Summary | |
---|---|
ClientExecution |
findExecutionById(java.lang.String executionId)
the execution uniquely identified by the given executionKey. |
Execution |
findExecutionByKey(java.lang.String processDefinitionName,
java.lang.String executionKey)
the execution uniquely identified by the given processDefinition name and the execution key. |
java.util.List<Job> |
findJobsWithException(int firstResult,
int maxResults)
the jobs for which all the retries have failed and which will not be picked up any more by the jobImpl executor |
ClientProcessDefinition |
findLatestProcessDefinitionByName(java.lang.String name)
latest version of the processDefinition with the given name. |
java.util.List<Message> |
findMessages(int firstResult,
int maxResults)
timers |
ClientProcessDefinition |
findProcessDefinitionById(java.lang.String processDefinitionId)
the process definition uniquely identified by the given processDefinition id. |
ClientProcessDefinition |
findProcessDefinitionByName(java.lang.String name,
int version)
specific version of a named processDefinition. |
java.util.List<java.lang.String> |
findProcessDefinitionNames()
all deployed process names. |
java.util.List<ClientProcessDefinition> |
findProcessDefinitionsByName(java.lang.String name)
all versions of the given process. |
java.util.List<Timer> |
findTimers(int firstResult,
int maxResults)
timers |
Methods inherited from class org.ow2.bonita.pvm.internal.hibernate.HibernateDbSession |
---|
close, delete, flush, forceVersionUpdate, get, getSession, lockPessimistically, save, setSession |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ow2.bonita.pvm.session.DbSession |
---|
delete, flush, forceVersionUpdate, get, lockPessimistically, save |
Constructor Detail |
---|
public HibernatePvmDbSession()
Method Detail |
---|
public java.util.List<java.lang.String> findProcessDefinitionNames()
PvmDbSession
findProcessDefinitionNames
in interface PvmDbSession
public java.util.List<ClientProcessDefinition> findProcessDefinitionsByName(java.lang.String name)
PvmDbSession
findProcessDefinitionsByName
in interface PvmDbSession
public ClientProcessDefinition findProcessDefinitionByName(java.lang.String name, int version)
PvmDbSession
findProcessDefinitionByName
in interface PvmDbSession
public ClientProcessDefinition findLatestProcessDefinitionByName(java.lang.String name)
PvmDbSession
findLatestProcessDefinitionByName
in interface PvmDbSession
public ClientProcessDefinition findProcessDefinitionById(java.lang.String processDefinitionId)
PvmDbSession
findProcessDefinitionById
in interface PvmDbSession
public ClientExecution findExecutionById(java.lang.String executionId)
PvmDbSession
findExecutionById
in interface PvmDbSession
public Execution findExecutionByKey(java.lang.String processDefinitionName, java.lang.String executionKey)
PvmDbSession
findExecutionByKey
in interface PvmDbSession
public java.util.List<Timer> findTimers(int firstResult, int maxResults)
PvmDbSession
findTimers
in interface PvmDbSession
public java.util.List<Message> findMessages(int firstResult, int maxResults)
PvmDbSession
findMessages
in interface PvmDbSession
public java.util.List<Job> findJobsWithException(int firstResult, int maxResults)
PvmDbSession
findJobsWithException
in interface PvmDbSession
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |