Interface | osid.workflow.rules.StepProcessorEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining step processor enabler queries. | ||
Method | getRuledStepProcessorIdTerms | ||
Description |
Gets the step processor | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledStepProcessorTerms | ||
Description |
Gets the step processor query terms. | ||
Return | osid.workflow.rules.StepProcessorQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getOfficeIdTerms | ||
Description |
Gets the office | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getOfficeTerms | ||
Description |
Gets the office query terms. | ||
Return | osid.workflow.OfficeQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getStepProcessorEnablerQueryInspectorRecord | ||
Description |
Gets the step processor enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | stepProcessorEnablerRecordType | a step processor enabler record type |
Return | osid.workflow.rules.records.StepProcessorEnablerQueryInspectorRecord | the step processor enabler query inspector record | |
Errors | NULL_ARGUMENT | stepProcessorEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(stepProcessorEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |