Interface | osid.tracking.LogEntryQueryInspector | ||
---|---|---|---|
Implements | osid.OsidObjectQueryInspector | ||
Description |
This is the query inspector for examning log entry queries. | ||
Method | getAgentIdTerms | ||
Description |
Gets the agent | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getAgentTerms | ||
Description |
Gets the agent query terms. | ||
Return | osid.authentication.AgentQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getIssueIdTerms | ||
Description |
Gets the issue | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getIssueTerms | ||
Description |
Gets the issue query terms. | ||
Return | osid.tracking.IssueQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getDateTerms | ||
Description |
Gets the date query terms. | ||
Return | osid.search.terms.DateTimeRangeTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getSummaryTerms | ||
Description |
Gets the summary query terms. | ||
Return | osid.search.terms.StringTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getMessageTerms | ||
Description |
Gets the message query terms. | ||
Return | osid.search.terms.StringTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOfficeIdTerms | ||
Description |
Gets the front office | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getFrontOfficeTerms | ||
Description |
Gets the front office query terms. | ||
Return | osid.tracking.FrontOfficeQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getLogEntryQueryInspectorRecord | ||
Description |
Gets the log entry query inspector record corresponding
to the given | ||
Parameters | osid.type.Type | rlogEntryRecordType | a log entry record type |
Return | osid.tracking.records.LogEntryQueryInspectorRecord | the log entry query inspector record | |
Errors | NULL_ARGUMENT | logEntryRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(logEntryRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |