Uses of Interface
org.osid.control.ControllerList
Packages that use ControllerList
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
-
Uses of ControllerList in org.osid.control
Methods in org.osid.control that return ControllerListModifier and TypeMethodDescriptionControllerLookupSession.getControllers()Gets allControllers.ControllerSearchResults.getControllers()Gets the controller list resulting from a search.ControllerLookupSession.getControllersByAddress(String address) Gets aControllerListwith the given address.ControllerLookupSession.getControllersByGenusType(Type controllerGenusType) Gets aControllerListcorresponding to the given controller genusTypewhich does not include controllers of genus types derived from the specifiedType.ControllerLookupSession.getControllersByIds(IdList controllerIds) Gets aControllerListcorresponding to the givenIdList.ControllerLookupSession.getControllersByParentGenusType(Type controllerGenusType) Gets aControllerListcorresponding to the given controller genusTypeand include any additional controllers with genus types derived from the specifiedType.ControllerQuerySession.getControllersByQuery(ControllerQuery controllerQuery) Gets a list ofControllersmatching the given controller query.ControllerLookupSession.getControllersByRecordType(Type controllerRecordType) Gets aControllerListcontaining the given controller recordType.ControllerSystemSession.getControllersBySystem(Id systemId) Gets the list of controllers associated with aSystem.ControllerSystemSession.getControllersBySystems(IdList systemIds) Gets the list of controllers corresponding to a list ofSystems.