Interface SystemQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
This is the query inspector for examining system queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the action groupIdquery terms.Gets the action group query terms.IdTerm[]Gets the ancestor systemIdquery terms.Gets the ancestor system query terms.IdTerm[]Gets the controllerIdquery terms.Gets the controller query terms.IdTerm[]Gets the descendant systemIdquery terms.Gets the descendant system query terms.IdTerm[]Gets the deviceIdquery terms.Gets the device query terms.IdTerm[]Gets the inputIdquery terms.Gets the input query terms.IdTerm[]Gets the sceneIdquery terms.Gets the scene query terms.IdTerm[]Gets the settingIdquery terms.Gets the setting query terms.getSystemQueryInspectorRecord(Type systemRecordType) Gets the system query inspector record corresponding to the givenSystemrecordType.IdTerm[]Gets the triggerIdquery terms.Gets the trigger query terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.Methods inherited from interface OsidSourceableQueryInspector
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
-
Method Details
-
getDeviceIdTerms
IdTerm[] getDeviceIdTerms()Gets the deviceIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getDeviceTerms
DeviceQueryInspector[] getDeviceTerms()Gets the device query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getControllerIdTerms
IdTerm[] getControllerIdTerms()Gets the controllerIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getControllerTerms
ControllerQueryInspector[] getControllerTerms()Gets the controller query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getInputIdTerms
IdTerm[] getInputIdTerms()Gets the inputIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getInputTerms
InputQueryInspector[] getInputTerms()Gets the input query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSettingIdTerms
IdTerm[] getSettingIdTerms()Gets the settingIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSettingTerms
SettingQueryInspector[] getSettingTerms()Gets the setting query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSceneIdTerms
IdTerm[] getSceneIdTerms()Gets the sceneIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSceneTerms
SceneQueryInspector[] getSceneTerms()Gets the scene query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTriggerIdTerms
IdTerm[] getTriggerIdTerms()Gets the triggerIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTriggerTerms
TriggerQueryInspector[] getTriggerTerms()Gets the trigger query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getActionGroupIdTerms
IdTerm[] getActionGroupIdTerms()Gets the action groupIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getActionGroupTerms
ActionGroupQueryInspector[] getActionGroupTerms()Gets the action group query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorSystemIdTerms
IdTerm[] getAncestorSystemIdTerms()Gets the ancestor systemIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorSystemTerms
SystemQueryInspector[] getAncestorSystemTerms()Gets the ancestor system query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantSystemIdTerms
IdTerm[] getDescendantSystemIdTerms()Gets the descendant systemIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantSystemTerms
SystemQueryInspector[] getDescendantSystemTerms()Gets the descendant system query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSystemQueryInspectorRecord
SystemQueryInspectorRecord getSystemQueryInspectorRecord(Type systemRecordType) throws OperationFailedException Gets the system query inspector record corresponding to the givenSystemrecordType.- Parameters:
systemRecordType- a system record type- Returns:
- the system query inspector record
- Throws:
NullArgumentException-systemRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(systemRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-