| Package | Description |
|---|---|
| org.osid.repository |
The Open Service Interface Definitions for the org.osid.repository
service.
|
| org.osid.repository.batch |
The Open Service Interface Definitions for the org.osid.repository.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
CompositionAdminSession |
RepositoryManager.getCompositionAdminSession()
Gets a composition administration session for creating, updating and
deleting compositions.
|
CompositionAdminSession |
RepositoryProxyManager.getCompositionAdminSession(Proxy proxy)
Gets a composition administration session for creating, updating and
deleting compositions.
|
CompositionAdminSession |
RepositoryManager.getCompositionAdminSessionForRepository(Id repositoryId)
Gets a composiiton administrative session for the given repository.
|
CompositionAdminSession |
RepositoryProxyManager.getCompositionAdminSessionForRepository(Id repositoryId,
Proxy proxy)
Gets a composiiton administrative session for the given repository.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositionBatchAdminSession
This session creates, updates, and deletes
Compositions
in bulk. |