Interface ProvisionableEnablerQueryInspector

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

public interface ProvisionableEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining provisionable enabler queries.

  • Method Details

    • getRuledProvisionableIdTerms

      IdTerm[] getRuledProvisionableIdTerms()
      Gets the provisionable Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledProvisionableTerms

      ProvisionableQueryInspector[] getRuledProvisionableTerms()
      Gets the provisionable query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDistributorIdTerms

      IdTerm[] getDistributorIdTerms()
      Gets the distributor Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDistributorTerms

      DistributorQueryInspector[] getDistributorTerms()
      Gets the distributor query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getProvisionableEnablerQueryInspectorRecord

      ProvisionableEnablerQueryInspectorRecord getProvisionableEnablerQueryInspectorRecord(Type provisionableEnablerRecordType) throws OperationFailedException
      Gets the provisionable enabler query inspector record corresponding to the given ProvisionableEnabler record Type .
      Parameters:
      provisionableEnablerRecordType - a provisionable enabler record type
      Returns:
      the provisionable enabler query inspector record
      Throws:
      NullArgumentException - provisionableEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(provisionableEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.