public interface ProfileQueryInspector extends OsidCatalogQueryInspector
This is the query inspector to examine profile queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getAncestorProfileIdTerms()
Gets the ancestor profile
Id query terms. |
ProfileQueryInspector[] |
getAncestorProfileTerms()
Gets the ancestor profile query terms.
|
IdTerm[] |
getDescendantProfileIdTerms()
Gets the descendant profile
Id query terms. |
ProfileQueryInspector[] |
getDescendantProfileTerms()
Gets the descendant profile query terms.
|
IdTerm[] |
getProfileEntryIdTerms()
Gets the profile entry
Id query terms. |
ProfileEntryQueryInspector[] |
getProfileEntryTerms()
Gets the profile entry query terms.
|
IdTerm[] |
getProfileItemIdTerms()
Gets the profile item
Id query terms. |
ProfileItemQueryInspector[] |
getProfileItemTerms()
Gets the profile item query terms.
|
ProfileQueryInspectorRecord |
getProfileQueryInspectorRecord(Type profileRecordType)
Gets the profile query inspector record corresponding to the given
Profile record Type. |
getCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetBrandingIdTerms, getBrandingTerms, getLicenseTerms, getProviderIdTerms, getProviderTermsIdTerm[] getProfileItemIdTerms()
Id query terms.mandatory - This method must be implemented. ProfileItemQueryInspector[] getProfileItemTerms()
mandatory - This method must be implemented. IdTerm[] getProfileEntryIdTerms()
Id query terms.mandatory - This method must be implemented. ProfileEntryQueryInspector[] getProfileEntryTerms()
mandatory - This method must be implemented. IdTerm[] getAncestorProfileIdTerms()
Id query terms.mandatory - This method must be implemented. ProfileQueryInspector[] getAncestorProfileTerms()
mandatory - This method must be implemented. IdTerm[] getDescendantProfileIdTerms()
Id query terms.mandatory - This method must be implemented. ProfileQueryInspector[] getDescendantProfileTerms()
mandatory - This method must be implemented. ProfileQueryInspectorRecord getProfileQueryInspectorRecord(Type profileRecordType) throws OperationFailedException
Profile record Type. profileRecordType - a profile record typeNullArgumentException - profileRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(profileRecordType) is false
mandatory - This method must be implemented.