| 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 |
|---|---|
RepositoryForm |
RepositoryAdminSession.getRepositoryFormForCreate(Type[] repositoryRecordTypes)
Gets the repository form for creating new repositories.
|
RepositoryForm |
RepositoryAdminSession.getRepositoryFormForUpdate(Id repositoryId)
Gets the repository form for updating an existing repository.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryAdminSession.createRepository(RepositoryForm repositoryForm)
Creates a new
Repository. |
void |
RepositoryAdminSession.updateRepository(RepositoryForm repositoryForm)
Updates an existing repository.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RepositoryBatchForm
This is the form for creating and updating repositories in bulk.
|