Package | Description |
---|---|
org.osid.journaling |
The Open Service Interface Definitions for the org.osid.journaling
service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BranchSearchSession
This session provides methods for searching among
Branch
objects. |
Modifier and Type | Method and Description |
---|---|
BranchQuerySession |
JournalingManager.getBranchQuerySession()
Gets a branch query session.
|
BranchQuerySession |
JournalingProxyManager.getBranchQuerySession(Proxy proxy)
Gets a branch query session.
|
BranchQuerySession |
JournalingManager.getBranchQuerySessionForJournal(Id journalId)
Gets a branch query session for the given journal.
|
BranchQuerySession |
JournalingProxyManager.getBranchQuerySessionForJournal(Id journalId,
Proxy proxy)
Gets a branch query session for the given journal.
|