OSID Logo
OSID Specifications
osid package
Version 3.1.0
Interfaceosid.OsidEnablerQueryInspector
Implementsosid.OsidRuleQueryInspector
osid.OsidTemporalQueryInspector
Implemented Byosid.repository.rules.CompositionEnablerQueryInspector
osid.assessment.authoring.SequenceRuleEnablerQueryInspector
osid.configuration.rules.ValueEnablerQueryInspector
osid.configuration.rules.ParameterProcessorEnablerQueryInspector
osid.profile.rules.ProfileEntryEnablerQueryInspector
osid.bidding.rules.AuctionConstrainerEnablerQueryInspector
osid.bidding.rules.AuctionProcessorEnablerQueryInspector
osid.bidding.rules.BidEnablerQueryInspector
osid.cataloging.rules.CatalogEnablerQueryInspector
osid.contact.rules.ContactEnablerQueryInspector
osid.voting.rules.RaceConstrainerEnablerQueryInspector
osid.voting.rules.RaceProcessorEnablerQueryInspector
osid.voting.rules.BallotConstrainerEnablerQueryInspector
osid.voting.rules.VoteEnablerQueryInspector
osid.subscription.rules.DispatchEnablerQueryInspector
osid.subscription.rules.DispatchConstrainerEnablerQueryInspector
osid.subscription.rules.DispatchProcessorEnablerQueryInspector
osid.subscription.rules.SubscriptionEnablerQueryInspector
osid.hold.rules.IssueEnablerQueryInspector
osid.hold.rules.IssueConstrainerEnablerQueryInspector
osid.hold.rules.IssueProcessorEnablerQueryInspector
osid.hold.rules.HoldEnablerQueryInspector
osid.OsidOperatorQueryInspector
osid.OsidEffectuatorQueryInspector
osid.OsidRuleApplicatorQueryInspector
osid.control.rules.DeviceEnablerQueryInspector
osid.control.rules.InputEnablerQueryInspector
osid.control.rules.TriggerEnablerQueryInspector
osid.control.rules.ActionEnablerQueryInspector
osid.resource.demographic.DemographicEnablerQueryInspector
osid.calendaring.rules.RecurringEventEnablerQueryInspector
osid.calendaring.rules.OffsetEventEnablerQueryInspector
osid.calendaring.rules.SupersedingEventEnablerQueryInspector
osid.calendaring.rules.CommitmentEnablerQueryInspector
osid.ontology.rules.RelevancyEnablerQueryInspector
osid.workflow.rules.ProcessEnablerQueryInspector
osid.workflow.rules.ProcessConstrainerEnablerQueryInspector
osid.workflow.rules.ProcessProcessorEnablerQueryInspector
osid.workflow.rules.StepEnablerQueryInspector
osid.workflow.rules.StepConstrainerEnablerQueryInspector
osid.workflow.rules.StepProcessorEnablerQueryInspector
osid.topology.rules.EdgeEnablerQueryInspector
osid.course.requisite.RequisiteQueryInspector
osid.offering.rules.CanonicalUnitEnablerQueryInspector
osid.offering.rules.CanonicalUnitProcessorEnablerQueryInspector
osid.offering.rules.OfferingConstrainerEnablerQueryInspector
osid.ordering.rules.PriceEnablerQueryInspector
osid.inquiry.rules.AuditEnablerQueryInspector
osid.inquiry.rules.AuditConstrainerEnablerQueryInspector
osid.inquiry.rules.AuditProcessorEnablerQueryInspector
osid.inquiry.rules.InquiryEnablerQueryInspector
osid.relationship.rules.RelationshipEnablerQueryInspector
osid.provisioning.rules.BrokerEnablerQueryInspector
osid.provisioning.rules.BrokerConstrainerEnablerQueryInspector
osid.provisioning.rules.BrokerProcessorEnablerQueryInspector
osid.provisioning.rules.QueueEnablerQueryInspector
osid.provisioning.rules.QueueConstrainerEnablerQueryInspector
osid.provisioning.rules.QueueProcessorEnablerQueryInspector
osid.provisioning.rules.PoolEnablerQueryInspector
osid.provisioning.rules.PoolConstrainerEnablerQueryInspector
osid.provisioning.rules.PoolProcessorEnablerQueryInspector
osid.provisioning.rules.ProvisionableEnablerQueryInspector
osid.provisioning.rules.ProvisionEnablerQueryInspector
osid.tracking.rules.QueueEnablerQueryInspector
osid.tracking.rules.QueueConstrainerEnablerQueryInspector
osid.tracking.rules.QueueProcessorEnablerQueryInspector
osid.resourcing.rules.AvailabilityEnablerQueryInspector
osid.resourcing.rules.CommissionEnablerQueryInspector
osid.resourcing.rules.JobConstrainerEnablerQueryInspector
osid.resourcing.rules.JobProcessorEnablerQueryInspector
osid.mapping.path.rules.SpeedZoneEnablerQueryInspector
osid.mapping.path.rules.SignalEnablerQueryInspector
osid.mapping.path.rules.ObstacleEnablerQueryInspector
Description

The query inspectors provide a means of accessing the match terms of a query. These interfaces are used to examine the actual query terms used in a search or that may be used to create a smart catalog. Query inspectors may be converted to an OsidQuery for reuse or modification in the search sessions.

MethodgetRequirementTerms
Description

Gets the requirement query terms.

Returnosid.search.terms.BooleanTerm[] the requirement terms
Compliancemandatory This method must be implemented.
MethodgetScheduleIdTerms
Description

Gets the effective schedule Id query terms.

Returnosid.search.terms.IdTerm[] the effecive schedule Id terms
Compliancemandatory This method must be implemented.
MethodgetScheduleTerms
Description

Gets the effective schedule query terms.

Returnosid.calendaring.ScheduleQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetEventIdTerms
Description

Gets the effective event Id query terms.

Returnosid.search.terms.IdTerm[] the effecive recurring event Id terms
Compliancemandatory This method must be implemented.
MethodgetEventTerms
Description

Gets the effective event query terms.

Returnosid.calendaring.EventQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetCyclicEventIdTerms
Description

Gets the cyclic event Id query terms.

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

Gets the cyclic event query terms.

Returnosid.calendaring.cycle.CyclicEventQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetTimePeriodIdTerms
Description

Gets the time period Id query terms.

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

Gets the time period query terms.

Returnosid.calendaring.TimePeriodQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetCyclicTimePeriodIdTerms
Description

Gets the cyclic time period Id query terms.

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

Gets the cyclic time period query terms.

Returnosid.calendaring.cycle.CyclicTimePeriodQueryInspector[] the query terms
Compliancemandatory This method must be implemented.