|
Jive API (3.0.13) Core Javadocs | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LinkManager
Manages links between objects in the system. The various types of links that are possible are
defined by the com.jivesoftware.community.renderer.filter.wiki.link.Link.LinkType enum.
com.jivesoftware.community.renderer.filter.wiki.link.Link,
JiveContentObject| Method Summary | |
|---|---|
JiveIterator<JiveContentObject> |
getLinkingObjects(JiveObject targetContentObject)
Returns a list of unique JiveContentObjects which link to the supplied target JiveContentObject. |
JiveIterator<JiveContentObject> |
getLinkingObjects(String url)
Returns a list of unique JiveContentObjects which link to the supplied target url. |
List<Link> |
getLinks(JiveObject sourceJiveObject)
Retrieve all the links in a particular jive object (With the exception of internal anchor links). |
void |
updateLinks(JiveObject sourceJiveObject,
List<Link> links)
Updates all stored link for the provided source object. |
| Methods inherited from interface com.jivesoftware.community.JiveManager |
|---|
destroy |
| Method Detail |
|---|
void updateLinks(JiveObject sourceJiveObject,
List<Link> links)
sourceJiveObject - the object to update links forlinks - the list of links for the source objectList<Link> getLinks(JiveObject sourceJiveObject)
sourceJiveObject - the object to retrieve all the links for
JiveIterator<JiveContentObject> getLinkingObjects(JiveObject targetContentObject)
targetContentObject - the object to return linking objects for
JiveIterator<JiveContentObject> getLinkingObjects(String url)
url - the url to return linking objects for
|
Jive Product Page | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||