public interface JobConstrainerQueryInspector extends OsidConstrainerQueryInspector
This is the query inspector for examining job constrainer queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getFoundryIdTerms()
Gets the foundry
Id query terms. |
FoundryQueryInspector[] |
getFoundryTerms()
Gets the foundry query terms.
|
JobConstrainerQueryInspectorRecord |
getJobConstrainerQueryInspectorRecord(Type jobConstrainerRecordType)
Gets the job constrainer query inspector record corresponding to the
given
JobConstrainer record Type. |
IdTerm[] |
getRuledJobIdTerms()
Gets the job
Id query terms. |
JobQueryInspector[] |
getRuledJobTerms()
Gets the job query terms.
|
getRuleIdTerms, getRuleTermsgetCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsIdTerm[] getRuledJobIdTerms()
Id query terms.mandatory - This method must be implemented. JobQueryInspector[] getRuledJobTerms()
mandatory - This method must be implemented. IdTerm[] getFoundryIdTerms()
Id query terms.mandatory - This method must be implemented. FoundryQueryInspector[] getFoundryTerms()
mandatory - This method must be implemented. JobConstrainerQueryInspectorRecord getJobConstrainerQueryInspectorRecord(Type jobConstrainerRecordType) throws OperationFailedException
JobConstrainer record Type. jobConstrainerRecordType - a job constrainer record typeNullArgumentException - jobConstrainerRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(jobConstrainerRecordType) is
false mandatory - This method must be implemented.