| Interface | osid.workflow.rules.ProcessConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Used By | osid.workflow.rules.ProcessConstrainerEnablerSearchResults | ||
osid.workflow.rules.ProcessConstrainerEnablerSmartOfficeSession | |||
| Description |
This is the query inspector for examining process constrainer enabler queries. | ||
| Method | getRuledProcessConstrainerIdTerms | ||
| Description |
Gets the process constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledProcessConstrainerTerms | ||
| Description |
Gets the process constrainer query terms. | ||
| Return | osid.workflow.rules.ProcessConstrainerQueryInspector[] | 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 | getProcessConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the process constrainer enabler query inspector
record corresponding to the given
| ||
| Parameters | osid.type.Type | processConstrainerEnablerRecordType | a process constrainer enabler record type |
| Return | osid.workflow.rules.records.ProcessConstrainerEnablerQueryInspectorRecord | the process constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | processConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |