Uses of Interface
org.osid.ontology.RelevancyForm
Packages that use RelevancyForm
Package
Description
The Open Service Interface Definitions for the org.osid.ontology
service.
The Open Service Interface Definitions for the org.osid.ontology.batch
service.
-
Uses of RelevancyForm in org.osid.ontology
Methods in org.osid.ontology that return RelevancyFormModifier and TypeMethodDescriptionRelevancyAdminSession.getRelevancyFormForCreate(Id subjectId, Id id, Type[] relevancyRecordTypes) Gets the relevancy form for creating new relevancies.RelevancyAdminSession.getRelevancyFormForUpdate(Id relevancyId) Gets the relevancy form for updating an existing relevancy.Methods in org.osid.ontology with parameters of type RelevancyFormModifier and TypeMethodDescriptionRelevancyAdminSession.createRelevancy(RelevancyForm relevancyForm) Creates a newRelevancy.voidRelevancyAdminSession.updateRelevancy(RelevancyForm relevancyForm) Updates an existing relevancy. -
Uses of RelevancyForm in org.osid.ontology.batch
Subinterfaces of RelevancyForm in org.osid.ontology.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating relevancies in bulk.