Interface AddressBookQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidCatalogQueryInspector, OsidExtensibleQueryInspector, OsidFederateableQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector
This is the query inspector for examining address book queries. Each
method specifies an AND term while multiple invocations of the
same method produce a nested OR .
-
Method Summary
Modifier and TypeMethodDescriptiongetAddressBookQueryInspectorRecord(Type addressBookRecordType) Gets the query inspector record corresponding to the givenAddressBookrecordType.IdTerm[]Gets the addressIdterms.Gets the address terms.IdTerm[]Gets the ancestor address bookIdterms.Gets the ancestor address book terms.IdTerm[]Gets the contactIdterms.Gets the contact terms.IdTerm[]Gets the descendant address bookIdterms.Gets the descendant address book terms.Methods inherited from interface Extensible
getRecordTypes, hasRecordTypeModifier and TypeMethodDescriptionGets the record types available in this object.booleanhasRecordType(Type recordType) Tests if this object supports the given recordType.Methods inherited from interface OsidExtensibleQueryInspector
getRecordTypeTermsMethods inherited from interface OsidIdentifiableQueryInspector
getIdTermsMethods inherited from interface OsidObjectQueryInspector
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsModifier and TypeMethodDescriptionIdTerm[]Gets the commentIdquery terms.Gets the comment query terms.IdTerm[]Gets the creditIdquery terms.Gets the credit query terms.Gets the description query terms.Gets the display name query terms.TypeTerm[]Gets the genus type query terms.IdTerm[]Gets the journal entryIdquery terms.Gets the journal entry query terms.TypeTerm[]Gets the parent genus type query terms.IdTerm[]Gets the relationshipIdquery terms.IdTerm[]Gets the relationship peerIdquery terms.Gets the relationship query terms.IdTerm[]Gets the stateIdquery terms.Gets the state query terms.Gets the statistic query terms.IdTerm[]Gets the subjectIdquery terms.Gets the subject relevancy query terms.Gets the subject query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.Methods inherited from interface OsidSourceableQueryInspector
getBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTerms
-
Method Details
-
getContactIdTerms
IdTerm[] getContactIdTerms()Gets the contactIdterms.- Returns:
- the contact
Idterms - Compliance:
mandatory- This method must be implemented.
-
getContactTerms
ContactQueryInspector[] getContactTerms()Gets the contact terms.- Returns:
- the contact terms
- Compliance:
mandatory- This method must be implemented.
-
getAddressIdTerms
IdTerm[] getAddressIdTerms()Gets the addressIdterms.- Returns:
- the address
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAddressTerms
AddressQueryInspector[] getAddressTerms()Gets the address terms.- Returns:
- the address terms
- Compliance:
mandatory- This method must be implemented.
-
getAncestorAddressBookIdTerms
IdTerm[] getAncestorAddressBookIdTerms()Gets the ancestor address bookIdterms.- Returns:
- the ancestor address book
Idterms - Compliance:
mandatory- This method must be implemented.
-
getAncestorAddressBookTerms
AddressBookQueryInspector[] getAncestorAddressBookTerms()Gets the ancestor address book terms.- Returns:
- the ancestor address book terms
- Compliance:
mandatory- This method must be implemented.
-
getDescendantAddressBookIdTerms
IdTerm[] getDescendantAddressBookIdTerms()Gets the descendant address bookIdterms.- Returns:
- the descendant address book
Idterms - Compliance:
mandatory- This method must be implemented.
-
getDescendantAddressBookTerms
AddressBookQueryInspector[] getDescendantAddressBookTerms()Gets the descendant address book terms.- Returns:
- the descendant address book terms
- Compliance:
mandatory- This method must be implemented.
-
getAddressBookQueryInspectorRecord
AddressBookQueryInspectorRecord getAddressBookQueryInspectorRecord(Type addressBookRecordType) throws OperationFailedException Gets the query inspector record corresponding to the givenAddressBookrecordType.- Parameters:
addressBookRecordType- an address book record type- Returns:
- the address book query inspector record
- Throws:
NullArgumentException-addressBookRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(addressBookRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-