| Interface | osid.workflow.rules.ProcessEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query interface for examining process enabler queries. | ||
| Method | getRuledProcessIdTerms | ||
| Description |
Gets the process | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledProcessTerms | ||
| Description |
Gets the process query terms. | ||
| Return | osid.workflow.ProcessQueryInspector[] | 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 | getProcessEnablerQueryInspectorRecord | ||
| Description |
Gets the process enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | processEnablerRecordType | a process enabler record type |
| Return | osid.workflow.rules.records.ProcessEnablerQueryInspectorRecord | the process enabler query inspector record | |
| Errors | NULL_ARGUMENT | processEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |