OSID Logo
OSID Specifications
topology rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.topology.rules.EdgeEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining edge enabler queries.

MethodgetRuledEdgeIdTerms
Description

Gets the ruled edge Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledEdgeTerms
Description

Gets the ruled edge query terms.

Returnosid.topology.EdgeQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetGraphIdTerms
Description

Gets the graph Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetGraphTerms
Description

Gets the graph query terms.

Returnosid.topology.GraphQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetEdgeEnablerQueryInspectorRecord
Description

Gets the edge enabler query inspector record corresponding to the given EdgeEnabler record Type.

Parametersosid.type.TypeedgeEnablerRecordTypean edge enabler record type
Returnosid.topology.rules.records.EdgeEnablerQueryInspectorRecordthe edge enabler query inspector record
ErrorsNULL_ARGUMENT edgeEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(edgeEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.