Interface | osid.OsidIdentifiableQuery | ||
---|---|---|---|
Implements | osid.OsidQuery | ||
Description |
The If multiple data elements are set in this interface, the results matching all the given data (eg: AND) are returned. | ||
Method | matchId | ||
Description |
Adds an | ||
Parameters | osid.id.Id | id | Id to match |
boolean | match | true for a positive match, false for a
negative match | |
Errors | NULL_ARGUMENT | id is null | |
Compliance | mandatory | This method must be implemented. | |
Method | clearIdTerms | ||
Description |
Clears all | ||
Compliance | mandatory | This method must be implemented. |