| Interface | osid.workflow.rules.ProcessProcessorEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.workflow.rules.ProcessProcessorEnablerSearchResults | ||
osid.workflow.rules.ProcessProcessorEnablerSmartOfficeSession | |||
| Description |
This is the query inspector for examining process processor enabler queries. | ||
| Method | getRuledProcessProcessorIdTerms | ||
| Description |
Gets the process processor | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledProcessProcessorTerms | ||
| Description |
Gets the process processor query terms. | ||
| Return | osid.workflow.rules.ProcessProcessorQueryInspector[] | 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 | getProcessProcessorEnablerQueryInspectorRecord | ||
| Description |
Gets the process processor enabler query inspector
record corresponding to the given
| ||
| Parameters | osid.type.Type | processProcessorEnablerRecordType | a process processor enabler record type |
| Return | osid.workflow.rules.records.ProcessProcessorEnablerQueryInspectorRecord | the process processor enabler query inspector record | |
| Errors | NULL_ARGUMENT | processProcessorEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processProcessorEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |