Interface | osid.authorization.VaultSearchSession | ||
---|---|---|---|
Implements | osid.authorization.VaultQuerySession | ||
Description |
This session provides methods for searching among Vaults may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getVaultSearch | ||
Description |
Gets a vault search. | ||
Return | osid.authorization.VaultSearch | a vault search | |
Compliance | mandatory | This method must be implemented. | |
Method | getVaultSearchOrder | ||
Description |
Gets a vault search order. The | ||
Return | osid.authorization.VaultSearchOrder | the vault search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getVaultsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.authorization.VaultQuery | vaultQuery | the vault query |
osid.authorization.VaultSearch | vaultSearch | the vault search | |
Return | osid.authorization.VaultSearchResults | the search results | |
Errors | NULL_ARGUMENT | vaultQuery or vaultSearch is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | vaultQuery or vaultSearch is not of this
service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getVaultQueryFromInspector | ||
Description |
Gets a vault query from an inspector. The inspector is
available from a | ||
Parameters | osid.authorization.VaultQueryInspector | vaultQueryInspector | a vault query inspector |
Return | osid.authorization.VaultQuery | the vault query | |
Errors | NULL_ARGUMENT | vaultQueryInspector is null | |
UNSUPPORTED | vaultQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |