public interface FamilyQueryInspector extends OsidCatalogQueryInspector
This is the query inspector for examining family queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorFamilyIdTerms()
Gets the ancestor family
Id terms. |
FamilyQueryInspector[] |
getAncestorFamilyTerms()
Gets the ancestor family terms.
|
IdTerm[] |
getDescendantFamilyIdTerms()
Gets the descendant family
Id terms. |
FamilyQueryInspector[] |
getDescendantFamilyTerms()
Gets the descendant family terms.
|
FamilyQueryInspectorRecord |
getFamilyQueryInspectorRecord(Type familyRecordType)
Gets the family query inspector record corresponding to the given
Family record Type. |
IdTerm[] |
getRelationshipIdTerms()
Gets the relationship
Id terms. |
RelationshipQueryInspector[] |
getRelationshipTerms()
Gets the relationship terms.
|
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipPeerIdTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getRelationshipIdTerms()
Id terms.getRelationshipIdTerms in interface OsidObjectQueryInspector Id termsmandatory - This method must be implemented. RelationshipQueryInspector[] getRelationshipTerms()
getRelationshipTerms in interface OsidObjectQueryInspectormandatory - This method must be implemented. IdTerm[] getAncestorFamilyIdTerms()
Id terms. Id termsmandatory - This method must be implemented. FamilyQueryInspector[] getAncestorFamilyTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantFamilyIdTerms()
Id terms. Id termsmandatory - This method must be implemented. FamilyQueryInspector[] getDescendantFamilyTerms()
mandatory - This method must be implemented. FamilyQueryInspectorRecord getFamilyQueryInspectorRecord(Type familyRecordType) throws OperationFailedException, PermissionDeniedException
Family record Type. familyRecordType - a family record typeNullArgumentException - familyRecordType
is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(familyRecordType) is false
mandatory - This method must be implemented.