Interface | osid.control.ActionGroupQuery | ||
---|---|---|---|
Implements | osid.OsidObjectQuery | ||
osid.OsidAggregateableQuery | |||
Description |
This is the query for searching action groups. Each method
match specifies an | ||
Method | matchActionId | ||
Description |
Sets the action | ||
Parameters | osid.id.Id | actionId | the action Id |
boolean | match | true for a positive match, false for a
negative match | |
Errors | NULL_ARGUMENT | actionId is null | |
Compliance | mandatory | This method must be implemented. | |
Method | clearActionIdTerms | ||
Description |
Clears the action | ||
Compliance | mandatory | This method must be implemented. | |
Method | supportsActionQuery | ||
Description |
Tests if an | ||
Return | boolean | true if an action query is available, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getActionQuery | ||
Description |
Gets the query for an action. Multiple retrievals
produce a nested | ||
Return | osid.control.ActionQuery | the action query | |
Errors | UNIMPLEMENTED | supportsActionQuery() is false | |
Compliance | optional | This method must be implemented if supportsActionQuery() is
true. | |
Method | matchAnyAction | ||
Description |
Matches action groups with any action. | ||
Parameters | boolean | match | true to match action groups with any action, false
to match action groups with no actions |
Compliance | mandatory | This method must be implemented. | |
Method | clearActionTerms | ||
Description |
Clears the action query terms. | ||
Compliance | mandatory | This method must be implemented. | |
Method | matchSystemId | ||
Description |
Sets the action group | ||
Parameters | osid.id.Id | actionGroupId | the action group Id |
boolean | match | true for a positive match, false for a
negative match | |
Errors | NULL_ARGUMENT | actionGroupId is null | |
Compliance | mandatory | This method must be implemented. | |
Method | clearSystemIdTerms | ||
Description |
Clears the system | ||
Compliance | mandatory | This method must be implemented. | |
Method | supportsSystemQuery | ||
Description |
Tests if a | ||
Return | boolean | true if a system query is available, false
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getSystemQuery | ||
Description |
Gets the query for a system. Multiple retrievals
produce a nested | ||
Return | osid.control.SystemQuery | the system query | |
Errors | UNIMPLEMENTED | supportsSystemQuery() is false | |
Compliance | optional | This method must be implemented if supportsSystemQuery() is
true. | |
Method | clearSystemTerms | ||
Description |
Clears the system query terms. | ||
Compliance | mandatory | This method must be implemented. | |
Method | getActionGroupQueryRecord | ||
Description |
Gets the action group query record corresponding to the
given | ||
Parameters | osid.type.Type | actionGroupRecordType | an action group record type |
Return | osid.control.records.ActionGroupQueryRecord | the action group query record | |
Errors | NULL_ARGUMENT | actionGroupRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(actionGroupRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |