public interface InstallationContentQueryInspector extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector
This is the query inspector for examining installation content queries.
| Modifier and Type | Method and Description |
|---|---|
CardinalRangeTerm[] |
getDataLengthTerms()
Gets the data length query terms.
|
BytesTerm[] |
getDataTerms()
Gets the data query terms.
|
InstallationContentQueryInspectorRecord |
getInstallationContentQueryInspectorRecord(Type installationContentRecordType)
Gets the installation content query inspector record corresponding to
the given
InstallationContent record Type. |
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsCardinalRangeTerm[] getDataLengthTerms()
mandatory - This method must be implemented. BytesTerm[] getDataTerms()
mandatory - This method must be implemented. InstallationContentQueryInspectorRecord getInstallationContentQueryInspectorRecord(Type installationContentRecordType) throws OperationFailedException
InstallationContent record Type.
installationContentRecordType - an installation content query
record typeNullArgumentException -
installationContentRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(installationContentRecordType) is
false mandatory - This method must be implemented.