public interface StepProcessorQueryInspector extends OsidProcessorQueryInspector
This is the query inspector for examining step processor queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getOfficeIdTerms()
Gets the office
Id query terms. |
OfficeQueryInspector[] |
getOfficeTerms()
Gets the office query terms.
|
IdTerm[] |
getRuledStepIdTerms()
Gets the step
Id query terms. |
StepQueryInspector[] |
getRuledStepTerms()
Gets the step query terms.
|
StepProcessorQueryInspectorRecord |
getStepProcessorQueryInspectorRecord(Type stepProcessorRecordType)
Gets the step processor query inspector record corresponding to the
given
StepProcessor record Type. |
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[] getRuledStepIdTerms()
Id query terms.mandatory - This method must be implemented. StepQueryInspector[] getRuledStepTerms()
mandatory - This method must be implemented. IdTerm[] getOfficeIdTerms()
Id query terms.mandatory - This method must be implemented. OfficeQueryInspector[] getOfficeTerms()
mandatory - This method must be implemented. StepProcessorQueryInspectorRecord getStepProcessorQueryInspectorRecord(Type stepProcessorRecordType) throws OperationFailedException
StepProcessor record Type. stepProcessorRecordType - a step processor record typeNullArgumentException - stepProcessorRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(stepProcessorRecordType) is false
mandatory - This method must be implemented.