Uses of Interface
org.osid.repository.batch.RepositoryBatchFormList
Packages that use RepositoryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.repository.batch
service.
-
Uses of RepositoryBatchFormList in org.osid.repository.batch
Methods in org.osid.repository.batch that return RepositoryBatchFormListModifier and TypeMethodDescriptionRepositoryBatchAdminSession.getRepositoryFormsForCreate(long number, Type[] repositoryRecordTypes) Gets the repository forms for creating a bunch of new repositories.RepositoryBatchAdminSession.getRepositoryFormsForUpdate(IdList repositoryIds) Gets the repository forms for updating an existing set of repositories.Methods in org.osid.repository.batch with parameters of type RepositoryBatchFormListModifier and TypeMethodDescriptionRepositoryBatchAdminSession.createRepositories(RepositoryBatchFormList repositoryForms) Creates a new set ofRepositories.RepositoryBatchAdminSession.updateRepositories(RepositoryBatchFormList repositoryForms) Updates existing repositories.