Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Uses of Class
waggle.common.modules.track.infos.XTrackInfo

Packages that use XTrackInfo
waggle.client.modules.aggregate Classes for receiving and acting on incoming Aggregate Module back-channel messages. 
waggle.client.modules.track Classes for receiving and acting on incoming Track Module back-channel messages. 
waggle.common.modules.aggregate Aggregate Module API. 
waggle.common.modules.news.infos Data transfer objects defined by the News Module API. 
waggle.common.modules.track Track Module API. 
waggle.common.modules.track.infos Data transfer objects defined by the Track Module API. 
waggle.common.modules.user.infos Data transfer objects defined by the User Module API. 

 

Uses of XTrackInfo in waggle.client.modules.aggregate

 

Methods in waggle.client.modules.aggregate with parameters of type XTrackInfo
 void XAggregateModuleClientEvents.notifyAggregateTrackAdded(XUserAggregateInfo aggregateInfo, XTrackInfo trackInfo)
           
 void XAggregateModuleClientEvents.notifyAggregateTrackRemoved(XUserAggregateInfo aggregateInfo, XTrackInfo trackInfo)
           
 void XAggregateModuleClientEvents.notifyTrackMoved(XUserAggregateInfo fromAggregateInfo, XUserAggregateInfo toAggregateInfo, XTrackInfo trackInfo)
           

 

Uses of XTrackInfo in waggle.client.modules.track

 

Methods in waggle.client.modules.track with parameters of type XTrackInfo
 void XTrackModuleClientEvents.notifyTrackAccessible(XTrackInfo trackInfo)
           
 void XTrackModuleClientEvents.notifyTrackCreated(XTrackInfo trackInfo)
           
 void XTrackModuleClientEvents.notifyTrackInaccessible(XTrackInfo trackInfo)
           
 void XTrackModuleClientEvents.notifyTrackNameChanged(XTrackInfo trackInfo)
           
 void XTrackModuleClientEvents.notifyTrackUpdated(XTrackInfo trackInfo)
           

 

Uses of XTrackInfo in waggle.common.modules.aggregate

 

Methods in waggle.common.modules.aggregate with parameters of type XTrackInfo
 void XAggregateModule.Client.aggregateTrackAdded(XUserAggregateInfo aggregateInfo, XTrackInfo trackInfo)
          Notification sent that a Track has been added to an Aggregate.
 void XAggregateModule.Client.aggregateTrackRemoved(XUserAggregateInfo aggregateInfo, XTrackInfo trackInfo)
          Notification sent that a Track has been removed from an Aggregate.
 void XAggregateModule.Client.trackMoved(XUserAggregateInfo fromAggregateInfo, XUserAggregateInfo toAggregateInfo, XTrackInfo trackInfo)
          Notification sent that a Track has been moved from one Aggregate to another.

 

Uses of XTrackInfo in waggle.common.modules.news.infos

 

Fields in waggle.common.modules.news.infos with type parameters of type XTrackInfo
 List<XTrackInfo> XNewsInfo.TrackInfos
          Track information DTOs.

 

Uses of XTrackInfo in waggle.common.modules.track

 

Methods in waggle.common.modules.track that return XTrackInfo
 XTrackInfo XTrackModule.Server.createTrack(String name)
          Create a new Track.
 XTrackInfo XTrackModule.Server.getTrack(XObjectID trackID)
          Get info about a Track.

 

Methods in waggle.common.modules.track that return types with arguments of type XTrackInfo
 List<XTrackInfo> XTrackModule.Server.getDiscoverableTracks()
          Get all discoverable Tracks.
 List<XTrackInfo> XTrackModule.Server.getDiscoverableTracksForUser(XObjectID userID)
          Get all Tracks discoverable by the caller that the specified User is a member of.
 List<XTrackInfo> XTrackModule.Server.getNewTracks()
          Get the new Tracks accessible to the current User.
 List<XTrackInfo> XTrackModule.Server.getSortedTracks()
          Get the Conversations that the current user is a member of.
 List<XTrackInfo> XTrackModule.Server.getTopActiveTracks(int limit)
          Return the top active Tracks that are accessible to the current User.
 List<XTrackInfo> XTrackModule.Server.getTracks()
          Get info about all Tracks in which the current User is a member.
 List<XTrackInfo> XTrackModule.Server.getTracksInCommon(XObjectID userID)
          Get Tracks that are in common with another User.

 

Methods in waggle.common.modules.track with parameters of type XTrackInfo
 void XTrackModule.Client.trackAccessible(XTrackInfo trackInfo)
          Notification sent that a Track is now accessible to you.
 void XTrackModule.Client.trackCreated(XTrackInfo trackInfo)
          Notification sent that a Track has been updated.
 void XTrackModule.Client.trackInaccessible(XTrackInfo trackInfo)
          Notification sent that a Track is no longer accessible to you.
 void XTrackModule.Client.trackNameChanged(XTrackInfo trackInfo)
          Notification sent that a Track's name has changed.
 void XTrackModule.Client.trackUpdated(XTrackInfo trackInfo)
          Notification sent that a Track has been updated.

 

Uses of XTrackInfo in waggle.common.modules.track.infos

 

Fields in waggle.common.modules.track.infos declared as XTrackInfo
 XTrackInfo XTrackGetInfo.TrackInfo
          The Track's info.

 

Uses of XTrackInfo in waggle.common.modules.user.infos

 

Fields in waggle.common.modules.user.infos with type parameters of type XTrackInfo
 List<XTrackInfo> XUserAggregateInfo.AggregateTrackInfos
          List of track infos.

 


Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.