OSID Logo
OSID Specifications
profile rules package
Version 3.1.0
Interfaceosid.profile.rules.ProfileEntryEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.profile.rules.ProfileEntryEnablerSearchResults
osid.profile.rules.ProfileEntryEnablerSmartProfileSession
Description

This is the query inspector for examining profile entry enabler queries.

Like all OsidQueryInspectors, ProfileEntryEnablerQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetRuledProfileEntryIdTerms
Description

Gets the ruled profile entry Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetRuledProfileEntryTerms
Description

Gets the ruled profile entry query terms.

Returnosid.profile.ProfileEntryQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetProfileIdTerms
Description

Gets the profile Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetProfileTerms
Description

Gets the profile query terms.

Returnosid.profile.ProfileQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetProfileEntryEnablerQueryInspectorRecord
Description

Gets the profile entry enabler query inspector record corresponding to the given ProfileEntryEnabler record Type.

Parametersosid.type.TypeprofileEntryEnablerRecordType a profile entry enabler record type
Returnosid.profile.rules.records.ProfileEntryEnablerQueryInspectorRecord the profile entry enabler query inspector record
ErrorsNULL_ARGUMENT profileEntryEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(profileEntryEnablerRecordType) is false
Compliancemandatory This method must be implemented.