| Interface | osid.authorization.FunctionQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidRuleQueryInspector | ||
| Description |
This is the query inspector for examining function queries. | ||
| Method | getQualifierHierarchyIdTerms | ||
| Description |
Gets the qualifier hierarchy | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getQualifierHierarchyTerms | ||
| Description |
Gets the qualifier hierarchy query terms. | ||
| Return | osid.hierarchy.HierarchyQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuthorizationIdTerms | ||
| Description |
Gets the authorization | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuthorizationTerms | ||
| Description |
Gets the authorization query terms. | ||
| Return | osid.authorization.AuthorizationQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getVaultIdTerms | ||
| Description |
Gets the vault | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getVaultTerms | ||
| Description |
Gets the vault query terms. | ||
| Return | osid.authorization.VaultQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFunctionQueryInspectorRecord | ||
| Description |
Gets the function query inspector record corresponding
to the given | ||
| Parameters | osid.type.Type | functionRecordType | a function record type |
| Return | osid.authorization.records.FunctionQueryInspectorRecord | the function query inspector record | |
| Errors | NULL_ARGUMENT | functionRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(functionRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |