Class ConversationsEntityContentProducerImpl
- java.lang.Object
-
- org.sakaiproject.conversations.impl.ConversationsEntityContentProducerImpl
-
- All Implemented Interfaces:
EntityContentProducer
public class ConversationsEntityContentProducerImpl extends Object implements EntityContentProducer
-
-
Constructor Summary
Constructors Constructor Description ConversationsEntityContentProducerImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanRead(String reference)IntegergetAction(Event event)StringgetContent(String reference)StringgetId(String reference)Iterator<String>getSiteContentIterator(String siteId)StringgetSiteId(String reference)StringgetTitle(String reference)StringgetTool()StringgetType(String reference)StringgetUrl(String reference)voidinit()booleanmatches(String reference)booleanmatches(Event event)StringtranslateTitle(String title)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sakaiproject.search.api.EntityContentProducer
getContainer, getContentReader, getCreatorDisplayName, getCreatorId, getCreatorUserName, getCustomProperties, getCustomRDF, getSubType, getUrl, isContentFromReader, isForIndex
-
-
-
-
Method Detail
-
init
public void init()
-
getAction
public Integer getAction(Event event)
- Specified by:
getActionin interfaceEntityContentProducer
-
matches
public boolean matches(String reference)
- Specified by:
matchesin interfaceEntityContentProducer
-
matches
public boolean matches(Event event)
- Specified by:
matchesin interfaceEntityContentProducer
-
canRead
public boolean canRead(String reference)
- Specified by:
canReadin interfaceEntityContentProducer
-
getId
public String getId(String reference)
- Specified by:
getIdin interfaceEntityContentProducer
-
getTool
public String getTool()
- Specified by:
getToolin interfaceEntityContentProducer
-
getType
public String getType(String reference)
- Specified by:
getTypein interfaceEntityContentProducer
-
getSiteId
public String getSiteId(String reference)
- Specified by:
getSiteIdin interfaceEntityContentProducer
-
getSiteContentIterator
public Iterator<String> getSiteContentIterator(String siteId)
- Specified by:
getSiteContentIteratorin interfaceEntityContentProducer
-
getUrl
public String getUrl(String reference)
- Specified by:
getUrlin interfaceEntityContentProducer
-
getTitle
public String getTitle(String reference)
- Specified by:
getTitlein interfaceEntityContentProducer
-
getContent
public String getContent(String reference)
- Specified by:
getContentin interfaceEntityContentProducer
-
-