Interface | osid.relationship.rules.RelationshipEnablerQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Relationship enablers may have a query record indicated by
their respective record types. The query record is accessed
via the | ||
Method | getFamilyId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Family Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getFamily | ||
Description |
Gets the | ||
Return | osid.relationship.Family | the family | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canSearchRelationshipEnablers | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if search methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useFederatedFamilyView | ||
Description |
Federates the view for methods in this session. A federated view will include relationship enablers in families which are children of this family in the family hierarchy. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useIsolatedFamilyView | ||
Description |
Isolates the view for methods in this session. An isolated view restricts lookups to this family only. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getRelationshipEnablerQuery | ||
Description |
Gets a relationship enabler query. | ||
Return | osid.relationship.rules.RelationshipEnablerQuery | the relationship enabler query | |
Compliance | mandatory | This method must be implemented. | |
Method | getRelationshipEnablersByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.relationship.rules.RelationshipEnablerQuery | relationshipEnablerQuery | the relationship enabler query |
Return | osid.relationship.rules.RelationshipEnablerList | the returned RelationshipEnablerList | |
Errors | NULL_ARGUMENT | relationshipEnablerQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | relationshipEnablerQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |