Uses of Interface
org.osid.repository.RepositoryForm
Packages that use RepositoryForm
Package
Description
The Open Service Interface Definitions for the org.osid.repository
service.
The Open Service Interface Definitions for the org.osid.repository.batch
service.
-
Uses of RepositoryForm in org.osid.repository
Methods in org.osid.repository that return RepositoryFormModifier and TypeMethodDescriptionRepositoryAdminSession.getRepositoryFormForCreate(Type[] repositoryRecordTypes) Gets the repository form for creating new repositories.RepositoryAdminSession.getRepositoryFormForUpdate(Id repositoryId) Gets the repository form for updating an existing repository.Methods in org.osid.repository with parameters of type RepositoryFormModifier and TypeMethodDescriptionRepositoryAdminSession.createRepository(RepositoryForm repositoryForm) Creates a newRepository.voidRepositoryAdminSession.updateRepository(RepositoryForm repositoryForm) Updates an existing repository. -
Uses of RepositoryForm in org.osid.repository.batch
Subinterfaces of RepositoryForm in org.osid.repository.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating repositories in bulk.