Interface | osid.search.terms.ObjectTerm | ||
---|---|---|---|
Implements | osid.search.QueryTerm | ||
Description |
A term for an object query. | ||
Method | getObject | ||
Description |
Gets the object in this term. | ||
Return | object | the object | |
Errors | ILLEGAL_STATE | isWildcard() is true | |
Compliance | mandatory | This method must be implemented. | |
Method | getObjectType | ||
Description |
Gets the object type in this term. | ||
Return | osid.type.Type | the object type | |
Errors | ILLEGAL_STATE | isWildcard() is true | |
Compliance | mandatory | This method must be implemented. |