|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextSession | |
|---|---|
| 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 ContextSession in org.jbpm |
|---|
| Methods in org.jbpm that return ContextSession | |
|---|---|
ContextSession |
JbpmContext.getContextSession()
more variables related database access. |
| Uses of ContextSession in org.jbpm.db |
|---|
| Fields in org.jbpm.db declared as ContextSession | |
|---|---|
protected ContextSession |
AbstractDbTestCase.contextSession
|
| Methods in org.jbpm.db that return ContextSession | |
|---|---|
ContextSession |
JbpmSession.getContextSession()
Deprecated. |
| Uses of ContextSession in org.jbpm.persistence |
|---|
| Methods in org.jbpm.persistence that return ContextSession | |
|---|---|
ContextSession |
PersistenceService.getContextSession()
|
| Uses of ContextSession in org.jbpm.persistence.db |
|---|
| Fields in org.jbpm.persistence.db declared as ContextSession | |
|---|---|
protected ContextSession |
DbPersistenceService.contextSession
|
| Methods in org.jbpm.persistence.db that return ContextSession | |
|---|---|
ContextSession |
DbPersistenceService.getContextSession()
|
| Methods in org.jbpm.persistence.db with parameters of type ContextSession | |
|---|---|
void |
DbPersistenceService.setContextSession(ContextSession contextSession)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||