Interface PersonQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector
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 OsidQuery interfaces for reuse or modification
in the search sessions.
-
Method Summary
Modifier and TypeMethodDescriptionGets the birth date query terms.Gets the death date query terms.Gets the forename alias query terms.Gets the generation qualifier query terms.Gets the given name query terms.Gets the identifier query terms.Gets the living date query terms.Gets the middle name query terms.getPersonQueryInspectorRecord(Type personRecordType) Gets the person query inspector record corresponding to the givenPersonrecordType.Gets the preferred name query terms.Gets the qualifier suffix query terms.IdTerm[]Gets the realmIdquery terms.Gets the realm query terms.Gets the salutation query terms.Gets the surname alias query terms.Gets the surname query 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.
-
Method Details
-
getSalutationTerms
StringTerm[] getSalutationTerms()Gets the salutation query terms.- Returns:
- the salutation terms
- Compliance:
mandatory- This method must be implemented.
-
getGivenNameTerms
StringTerm[] getGivenNameTerms()Gets the given name query terms.- Returns:
- the given name terms
- Compliance:
mandatory- This method must be implemented.
-
getPreferredNameTerms
StringTerm[] getPreferredNameTerms()Gets the preferred name query terms.- Returns:
- the preferred name terms
- Compliance:
mandatory- This method must be implemented.
-
getForenameAliasTerms
StringTerm[] getForenameAliasTerms()Gets the forename alias query terms.- Returns:
- the forename alias terms
- Compliance:
mandatory- This method must be implemented.
-
getMiddleNameTerms
StringTerm[] getMiddleNameTerms()Gets the middle name query terms.- Returns:
- the middle name terms
- Compliance:
mandatory- This method must be implemented.
-
getSurnameTerms
StringTerm[] getSurnameTerms()Gets the surname query terms.- Returns:
- the surname terms
- Compliance:
mandatory- This method must be implemented.
-
getSurnameAliasTerms
StringTerm[] getSurnameAliasTerms()Gets the surname alias query terms.- Returns:
- the surname alias terms
- Compliance:
mandatory- This method must be implemented.
-
getGenerationQualifierTerms
StringTerm[] getGenerationQualifierTerms()Gets the generation qualifier query terms.- Returns:
- the generation qualifier terms
- Compliance:
mandatory- This method must be implemented.
-
getQualificationSuffixTerms
StringTerm[] getQualificationSuffixTerms()Gets the qualifier suffix query terms.- Returns:
- the qualifier suffix terms
- Compliance:
mandatory- This method must be implemented.
-
getBirthDateTerms
DateTimeRangeTerm[] getBirthDateTerms()Gets the birth date query terms.- Returns:
- the birth date terms
- Compliance:
mandatory- This method must be implemented.
-
getDeathDateTerms
DateTimeRangeTerm[] getDeathDateTerms()Gets the death date query terms.- Returns:
- the death date terms
- Compliance:
mandatory- This method must be implemented.
-
getLivingDateTerms
DateTimeRangeTerm[] getLivingDateTerms()Gets the living date query terms.- Returns:
- the living date terms
- Compliance:
mandatory- This method must be implemented.
-
getInstitutionalIdentifierTerms
StringTerm[] getInstitutionalIdentifierTerms()Gets the identifier query terms.- Returns:
- the identifier terms
- Compliance:
mandatory- This method must be implemented.
-
getRealmIdTerms
IdTerm[] getRealmIdTerms()Gets the realmIdquery terms.- Returns:
- the realm
Idterms - Compliance:
mandatory- This method must be implemented.
-
getRealmTerms
RealmQueryInspector[] getRealmTerms()Gets the realm query terms.- Returns:
- the realm terms
- Compliance:
mandatory- This method must be implemented.
-
getPersonQueryInspectorRecord
PersonQueryInspectorRecord getPersonQueryInspectorRecord(Type personRecordType) throws OperationFailedException Gets the person query inspector record corresponding to the givenPersonrecordType.- Parameters:
personRecordType- a person record type- Returns:
- the person inspector query record
- Throws:
NullArgumentException-personRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(personRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-