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