Uses of Interface
org.osid.search.EngineForm
Packages that use EngineForm
Package
Description
The Open Service Interface Definitions for the org.osid.search
service.
-
Uses of EngineForm in org.osid.search
Methods in org.osid.search that return EngineFormModifier and TypeMethodDescriptionEngineAdminSession.getEngineFormForCreate(Type[] engineRecordTypes) Gets the engine form for creating new engines.EngineAdminSession.getEngineFormForUpdate(Id engineId) Gets the engine form for updating an existing engine.Methods in org.osid.search with parameters of type EngineFormModifier and TypeMethodDescriptionEngineAdminSession.createEngine(EngineForm engineForm) Creates a newEngine.voidEngineAdminSession.updateEngine(EngineForm engineForm) Updates an existing engine.