Interface CheckQueryInspector
- All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector
This is the query inspector for examining check queries.
-
Method Summary
Modifier and TypeMethodDescriptionIdTerm[]Gets the functionIdquery terms.Gets the function query terms.getCheckQueryInspectorRecord(Type checkRecordType) Gets the check query inspector record corresponding to the givenCheckrecordType.IdTerm[]Gets the engineIdquery terms.Gets the engine query terms.Gets the fail check query terms.IdTerm[]Gets the blockIdquery terms.Gets the block query terms.IdTerm[]Gets the auditIdquery terms.Gets the audit query terms.IdTerm[]Gets the textIdquery terms.Gets the text query terms.IdTerm[]Gets the agendaIdquery terms.Gets the agenda query terms.IdTerm[]Gets the cyclic eventIdquery terms.Gets the cyclic event query terms.Gets the time check date query terms.Gets the time check end date query terms.IdTerm[]Gets the eventIdquery terms.Gets the event query terms.Gets the time check start date 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 OsidOperableQueryInspector
getActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsModifier and TypeMethodDescriptionGets the active query terms.Gets the administratively disabled query terms.Gets the administratively enabled query terms.Gets the operational query terms.Methods inherited from interface OsidQueryInspector
getAnyTerms, getKeywordTermsModifier and TypeMethodDescriptionGets the any query terms.Gets the keyword query terms.Methods inherited from interface OsidRuleQueryInspector
getConditionRecordTypeTerms, getRuleIdTerms, getRuleTerms
-
Method Details
-
getFailCheckTerms
BooleanTerm[] getFailCheckTerms()Gets the fail check query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTimeCheckStartDateTerms
DateTimeRangeTerm[] getTimeCheckStartDateTerms()Gets the time check start date query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTimeCheckEndDateTerms
DateTimeRangeTerm[] getTimeCheckEndDateTerms()Gets the time check end date query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTimeCheckDateTerms
DateTimeRangeTerm[] getTimeCheckDateTerms()Gets the time check date query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTimeCheckEventIdTerms
IdTerm[] getTimeCheckEventIdTerms()Gets the eventIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTimeCheckEventTerms
EventQueryInspector[] getTimeCheckEventTerms()Gets the event query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTimeCheckCyclicEventIdTerms
IdTerm[] getTimeCheckCyclicEventIdTerms()Gets the cyclic eventIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getTimeCheckCyclicEventTerms
CyclicEventQueryInspector[] getTimeCheckCyclicEventTerms()Gets the cyclic event query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getHoldCheckBlockIdTerms
IdTerm[] getHoldCheckBlockIdTerms()Gets the blockIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getHoldCheckBlockTerms
BlockQueryInspector[] getHoldCheckBlockTerms()Gets the block query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAuthorizationCheckFunctionIdTerms
IdTerm[] getAuthorizationCheckFunctionIdTerms()Gets the functionIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getAuthorizationCheckFunctionTerms
FunctionQueryInspector[] getAuthorizationCheckFunctionTerms()Gets the function query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getInquiryCheckAuditIdTerms
IdTerm[] getInquiryCheckAuditIdTerms()Gets the auditIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getInquiryCheckAuditTerms
AuditQueryInspector[] getInquiryCheckAuditTerms()Gets the audit query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getProcessCheckAgendaIdTerms
IdTerm[] getProcessCheckAgendaIdTerms()Gets the agendaIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getProcessCheckAgendaTerms
AgendaQueryInspector[] getProcessCheckAgendaTerms()Gets the agenda query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getLoggingCheckTextIdTerms
IdTerm[] getLoggingCheckTextIdTerms()Gets the textIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getLoggingCheckTextTerms
TextQueryInspector[] getLoggingCheckTextTerms()Gets the text query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getEngineIdTerms
IdTerm[] getEngineIdTerms()Gets the engineIdquery terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getEngineTerms
EngineQueryInspector[] getEngineTerms()Gets the engine query terms.- Returns:
- the query terms
- Compliance:
mandatory- This method must be implemented.
-
getCheckQueryInspectorRecord
CheckQueryInspectorRecord getCheckQueryInspectorRecord(Type checkRecordType) throws OperationFailedException, PermissionDeniedException Gets the check query inspector record corresponding to the givenCheckrecordType.- Parameters:
checkRecordType- a check record type- Returns:
- the check query inspector record
- Throws:
NullArgumentException-checkRecordTypeisnullOperationFailedException- unable to complete requestPermissionDeniedException- authorization failure occurredUnsupportedException-hasRecordType(checkRecordType)isfalse- Compliance:
mandatory- This method must be implemented.
-