|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobSession | |
|---|---|
| org.jbpm | central access to the jbpm database and other services. |
| org.jbpm.db | provides access the to jBPM database. |
| org.jbpm.persistence | base persistence classes. |
| org.jbpm.persistence.db | standalone DB implementation classes for the PersistenceService. |
| Uses of JobSession in org.jbpm |
|---|
| Methods in org.jbpm that return JobSession | |
|---|---|
JobSession |
JbpmContext.getJobSession()
more job related database access. |
| Uses of JobSession in org.jbpm.db |
|---|
| Fields in org.jbpm.db declared as JobSession | |
|---|---|
protected JobSession |
AbstractDbTestCase.jobSession
|
| Methods in org.jbpm.db that return JobSession | |
|---|---|
JobSession |
JbpmSession.getJobSession()
Deprecated. |
| Uses of JobSession in org.jbpm.persistence |
|---|
| Methods in org.jbpm.persistence that return JobSession | |
|---|---|
JobSession |
PersistenceService.getJobSession()
|
| Methods in org.jbpm.persistence with parameters of type JobSession | |
|---|---|
void |
PersistenceService.setJobSession(JobSession jobSession)
|
| Uses of JobSession in org.jbpm.persistence.db |
|---|
| Fields in org.jbpm.persistence.db declared as JobSession | |
|---|---|
protected JobSession |
DbPersistenceService.jobSession
|
| Methods in org.jbpm.persistence.db that return JobSession | |
|---|---|
JobSession |
DbPersistenceService.getJobSession()
|
| Methods in org.jbpm.persistence.db with parameters of type JobSession | |
|---|---|
void |
DbPersistenceService.setJobSession(JobSession jobSession)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||