|
Clearspace API (2.5.29) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| Methods in com.jivesoftware.community that return Trackback | |
|---|---|
Trackback |
TrackbackManager.createTrackback(int objectType,
long objectID)
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> |
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,
int objectType,
long objectID)
Returns a Iterable for all the incoming trackbacks on this object that match the criteria specified by the ResultFilter. |
JiveIterator<Trackback> |
TrackbackManager.getTrackbacks(int objectType,
long objectID)
Return an Iterable for all the incoming trackbacks on this object. |
| Methods in com.jivesoftware.community with parameters of type Trackback | |
|---|---|
void |
TrackbackManager.addTrackback(Trackback newTrackback,
int objectType,
long objectID)
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,
Map<String,? extends 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 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||