OSID Logo
OSID Specifications
blogging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.blogging.EntryQueryInspector
Implementsosid.OsidObjectQueryInspector
osid.OsidSourceableQueryInspector
Description

This is the query inspector for examining entry queries.

MethodgetTimestampTerms
Description

Gets the timestamp terms.

Returnosid.search.terms.DateTimeTerm[]the timestamp terms
CompliancemandatoryThis method must be implemented.
MethodgetPosterIdTerms
Description

Gets the poster Id terms.

Returnosid.search.terms.IdTerm[]the resource Id terms
CompliancemandatoryThis method must be implemented.
MethodgetPosterTerms
Description

Gets the poster terms.

Returnosid.resource.ResourceQueryInspector[]the resource query terms
CompliancemandatoryThis method must be implemented.
MethodgetPostingAgentIdTerms
Description

Gets the posting agent Id terms.

Returnosid.search.terms.IdTerm[]the agent Id terms
CompliancemandatoryThis method must be implemented.
MethodgetPostingAgentTerms
Description

Gets the posting agent terms.

Returnosid.authentication.AgentQueryInspector[]the agent query terms
CompliancemandatoryThis method must be implemented.
MethodgetSubjectLineTerms
Description

Gets the subject line terms.

Returnosid.search.terms.StringTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetSummaryTerms
Description

Gets the summary terms.

Returnosid.search.terms.StringTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetTextTerms
Description

Gets the text terms.

Returnosid.search.terms.StringTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetBlogIdTerms
Description

Gets the blog Id terms.

Returnosid.search.terms.IdTerm[]the blog Id terms
CompliancemandatoryThis method must be implemented.
MethodgetBlogTerms
Description

Gets the blog terms.

Returnosid.blogging.BlogQueryInspector[]the blog terms
CompliancemandatoryThis method must be implemented.
MethodgetEntryQueryInspectorRecord
Description

Gets the entry query inspector record corresponding to the given Entry record Type.

Parametersosid.type.TypeentryRecordTypean entry record type
Returnosid.blogging.records.EntryQueryInspectorRecordthe entry query inspector record
ErrorsNULL_ARGUMENT entryRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(entryRecordType) is false
CompliancemandatoryThis method must be implemented.