Uses of Interface
org.apache.shindig.extras.as.opensocial.model.ActivityEntry

Packages that use ActivityEntry
org.apache.shindig.extras.as.core.model   
org.apache.shindig.extras.as.opensocial.model   
org.apache.shindig.extras.as.opensocial.spi   
org.apache.shindig.extras.as.sample   
 

Uses of ActivityEntry in org.apache.shindig.extras.as.core.model
 

Classes in org.apache.shindig.extras.as.core.model that implement ActivityEntry
 class ActivityEntryImpl
          A simple bean implementation of an ActivityStream Entry.
 

Methods in org.apache.shindig.extras.as.core.model that return types with arguments of type ActivityEntry
 List<ActivityEntry> ActivityStreamImpl.getEntries()
          Get the list of ActivityEntry objects
 

Method parameters in org.apache.shindig.extras.as.core.model with type arguments of type ActivityEntry
 void ActivityStreamImpl.setEntries(List<ActivityEntry> entries)
          Set the list of ActivityEntry objects
 

Uses of ActivityEntry in org.apache.shindig.extras.as.opensocial.model
 

Methods in org.apache.shindig.extras.as.opensocial.model that return types with arguments of type ActivityEntry
 List<ActivityEntry> ActivityStream.getEntries()
          Get the list of ActivityEntry objects
 

Method parameters in org.apache.shindig.extras.as.opensocial.model with type arguments of type ActivityEntry
 void ActivityStream.setEntries(List<ActivityEntry> entries)
          Set the list of ActivityEntry objects
 

Uses of ActivityEntry in org.apache.shindig.extras.as.opensocial.spi
 

Methods in org.apache.shindig.extras.as.opensocial.spi that return types with arguments of type ActivityEntry
 Future<RestfulCollection<ActivityEntry>> ActivityStreamService.getActivityEntries(Set<UserId> userIds, GroupId groupId, String appId, Set<String> fields, CollectionOptions options, SecurityToken token)
          Returns a list of activities that correspond to the passed in users and group.
 Future<RestfulCollection<ActivityEntry>> ActivityStreamService.getActivityEntries(UserId userId, GroupId groupId, String appId, Set<String> fields, CollectionOptions options, Set<String> activityIds, SecurityToken token)
          Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
 Future<ActivityEntry> ActivityStreamService.getActivityEntry(UserId userId, GroupId groupId, String appId, Set<String> fields, String activityId, SecurityToken token)
          Returns an activity for the passed in user and group that corresponds to a single activityId.
 

Methods in org.apache.shindig.extras.as.opensocial.spi with parameters of type ActivityEntry
 Future<Void> ActivityStreamService.createActivityEntry(UserId userId, GroupId groupId, String appId, Set<String> fields, ActivityEntry activity, SecurityToken token)
          Creates the passed in activity for the passed in user and group.
 

Uses of ActivityEntry in org.apache.shindig.extras.as.sample
 

Methods in org.apache.shindig.extras.as.sample that return types with arguments of type ActivityEntry
 Future<RestfulCollection<ActivityEntry>> ActivityStreamsJsonDbService.getActivityEntries(Set<UserId> userIds, GroupId groupId, String appId, Set<String> fields, CollectionOptions options, SecurityToken token)
          Returns a list of activities that correspond to the passed in users and group.
 Future<RestfulCollection<ActivityEntry>> ActivityStreamsJsonDbService.getActivityEntries(UserId userId, GroupId groupId, String appId, Set<String> fields, CollectionOptions options, Set<String> activityIds, SecurityToken token)
          Returns a set of activities for the passed in user and group that corresponds to a list of activityIds.
 Future<ActivityEntry> ActivityStreamsJsonDbService.getActivityEntry(UserId userId, GroupId groupId, String appId, Set<String> fields, String activityId, SecurityToken token)
          Returns an activity for the passed in user and group that corresponds to a single activityId.
 

Methods in org.apache.shindig.extras.as.sample with parameters of type ActivityEntry
 Future<Void> ActivityStreamsJsonDbService.createActivityEntry(UserId userId, GroupId groupId, String appId, Set<String> fields, ActivityEntry activityEntry, SecurityToken token)
          Creates the passed in activity for the passed in user and group.
 



Copyright © 2007-2012. All Rights Reserved.