Uses of Interface
org.osid.authorization.VaultQuery
Packages that use VaultQuery
Package
Description
The Open Service Interface Definitions for the org.osid.authorization
service.
The Open Service Interface Definitions for the org.osid.authorization.rules
service.
-
Uses of VaultQuery in org.osid.authorization
Methods in org.osid.authorization that return VaultQueryModifier and TypeMethodDescriptionVaultQuery.getAncestorVaultQuery()Gets the query for a vault.VaultQuery.getDescendantVaultQuery()Gets the query for a vault.AuthorizationQuery.getVaultQuery()Gets the query for a vault.FunctionQuery.getVaultQuery()Gets the query for a vault.QualifierQuery.getVaultQuery()Gets the query for a vault.VaultQuerySession.getVaultQuery()Gets a vault query.VaultSearchSession.getVaultQueryFromInspector(VaultQueryInspector vaultQueryInspector) Gets a vault query from an inspector.Methods in org.osid.authorization with parameters of type VaultQueryModifier and TypeMethodDescriptionVaultQuerySession.getVaultsByQuery(VaultQuery vaultQuery) Gets a list ofVaultobjects matching the given search.VaultSearchSession.getVaultsBySearch(VaultQuery vaultQuery, VaultSearch vaultSearch) Gets the search results matching the given search query using the given search. -
Uses of VaultQuery in org.osid.authorization.rules
Methods in org.osid.authorization.rules that return VaultQueryModifier and TypeMethodDescriptionAuthorizationEnablerQuery.getVaultQuery()Gets the query for a vault.