public interface NodeQueryInspector extends OsidObjectQueryInspector
This is the query inspector for examining node queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getEdgeIdTerms()
Gets the edge
Id terms. |
EdgeQueryInspector[] |
getEdgeTerms()
Gets the edge terms.
|
IdTerm[] |
getGraphIdTerms()
Gets the graph
Id terms. |
GraphQueryInspector[] |
getGraphTerms()
Gets the graph terms.
|
NodeQueryInspectorRecord |
getNodeQueryInspectorRecord(Type nodeRecordType)
Gets the node query inspector record corresponding to the given
Node record Type. |
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsIdTerm[] getEdgeIdTerms()
Id terms. Id termsmandatory - This method must be implemented. EdgeQueryInspector[] getEdgeTerms()
mandatory - This method must be implemented. IdTerm[] getGraphIdTerms()
Id terms. Id termsmandatory - This method must be implemented. GraphQueryInspector[] getGraphTerms()
mandatory - This method must be implemented. NodeQueryInspectorRecord getNodeQueryInspectorRecord(Type nodeRecordType) throws OperationFailedException
Node record Type. nodeRecordType - a node record typeNullArgumentException - nodeRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(nodeRecordType) is false mandatory - This method must be implemented.