Uses of Interface
org.osid.relationship.rules.RelationshipEnablerList
Packages that use RelationshipEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.relationship.rules
service.
-
Uses of RelationshipEnablerList in org.osid.relationship.rules
Methods in org.osid.relationship.rules that return RelationshipEnablerListModifier and TypeMethodDescriptionRelationshipEnablerLookupSession.getRelationshipEnablers()Gets allRelationshipEnablers.RelationshipEnablerSearchResults.getRelationshipEnablers()Gets theRelationshipEnablerListresulting from a search.RelationshipEnablerFamilySession.getRelationshipEnablersByFamilies(IdList familyIds) Gets the list of relationship enablers corresponding to a list ofFamilies.RelationshipEnablerFamilySession.getRelationshipEnablersByFamily(Id familyId) Gets the list of relationship enablers associated with aFamily.RelationshipEnablerLookupSession.getRelationshipEnablersByGenusType(Type relationshipEnablerGenusType) Gets aRelationshipEnablerListcorresponding to the given relationship enabler genusTypewhich does not include relationship enablers of genus types derived from the specifiedType.RelationshipEnablerLookupSession.getRelationshipEnablersByIds(IdList relationshipEnablerIds) Gets aRelationshipEnablerListcorresponding to the givenIdList.RelationshipEnablerLookupSession.getRelationshipEnablersByParentGenusType(Type relationshipEnablerGenusType) Gets aRelationshipEnablerListcorresponding to the given relationship enabler genusTypeand include any additional relationship enablers with genus types derived from the specifiedType.RelationshipEnablerQuerySession.getRelationshipEnablersByQuery(RelationshipEnablerQuery relationshipEnablerQuery) Gets a list ofRelationshipEnablersmatching the given relationship enabler query.RelationshipEnablerLookupSession.getRelationshipEnablersByRecordType(Type relationshipEnablerRecordType) Gets aRelationshipEnablerListcontaining the given relationship enabler recordType.RelationshipEnablerRuleLookupSession.getRelationshipEnablersForRelationship(Id relationshipId) Gets theRelationshipEnablerassociated with aRelationship.RelationshipEnablerLookupSession.getRelationshipEnablersOnDate(DateTime from, DateTime to) Gets aRelationshipEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.RelationshipEnablerLookupSession.getRelationshipEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aRelationshipEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.