Uses of Interface
org.osid.relationship.RelationshipList
Packages that use RelationshipList
Package
Description
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 RelationshipList in org.osid.relationship
Methods in org.osid.relationship that return RelationshipListModifier and TypeMethodDescriptionRelationshipLookupSession.getRelationships()Gets allRelationships.RelationshipSearchResults.getRelationships()Gets the relationship list resulting from a search.RelationshipFamilySession.getRelationshipsByFamilies(IdList familyIds) Gets the list ofRelationshipscorresponding to a list ofFamilyobjects.RelationshipFamilySession.getRelationshipsByFamily(Id familyId) Gets the list ofRelationshipsassociated with aFamily.RelationshipLookupSession.getRelationshipsByGenusType(Type relationshipGenusType) Gets aRelationshipListcorresponding to the given relationship genusTypewhich does not include relationships of types derived from the specifiedType.RelationshipLookupSession.getRelationshipsByGenusTypeForDestination(Id destinationId, Type relationshipGenusType) Gets aRelationshipListcorresponding to the given peerIdand relationship genusType. Relationshipsof any genus derived from the given genus are returned.RelationshipLookupSession.getRelationshipsByGenusTypeForDestinationOnDate(Id destinationId, Type relationshipGenusType, DateTime from, DateTime to) Gets aRelationshipListcorresponding to the given peerIdand relationship genusTypeand effective during the entire given date range inclusive but not confined to the date range.RelationshipLookupSession.getRelationshipsByGenusTypeForPeers(Id sourceId, Id destinationId, Type relationshipGenusType) Gets aRelationshipListcorresponding between the given peerIdsand relationship genusType. Relationshipsof any genus derived from the given genus are returned.RelationshipLookupSession.getRelationshipsByGenusTypeForPeersOnDate(Id sourceId, Id destinationId, Type relationshipGenusType, DateTime from, DateTime to) Gets aRelationshipListeffective during the entire given date range inclusive but not confined to the date range.RelationshipLookupSession.getRelationshipsByGenusTypeForSource(Id sourceId, Type relationshipGenusType) Gets aRelationshipListcorresponding to the given peerIdand relationship genusType. Relationshipsof any genus derived from the given genus are returned.RelationshipLookupSession.getRelationshipsByGenusTypeForSourceOnDate(Id sourceId, Type relationshipGenusType, DateTime from, DateTime to) Gets aRelationshipListcorresponding to the given peerIdand relationship genusTypeand effective during the entire given date range inclusive but not confined to the date range.RelationshipLookupSession.getRelationshipsByIds(IdList relationshipIds) Gets aRelationshipListcorresponding to the givenIdList.RelationshipLookupSession.getRelationshipsByParentGenusType(Type relationshipGenusType) Gets aRelationshipListcorresponding to the given relationship genusTypeand include any additional relationships with genus types derived from the specifiedType.RelationshipQuerySession.getRelationshipsByQuery(RelationshipQuery relationshipQuery) Gets a list ofRelationshipsmatching the given relationship query.RelationshipLookupSession.getRelationshipsByRecordType(Type relationshipRecordType) Gets aRelationshipListcontaining the given relationship recordType.RelationshipLookupSession.getRelationshipsForDestination(Id destinationId) Gets aRelationshipListcorresponding to the given peerId.RelationshipLookupSession.getRelationshipsForDestinationOnDate(Id destinationId, DateTime from, DateTime to) Gets aRelationshipListcorresponding to the given peerIdwith a starting effective date in the given range inclusive.RelationshipLookupSession.getRelationshipsForPeers(Id sourceId, Id destinationId) Gets aRelationshipListcorresponding to the given peerIds.RelationshipLookupSession.getRelationshipsForPeersOnDate(Id sourceId, Id destinationId, DateTime from, DateTime to) Gets aRelationshipListcorresponding to the given peerIdsand effective during the entire given date range inclusive but not confined to the date range.RelationshipLookupSession.getRelationshipsForSource(Id sourceId) Gets aRelationshipListcorresponding to the given peerId.RelationshipLookupSession.getRelationshipsForSourceOnDate(Id sourceId, DateTime from, DateTime to) Gets aRelationshipListcorresponding to the given peerIdand effective during the entire given date range inclusive but not confined to the date range.RelationshipLookupSession.getRelationshipsOnDate(DateTime from, DateTime to) Gets aRelationshipListeffective during the entire given date range inclusive but not confined to the date range. -
Uses of RelationshipList in org.osid.relationship.rules
Methods in org.osid.relationship.rules that return RelationshipListModifier and TypeMethodDescriptionRelationshipEnablerRuleLookupSession.getRelationshipsForRelationshipEnabler(Id relationshipEnablerId) Gets theRelationshipsmapped to aRelationshipEnabler.