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