Interface | osid.relationship.RelationshipSearchSession | ||
---|---|---|---|
Implements | osid.relationship.RelationshipQuerySession | ||
Description |
This session provides methods for searching among Relationships may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getRelationshipSearch | ||
Description |
Gets a relationship search. | ||
Return | osid.relationship.RelationshipSearch | the relationship search | |
Compliance | mandatory | This method must be implemented. | |
Method | getRelationshipSearchOrder | ||
Description |
Gets a relationship search order. The | ||
Return | osid.relationship.RelationshipSearchOrder | the relationship search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getRelationshipsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.relationship.RelationshipQuery | relationshipQuery | the relationship query |
osid.relationship.RelationshipSearch | relationshipSearch | the relationship search | |
Return | osid.relationship.RelationshipSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | relationshipQuery or relationshipSearch is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | relationshipQuery or relationshipSearch is
not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getRelationshipQueryFromInspector | ||
Description |
Gets a relationship query from an inspector. The
inspector is available from a | ||
Parameters | osid.relationship.RelationshipQueryInspector | relationshipQueryInspector | a relationship query inspector |
Return | osid.relationship.RelationshipQuery | the relationship query | |
Errors | NULL_ARGUMENT | relationshipQueryInspector is null | |
UNSUPPORTED | relationshipQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |