| Interface | osid.workflow.rules.StepEnablerQuery | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQuery | ||
| Used By | osid.workflow.rules.StepEnablerQuerySession | ||
osid.workflow.rules.StepEnablerSearchSession | |||
osid.workflow.rules.StepEnablerSmartOfficeSession | |||
| Description |
This is the query for searching step enablers. Each method
match specifies an | ||
| Method | matchRuledStepId | ||
| Description |
Matches enablers mapped to a step. | ||
| Parameters | osid.id.Id | stepId | the step Id |
boolean | match | true for a positive match, false for a negative
match | |
| Errors | NULL_ARGUMENT | stepId is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledStepIdTerms | ||
| Description |
Clears the step | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | supportsRuledStepQuery | ||
| Description |
Tests if a | ||
| Return | boolean | true if a step query is available, false
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledStepQuery | ||
| Description |
Gets the query for a step. Multiple retrievals produce
a nested | ||
| Return | osid.workflow.StepQuery | the step query | |
| Errors | UNIMPLEMENTED | supportsRuledStepQuery() is false | |
| Compliance | optional | This method must be implemented if supportsRuledStepQuery() is
true . | |
| Method | matchAnyRuledStep | ||
| Description |
Matches rules mapped to any step. | ||
| Parameters | boolean | match | true for rules mapped to any step, false to match
rules mapped to no step |
| Compliance | mandatory | This method must be implemented. | |
| Method | clearRuledStepTerms | ||
| Description |
Clears the step 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 | getStepEnablerQueryRecord | ||
| Description |
Gets the step enabler query record corresponding to the
given | ||
| Parameters | osid.type.Type | stepEnablerRecordType | a step enabler record type |
| Return | osid.workflow.rules.records.StepEnablerQueryRecord | the step enabler query record | |
| Errors | NULL_ARGUMENT | stepEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(stepEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |