Interface HierarchyQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector

public interface HierarchyQueryInspector extends OsidCatalogQueryInspector

This is the query inspector for examining hierarchy queries.

  • Method Details

    • getNodeIdTerms

      IdTerm[] getNodeIdTerms()
      Gets the node Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getHierarchyQueryInspectorRecord

      HierarchyQueryInspectorRecord getHierarchyQueryInspectorRecord(Type hierarchyRecordType) throws OperationFailedException
      Gets the hierarchy query inspector record corresponding to the given Hierarchy record Type .
      Parameters:
      hierarchyRecordType - a hierarchy record type
      Returns:
      the hierarchy query inspector record
      Throws:
      NullArgumentException - hierarchyRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(hierarchyRecordType) is false
      Compliance:
      mandatory - This method must be implemented.