| Interface | osid.workflow.rules.ProcessConstrainerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerQueryInspector | ||
| Used By | osid.workflow.rules.ProcessConstrainerEnablerQueryInspector | ||
osid.workflow.rules.ProcessConstrainerSearchResults | |||
osid.workflow.rules.ProcessConstrainerSmartOfficeSession | |||
| Description |
This is the query inspector for examining process constrainer 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 | getProcessConstrainerQueryInspectorRecord | ||
| Description |
Gets the process constrainer query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | processConstrainerRecordType | a process constrainer record type |
| Return | osid.workflow.rules.records.ProcessConstrainerQueryInspectorRecord | the process constrainer query inspector record | |
| Errors | NULL_ARGUMENT | processConstraineRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processConstrainerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |