Uses of Interface
org.osid.relationship.RelationshipQuery
Packages that use RelationshipQuery
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.relationship
service.
The Open Service Interface Definitions for the org.osid.relationship.rules
service.
-
Uses of RelationshipQuery in org.osid
Methods in org.osid that return RelationshipQueryModifier and TypeMethodDescriptionOsidObjectQuery.getRelationshipQuery()Gets the query for relationship. -
Uses of RelationshipQuery in org.osid.relationship
Methods in org.osid.relationship that return RelationshipQueryModifier and TypeMethodDescriptionFamilyQuery.getRelationshipQuery()Gets the query interface for a relationship.RelationshipQuerySession.getRelationshipQuery()Gets a relationship query.RelationshipSmartFamilySession.getRelationshipQuery()Gets a relationship query.RelationshipSearchSession.getRelationshipQueryFromInspector(RelationshipQueryInspector relationshipQueryInspector) Gets a relationship query from an inspector.RelationshipSmartFamilySession.getRelationshipQueryFromInspector(RelationshipQueryInspector relationshipQueryInspector) Gets a relationship query from an inspector.Methods in org.osid.relationship with parameters of type RelationshipQueryModifier and TypeMethodDescriptionvoidRelationshipSmartFamilySession.applyRelationshipQuery(RelationshipQuery relationshipQuery) Applies a relationship query to this family.RelationshipQuerySession.getRelationshipsByQuery(RelationshipQuery relationshipQuery) Gets a list ofRelationshipsmatching the given relationship query.RelationshipSearchSession.getRelationshipsBySearch(RelationshipQuery relationshipQuery, RelationshipSearch relationshipSearch) Gets the search results matching the given search query using the given search. -
Uses of RelationshipQuery in org.osid.relationship.rules
Methods in org.osid.relationship.rules that return RelationshipQueryModifier and TypeMethodDescriptionRelationshipEnablerQuery.getRuledRelationshipQuery()Gets the query for a relationship.