| Interface | osid.filing.FileQueryInspector | ||
|---|---|---|---|
| Implements | osid.filing.DirectoryEntryQueryInspector | ||
| Description |
This is the query inspector for examining file queries. | ||
| Method | getSizeTerms | ||
| Description |
Gets the size query terms. | ||
| Return | osid.search.terms.CardinalRangeTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDataStringTerms | ||
| Description |
Gets the data string query terms. | ||
| Return | osid.search.terms.StringTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDataTerms | ||
| Description |
Gets the data query terms. | ||
| Return | osid.search.terms.BytesTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFileQueryInspectorRecord | ||
| Description |
Gets the file query inspector record corresponding to
the given | ||
| Parameters | osid.type.Type | fileRecordType | a file record type |
| Return | osid.filing.records.FileQueryInspectorRecord | the file query inspector record | |
| Errors | NULL_ARGUMENT | fileRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(fileRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |