public interface StepProcessorEnablerQueryInspector extends OsidEnablerQueryInspector
This is the query inspector for examining step processor enabler queries.
| Modifier and Type | Method and Description |
|---|---|
IdTerm[] |
getOfficeIdTerms()
Gets the office
Id query terms. |
OfficeQueryInspector[] |
getOfficeTerms()
Gets the office query terms.
|
IdTerm[] |
getRuledStepProcessorIdTerms()
Gets the step processor
Id query terms. |
StepProcessorQueryInspector[] |
getRuledStepProcessorTerms()
Gets the step processor query terms.
|
StepProcessorEnablerQueryInspectorRecord |
getStepProcessorEnablerQueryInspectorRecord(Type stepProcessorEnablerRecordType)
Gets the step processor enabler query inspector record corresponding
to the given
StepProcessorEnabler record Type. |
getCyclicEventIdTerms, getCyclicEventTerms, getDemographicIdTerms, getDemographicTerms, getEventIdTerms, getEventTerms, getScheduleIdTerms, getScheduleTermsgetRuleIdTerms, getRuleTermsgetCommentIdTerms, getCommentTerms, getCreditIdTerms, getCreditTerms, getDescriptionTerms, getDisplayNameTerms, getGenusTypeTerms, getJournalEntryIdTerms, getJournalEntryTerms, getParentGenusTypeTerms, getRelationshipIdTerms, getRelationshipPeerIdTerms, getRelationshipTerms, getStateIdTerms, getStateTerms, getStatisticTerms, getSubjectIdTerms, getSubjectRelevancyTerms, getSubjectTermsgetIdTermsgetRecordTypeTermsgetRecordTypes, hasRecordTypegetAnyTerms, getKeywordTermsgetActiveTerms, getDisabledTerms, getEnabledTerms, getOperationalTermsgetDateTerms, getEffectiveTerms, getEndDateTerms, getStartDateTermsIdTerm[] getRuledStepProcessorIdTerms()
Id query terms.mandatory - This method must be implemented. StepProcessorQueryInspector[] getRuledStepProcessorTerms()
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. StepProcessorEnablerQueryInspectorRecord getStepProcessorEnablerQueryInspectorRecord(Type stepProcessorEnablerRecordType) throws OperationFailedException
StepProcessorEnabler record Type.
stepProcessorEnablerRecordType - a step processor enabler record
typeNullArgumentException -
stepProcessorEnablerRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(stepProcessorEnablerRecordType) is
false mandatory - This method must be implemented.