Uses of Interface
org.osid.authorization.FunctionList
Packages that use FunctionList
Package
Description
The Open Service Interface Definitions for the org.osid.authorization
service.
-
Uses of FunctionList in org.osid.authorization
Methods in org.osid.authorization that return FunctionListModifier and TypeMethodDescriptionFunctionLookupSession.getFunctions()Gets allFunctions.FunctionSearchResults.getFunctions()Gets the function list resulting from the search.FunctionLookupSession.getFunctionsByGenusType(Type functionGenusType) Gets aFunctionListcorresponding to the given function genusTypewhich does not include functions of genus types derived from the specifiedType.In plenary mode, the returned list contains all known functions or an error results.FunctionLookupSession.getFunctionsByIds(IdList functionIds) Gets aFunctionListcorresponding to the givenIdList.FunctionLookupSession.getFunctionsByParentGenusType(Type functionGenusType) Gets aFunctionListcorresponding to the given function genusTypeand include any additional functions with genus types derived from the specifiedType.In plenary mode, the returned list contains all known functions or an error results.FunctionLookupSession.getFunctionsByQualifierHierarchy(Id qualifierHierarchyId) Gets aFunctionListfor the given qualifier hierarchy.FunctionQuerySession.getFunctionsByQuery(FunctionQuery functionQuery) Gets a list ofFunctionsmatching the given query.FunctionLookupSession.getFunctionsByRecordType(Type functionRecordType) Gets aFunctionListcontaining the given function recordType.FunctionVaultSession.getFunctionsByVault(Id vaultId) Gets the list ofFunctionsassociated with aVault.FunctionVaultSession.getFunctionsByVaults(IdList vaultIds) Gets the list ofFunctionscorresponding to a list ofVaults.