public interface DeviceQueryInspector extends OsidObjectQueryInspector
This is the query inspector for examining device queries.
| Modifier and Type | Method and Description |
|---|---|
DeviceQueryInspectorRecord |
getDeviceQueryInspectorRecord(Type deviceRecordType)
Gets the device query inspector record corresponding to the given
Device record Type. |
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsDeviceQueryInspectorRecord getDeviceQueryInspectorRecord(Type deviceRecordType) throws OperationFailedException
Device record Type. deviceRecordType - a device record typeNullArgumentException - deviceRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(deviceRecordType) is false
mandatory - This method must be implemented.