|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jbpm.hibernate.HibernateDbSession org.jbpm.hibernate.HibernatePvmDbSession
public class HibernatePvmDbSession
Field Summary |
---|
Fields inherited from class org.jbpm.hibernate.HibernateDbSession |
---|
session |
Constructor Summary | |
---|---|
HibernatePvmDbSession()
|
|
HibernatePvmDbSession(org.hibernate.Session session)
|
Method Summary | |
---|---|
java.util.List<Timer> |
findAllTimers()
all scheduled timers |
Execution |
findExecution(java.lang.String processDefinitionName,
java.lang.String key)
an execution identified by process definition and business key |
Timer |
findNextTimer()
next timer to execute |
ProcessDefinition |
findProcessDefinition(java.lang.String name)
latest version of the processDefinition with the given name. |
ProcessDefinition |
findProcessDefinition(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<ProcessDefinition> |
findProcessDefinitions(java.lang.String name)
all versions of the given process. |
java.util.List<Timer> |
findTimers(Execution execution)
all timers scheduled on a given execution |
java.util.List<Job<?>> |
getJobs()
all jobs |
Methods inherited from class org.jbpm.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.jbpm.env.session.DbSession |
---|
delete, flush, forceVersionUpdate, get, lockPessimistically, save |
Constructor Detail |
---|
public HibernatePvmDbSession()
public HibernatePvmDbSession(org.hibernate.Session session)
Method Detail |
---|
public java.util.List<java.lang.String> findProcessDefinitionNames()
PvmDbSession
findProcessDefinitionNames
in interface PvmDbSession
public java.util.List<ProcessDefinition> findProcessDefinitions(java.lang.String name)
PvmDbSession
findProcessDefinitions
in interface PvmDbSession
public ProcessDefinition findProcessDefinition(java.lang.String name, int version)
PvmDbSession
findProcessDefinition
in interface PvmDbSession
public ProcessDefinition findProcessDefinition(java.lang.String name)
PvmDbSession
findProcessDefinition
in interface PvmDbSession
public Timer findNextTimer()
PvmDbSession
findNextTimer
in interface PvmDbSession
public java.util.List<Timer> findAllTimers()
PvmDbSession
findAllTimers
in interface PvmDbSession
public java.util.List<Timer> findTimers(Execution execution)
PvmDbSession
findTimers
in interface PvmDbSession
public Execution findExecution(java.lang.String processDefinitionName, java.lang.String key)
PvmDbSession
findExecution
in interface PvmDbSession
public java.util.List<Job<?>> getJobs()
PvmDbSession
getJobs
in interface PvmDbSession
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |