Uses of Interface
org.osid.learning.ActivityList
Packages that use ActivityList
Package
Description
The Open Service Interface Definitions for the org.osid.learning
service.
-
Uses of ActivityList in org.osid.learning
Methods in org.osid.learning that return ActivityListModifier and TypeMethodDescriptionActivityLookupSession.getActivities()Gets allActivities.ActivitySearchResults.getActivities()Gets the activity list resulting from the search.ActivityLookupSession.getActivitiesByAsset(Id assetId) Gets the activities for the given asset.ActivityLookupSession.getActivitiesByAssets(IdList assetIds) Gets the activities for the given asset.ActivityLookupSession.getActivitiesByGenusType(Type activityGenusType) Gets anActivityListcorresponding to the given activity genusTypewhich does not include activities of genus types derived from the specifiedType.ActivityLookupSession.getActivitiesByIds(IdList activityIds) Gets anActivityListcorresponding to the givenIdList.ActivityObjectiveBankSession.getActivitiesByObjectiveBank(Id objectiveBankId) Gets the list ofActivitiesassociated with anObjectiveBank.ActivityObjectiveBankSession.getActivitiesByObjectiveBanks(IdList objectiveBankIds) Gets the list ofActivitiescorresponding to a list ofObjectiveBanks.ActivityLookupSession.getActivitiesByParentGenusType(Type activityGenusType) Gets anActivityListcorresponding to the given activity genusTypeand include any additional activity with genus types derived from the specifiedType.ActivityQuerySession.getActivitiesByQuery(ActivityQuery activityQuery) Gets a list ofActivitiesmatching the given activity query.ActivityLookupSession.getActivitiesByRecordType(Type activityRecordType) Gets aActivityListcontaining the given activity recordType.ActivityLookupSession.getActivitiesForObjective(Id objectiveId) Gets the activities for the given objective.ActivityLookupSession.getActivitiesForObjectives(IdList objectiveIds) Gets the activities for the given objectives.