| Interface | osid.workflow.rules.ProcessProcessorEnablerQuery | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQuery | ||
| Used By | osid.workflow.rules.ProcessProcessorEnablerQuerySession | ||
osid.workflow.rules.ProcessProcessorEnablerSearchSession | |||
osid.workflow.rules.ProcessProcessorEnablerSmartOfficeSession | |||
| Description |
This is the query for searching process processor enablers.
Each method match specifies an | ||
| Method | matchRuledProcessProcessorId | ||
| Description |
Matches enablers mapped to a process processor. | ||
| Parameters | osid.id.Id | processProcessorId | the process processor Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | processProcessorId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledProcessProcessorIdTerms | ||
| Description |
Clears the process processor | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsRuledProcessProcessorQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a process processor query is available,
false otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledProcessProcessorQuery | ||
| Description |
Gets the query for a process processor. Multiple
retrievals produce a nested | ||
| Return | osid.workflow.rules.ProcessProcessorQuery | the process processor query | |
| Errors | UNIMPLEMENTED | supportsRuledProcessProcessorQuery() is false | |
| Compliance | optional | This method must be implemented if
supportsRuledProcessProcessorQuery() is true . | |
| Method | matchAnyRuledProcessProcessor | ||
| Description |
Matches rules mapped to any process processor. | ||
| Parameters | boolean | match | true for rules mapped to any process processor,
false to match rules mapped to no processs processor |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledProcessTerms | ||
| Description |
Clears the process query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | matchOfficeId | ||
| Description |
Sets the office | ||
| Parameters | osid.id.Id | officeId | the office Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | officeId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearOfficeIdTerms | ||
| Description |
Clears the office | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsOfficeQuery | ||
| Description |
Tests if an | ||
| Return | boolean | true if an office query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfficeQuery | ||
| Description |
Gets the query for an office. Multiple retrievals
produce a nested | ||
| Return | osid.workflow.OfficeQuery | the office query | |
| Errors | UNIMPLEMENTED | supportsOfficeQuery() is false | |
| Compliance | optional | This method must be implemented if supportsOfficeQuery() is
true . | |
| Method | clearOfficeTerms | ||
| Description |
Clears the office query terms. | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessProcessorEnablerQueryRecord | ||
| Description |
Gets the process processor enabler query record
corresponding to the given
| ||
| Parameters | osid.type.Type | processProcessorEnablerRecordType | a process processor enabler record type |
| Return | osid.workflow.rules.records.ProcessProcessorEnablerQueryRecord | the process processor enabler query 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. | |