Uses of Interface
org.osid.authorization.FunctionQuery
Packages that use FunctionQuery
Package
Description
The Open Service Interface Definitions for the org.osid.authorization
service.
The Open Service Interface Definitions for the org.osid.rules.check
service.
-
Uses of FunctionQuery in org.osid.authorization
Methods in org.osid.authorization that return FunctionQueryModifier and TypeMethodDescriptionAuthorizationQuery.getFunctionQuery(boolean match) Gets the function query.FunctionQuerySession.getFunctionQuery()Gets a function query.FunctionSmartVaultSession.getFunctionQuery()Gets a function query.VaultQuery.getFunctionQuery()Gets the query for a function.FunctionSearchSession.getFunctionQueryFromInspector(FunctionQueryInspector functionQueryInspector) Gets a function query from an inspector.FunctionSmartVaultSession.getFunctionQueryFromInspector(FunctionQueryInspector functionQueryInspector) Gets a function query from an inspector.Methods in org.osid.authorization with parameters of type FunctionQueryModifier and TypeMethodDescriptionvoidFunctionSmartVaultSession.applyFunctionQuery(FunctionQuery functionQuery) Applies a function query to this vault.FunctionQuerySession.getFunctionsByQuery(FunctionQuery functionQuery) Gets a list ofFunctionsmatching the given query.FunctionSearchSession.getFunctionsBySearch(FunctionQuery functionQuery, FunctionSearch functionSearch) Gets the search results matching the given search query using the given search. -
Uses of FunctionQuery in org.osid.rules.check
Methods in org.osid.rules.check that return FunctionQueryModifier and TypeMethodDescriptionCheckQuery.getAuthorizationCheckFunctionQuery()Gets the query for a function.