Uses of Interface
org.osid.ontology.batch.RelevancyBatchFormList
Packages that use RelevancyBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.ontology.batch
service.
-
Uses of RelevancyBatchFormList in org.osid.ontology.batch
Methods in org.osid.ontology.batch that return RelevancyBatchFormListModifier and TypeMethodDescriptionRelevancyBatchAdminSession.getRelevancyFormsForCreate(RelevancyPeerList peers, Type[] relevancyRecordTypes) Gets the relevancy forms for creating a bunch of new relevancies.RelevancyBatchAdminSession.getRelevancyFormsForUpdate(IdList relevancyIds) Gets the relevancy forms for updating an existing set of relevancies.Methods in org.osid.ontology.batch with parameters of type RelevancyBatchFormListModifier and TypeMethodDescriptionRelevancyBatchAdminSession.createRelevancies(RelevancyBatchFormList relevancyForms) Creates a new set ofRelevancies.RelevancyBatchAdminSession.updateRelevancies(RelevancyBatchFormList relevancyForms) Updates existing relevancies.