Interface CanonicalUnitProcessorEnablerQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidEnablerQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector, OsidTemporalQueryInspector

public interface CanonicalUnitProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining canonical unit processor enabler queries.

  • Method Details

    • getRuledCanonicalUnitProcessorIdTerms

      IdTerm[] getRuledCanonicalUnitProcessorIdTerms()
      Gets the canonical unit processor Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledCanonicalUnitProcessorTerms

      CanonicalUnitProcessorQueryInspector[] getRuledCanonicalUnitProcessorTerms()
      Gets the canonical unit processor query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCatalogueIdTerms

      IdTerm[] getCatalogueIdTerms()
      Gets the catalogue Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCatalogueTerms

      CatalogueQueryInspector[] getCatalogueTerms()
      Gets the catalogue query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCanonicalUnitProcessorEnablerQueryInspectorRecord

      CanonicalUnitProcessorEnablerQueryInspectorRecord getCanonicalUnitProcessorEnablerQueryInspectorRecord(Type canonicalUnitProcessorEnablerRecordType) throws OperationFailedException
      Gets the canonical unit processor enabler query inspector record corresponding to the given CanonicalUnitProcessorEnabler record Type .
      Parameters:
      canonicalUnitProcessorEnablerRecordType - a canonical unit processor enabler record type
      Returns:
      the canonical unit processor enabler query inspector record
      Throws:
      NullArgumentException - canonicalUnitProcessorEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(canonicalUnitProcessorEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.