|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PvmDbSession
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 interface org.ow2.bonita.pvm.session.DbSession |
---|
delete, flush, forceVersionUpdate, get, lockPessimistically, save |
Method Detail |
---|
java.util.List<java.lang.String> findProcessDefinitionNames()
java.util.List<ClientProcessDefinition> findProcessDefinitionsByName(java.lang.String name)
ClientProcessDefinition findProcessDefinitionByName(java.lang.String name, int version)
ClientProcessDefinition findLatestProcessDefinitionByName(java.lang.String name)
ClientProcessDefinition findProcessDefinitionById(java.lang.String processDefinitionId)
ClientExecution findExecutionById(java.lang.String executionId)
Execution findExecutionByKey(java.lang.String processDefinitionName, java.lang.String executionKey)
java.util.List<Timer> findTimers(int firstResult, int maxResults)
java.util.List<Message> findMessages(int firstResult, int maxResults)
java.util.List<Job> findJobsWithException(int firstResult, int maxResults)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |