Interface OsidSubjugateableQuery
- All Superinterfaces:
OsidQuery, Suppliable
- All Known Subinterfaces:
ActionQuery, ActivityQuery, ActivityQuery, ActivityRegistrationQuery, ActivityUnitQuery, AssessmentOfferedQuery, AssetContentQuery, CourseRegistrationQuery, DirectionQuery, EntryQuery, FloorQuery, GradeQuery, IdiomQuery, IngredientQuery, InquiryQuery, InstallationContentQuery, InventoryQuery, JournalEntryQuery, ModuleQuery, OsidCompendiumQuery, ParameterQuery, PoolQuery, PositionQuery, PostEntryQuery, PriceQuery, ProvisionReturnQuery, QueueQuery, RaceQuery, ReceiptQuery, RegistrationRequestItemQuery, RegistrationTargetQuery, ReplyQuery, ResultQuery, RoomQuery, SettingQuery, StatisticQuery, StepQuery, SummaryQuery, SyllabusQuery, TriggerQuery, ValueQuery, WorkQuery
The OsidSubjugateableQuery is used to assemble search queries
for dependent objects.
-
Method Summary
Methods inherited from interface OsidQuery
clearAnyTerms, clearKeywordTerms, getStringMatchTypes, matchAny, matchKeyword, supportsStringMatchTypeModifier and TypeMethodDescriptionvoidClears the match any terms.voidClears all keyword terms.Gets the string matching types supported.voidmatchAny(boolean match) Matches any object.voidmatchKeyword(String keyword, Type stringMatchType, boolean match) Adds a keyword to match.booleansupportsStringMatchType(Type stringMatchType) Tests if the given string matching type is supported.