Uses of Interface
org.osid.authorization.VaultList
Packages that use VaultList
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 VaultList in org.osid.authorization
Methods in org.osid.authorization that return VaultListModifier and TypeMethodDescriptionVaultHierarchySession.getChildVaults(Id vaultId) Gets the children of the given vault.VaultHierarchySession.getParentVaults(Id vaultId) Gets the parents of the given vault.VaultHierarchySession.getRootVaults()Gets the root vaults in this vault hierarchy.AuthorizationVaultSession.getVaultByAuthorization(Id authorizationId) Gets the list ofVaultobjects mapped to anAuthorization.VaultLookupSession.getVaults()Gets allVaults.VaultSearchResults.getVaults()Gets the vault list resulting from the search.FunctionVaultSession.getVaultsByFunction(Id functionId) Gets the list ofVaultsmapped to aFunction.VaultLookupSession.getVaultsByGenusType(Type vaultGenusType) Gets aVaultListcorresponding to the given vault genusTypewhich does not include vaults of types derived from the specifiedType.VaultLookupSession.getVaultsByIds(IdList vaultIds) Gets aVaultListcorresponding to the givenIdList.VaultLookupSession.getVaultsByParentGenusType(Type vaultGenusType) Gets aVaultListcorresponding to the given vault genusTypeand include any additional vaults with genus types derived from the specifiedType.VaultLookupSession.getVaultsByProvider(Id resourceId) Gets aVaultListfrom the given provider.QualifierVaultSession.getVaultsByQualifier(Id qualifierId) Gets the list ofVaultsmapped to aQualifier.VaultQuerySession.getVaultsByQuery(VaultQuery vaultQuery) Gets a list ofVaultobjects matching the given search.VaultLookupSession.getVaultsByRecordType(Type vaultRecordType) Gets aVaultListcontaining the given vault recordType. -
Uses of VaultList in org.osid.authorization.rules
Methods in org.osid.authorization.rules that return VaultListModifier and TypeMethodDescriptionAuthorizationEnablerVaultSession.getVaultsByAuthorizationEnabler(Id authorizationEnablerId) Gets theVaultsmapped to anAuthorizationEnabler.