Interface JournalEntryQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidQueryInspector, OsidSubjugateableQueryInspector
public interface JournalEntryQueryInspector
extends OsidObjectQueryInspector, OsidSubjugateableQueryInspector
This is the query inspector for examining journal entry queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the agentIdquery terms.Gets the agent query terms.IdTerm[]Gets the branchIdquery terms.Gets the branch query terms.Gets the entries since query terms.getJournalEntryQueryInspectorRecord(Type journalEntryRecordType) Gets the journal entry query inspector record corresponding to the givenJournalEntryrecordType.IdTerm[]Gets the journalIdquery terms.Gets the journal query terms.IdTerm[]Gets the resourceIdquery terms.Gets the resource query terms.IdTerm[]Gets the sourceIdquery terms.Gets the timestamp query terms.IdTerm[]Gets the versionIdquery 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
-
getBranchIdTerms
IdTerm[] getBranchIdTerms()Gets the branchIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getBranchTerms
BranchQueryInspector[] getBranchTerms()Gets the branch query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getSourceIdTerms
IdTerm[] getSourceIdTerms()Gets the sourceIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getVersionIdTerms
IdTerm[] getVersionIdTerms()Gets the versionIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTimestampTerms
DateTimeRangeTerm[] getTimestampTerms()Gets the timestamp query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getEntriesSinceTerms
DateTimeTerm[] getEntriesSinceTerms()Gets the entries since query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getResourceIdTerms
IdTerm[] getResourceIdTerms()Gets the resourceIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getResourceTerms
ResourceQueryInspector[] getResourceTerms()Gets the resource query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAgentIdTerms
IdTerm[] getAgentIdTerms()Gets the agentIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAgentTerms
AgentQueryInspector[] getAgentTerms()Gets the agent query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getJournalIdTerms
IdTerm[] getJournalIdTerms()Gets the journalIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getJournalTerms
JournalQueryInspector[] getJournalTerms()Gets the journal query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getJournalEntryQueryInspectorRecord
JournalEntryQueryInspectorRecord getJournalEntryQueryInspectorRecord(Type journalEntryRecordType) throws OperationFailedException Gets the journal entry query inspector record corresponding to the givenJournalEntryrecordType.- Parameters:
journalEntryRecordType- a journal entry record type- Returns:
- the journal entry query inspector record
- Throws:
NullArgumentException-journalEntryRecordTypeisnullOperationFailedException- unable to complete requestUnsupportedException-hasRecordType(journalEntryRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-