Clearspace API (1.7.0) Core Javadocs

Uses of Interface
com.jivesoftware.community.Trackback

Packages that use Trackback
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
com.jivesoftware.community.util Clearspace utility classes. 
 

Uses of Trackback in com.jivesoftware.community
 

Fields in com.jivesoftware.community with type parameters of type Trackback
static com.jivesoftware.community.cache.Cache<java.lang.Long,Trackback> TrackbackManagerFactory.trackbackCache
          A cache for user objects.
 

Methods in com.jivesoftware.community that return Trackback
 Trackback TrackbackManager.createTrackback()
          Factory method to create a trackback .
 Trackback Blog.getTrackback(long trackbackID)
          Returns a trackback by trackback ID.
 Trackback TrackbackManager.getTrackback(long trackbackID)
          Returns the Trackback with the supplied id.
 

Methods in com.jivesoftware.community that return types with arguments of type Trackback
 JiveIterator<Trackback> TrackbackManager.getTrackbacks()
          Return an Iterable for all the incoming trackbacks on this object.
 JiveIterator<Trackback> Blog.getTrackbacks(FeedbackResultFilter resultFilter)
          Returns all the trackbacks on this blog that match the criteria specified by the ResultFilter.
 JiveIterator<Trackback> BlogManager.getTrackbacks(FeedbackResultFilter resultFilter)
          Returns all the trackbacks on blog posts that match the criteria specified by the FeedbackResultFilter in the entire system.
 JiveIterator<Trackback> TrackbackManager.getTrackbacks(FeedbackResultFilter resultFilter)
          Returns a Iterable for all the incoming trackbacks on this object that match the criteria specified by the ResultFilter.
 

Methods in com.jivesoftware.community with parameters of type Trackback
 void TrackbackManager.addTrackback(Trackback trackback)
          Adds a new trackback to this object When a trackback is being added, it is first run through all trackback interceptors that are installed.
 void TrackbackManager.deleteTrackback(Trackback trackback)
          Deletes a trackback on this object.
 

Uses of Trackback in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event that return Trackback
 Trackback TrackbackEvent.getTrackback()
          Returns the trackback that the event corresponds to.
 

Constructors in com.jivesoftware.community.event with parameters of type Trackback
TrackbackEvent(int eventType, Trackback trackback, java.util.Map<java.lang.String,? extends java.lang.Object> params)
          Creates a new trackback event.
 

Uses of Trackback in com.jivesoftware.community.util
 

Methods in com.jivesoftware.community.util with parameters of type Trackback
static java.lang.String BlogUtils.getTrackbackPermalink(Trackback trackback)
          Returns a permalink for a blog trackback which is a combination of the base URL, the blog display name, the year / month / day, the entry name and a suffix / trackback ID.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.