Interface MessageQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector
This is the query inspector for examining message queries.
-
Method Summary
Modifier and TypeMethodDescriptionGets the delivery time query terms.IdTerm[]Gets the mailboxIdquery terms.Gets the mailbox query terms.getMessageQueryInspectorRecord(Type messageRecordType) Gets the message query inspector record corresponding to the givenMessagerecordType.IdTerm[]Gets the receiptIdquery terms.Gets the receipt query terms.Gets the received time query terms.IdTerm[]Gets the recipientIdquery terms.Gets the recipient query terms.IdTerm[]Gets the senderIdquery terms.Gets the sender query terms.IdTerm[]Gets the sending agentIdquery terms.Gets the sending agent query terms.Gets the sent query terms.Gets the sent time query terms.Gets the subject line query terms.Gets the text 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
-
getSubjectLineTerms
StringTerm[] getSubjectLineTerms()Gets the subject line query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTextTerms
StringTerm[] getTextTerms()Gets the text query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSentTerms
BooleanTerm[] getSentTerms()Gets the sent query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSentTimeTerms
DateTimeRangeTerm[] getSentTimeTerms()Gets the sent time query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSenderIdTerms
IdTerm[] getSenderIdTerms()Gets the senderIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSenderTerms
ResourceQueryInspector[] getSenderTerms()Gets the sender query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSendingAgentIdTerms
IdTerm[] getSendingAgentIdTerms()Gets the sending agentIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSendingAgentTerms
AgentQueryInspector[] getSendingAgentTerms()Gets the sending agent query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getReceivedTimeTerms
DateTimeRangeTerm[] getReceivedTimeTerms()Gets the received time query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getDeliveryTimeTerms
DurationRangeTerm[] getDeliveryTimeTerms()Gets the delivery time query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getRecipientIdTerms
IdTerm[] getRecipientIdTerms()Gets the recipientIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getRecipientTerms
ResourceQueryInspector[] getRecipientTerms()Gets the recipient query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getReceiptIdTerms
IdTerm[] getReceiptIdTerms()Gets the receiptIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getReceiptTerms
ReceiptQueryInspector[] getReceiptTerms()Gets the receipt query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getMailboxIdTerms
IdTerm[] getMailboxIdTerms()Gets the mailboxIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getMailboxTerms
MailboxQueryInspector[] getMailboxTerms()Gets the mailbox query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getMessageQueryInspectorRecord
MessageQueryInspectorRecord getMessageQueryInspectorRecord(Type messageRecordType) throws OperationFailedException Gets the message query inspector record corresponding to the givenMessagerecordType.- Parameters:
messageRecordType- a message record type- Returns:
- the message query inspector record
- Throws:
NullArgumentException-messageRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(messageRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-