public abstract class RSSProcess extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.exoplatform.forum.common.jcr.KSDataLocation |
dataLocator |
int |
maxSize |
| Constructor and Description |
|---|
RSSProcess() |
RSSProcess(org.exoplatform.container.xml.InitParams params,
org.exoplatform.forum.common.jcr.KSDataLocation dataLocator) |
RSSProcess(org.exoplatform.forum.common.jcr.KSDataLocation dataLocator) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.jcr.Session |
getCurrentSession() |
org.exoplatform.forum.common.jcr.KSDataLocation |
getDataLocator() |
protected InputStream |
getFeedStream(javax.jcr.Node parentNode,
String feedNodetype,
String feedTitle) |
protected javax.jcr.Node |
getForumServiceHome() |
protected javax.jcr.Node |
getNodeById(String objectId)
Get one node in FORUM application by id
|
protected String |
getPageLink() |
protected RSS |
loadOrCreateFeed(javax.jcr.Node parentNode,
String feedNodetype) |
protected RSS |
loadOrCreateFeed(javax.jcr.Node parentNode,
String feedNodetype,
String feedTitle) |
void |
setDataLocator(org.exoplatform.forum.common.jcr.KSDataLocation dataLocator) |
public int maxSize
protected org.exoplatform.forum.common.jcr.KSDataLocation dataLocator
public RSSProcess()
public RSSProcess(org.exoplatform.forum.common.jcr.KSDataLocation dataLocator)
public RSSProcess(org.exoplatform.container.xml.InitParams params,
org.exoplatform.forum.common.jcr.KSDataLocation dataLocator)
protected javax.jcr.Session getCurrentSession()
protected InputStream getFeedStream(javax.jcr.Node parentNode, String feedNodetype, String feedTitle) throws Exception
Exceptionprotected RSS loadOrCreateFeed(javax.jcr.Node parentNode, String feedNodetype) throws Exception
Exceptionprotected RSS loadOrCreateFeed(javax.jcr.Node parentNode, String feedNodetype, String feedTitle) throws Exception
Exceptionprotected javax.jcr.Node getNodeById(String objectId) throws Exception
objectId - id of node which is gotExceptionprotected javax.jcr.Node getForumServiceHome()
throws Exception
Exceptionpublic org.exoplatform.forum.common.jcr.KSDataLocation getDataLocator()
public void setDataLocator(org.exoplatform.forum.common.jcr.KSDataLocation dataLocator)
Copyright © 2003–2022 eXo Platform SAS. All rights reserved.