Interface | osid.authorization.rules.AuthorizationEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining authorization enabler queries. | ||
Method | getRuledAuthorizationIdTerms | ||
Description |
Gets the authorization | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledAuthorizationTerms | ||
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 | getAuthorizationEnablerQueryInspectorRecord | ||
Description |
Gets the authorization enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | authorizationEnablerRecordType | an authorization enabler record type |
Return | osid.authorization.rules.records.AuthorizationEnablerQueryInspectorRecord | the authorization enabler query inspector record | |
Errors | NULL_ARGUMENT | authorizationEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(authorizationEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |