Package org.exoplatform.documents.plugin
Class DocumentContentLinkPlugin
java.lang.Object
org.exoplatform.documents.plugin.DocumentContentLinkPlugin
- All Implemented Interfaces:
io.meeds.social.cms.plugin.ContentLinkPlugin
@Component
public class DocumentContentLinkPlugin
extends Object
implements io.meeds.social.cms.plugin.ContentLinkPlugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContentTitle(String objectId, Locale locale) io.meeds.social.cms.model.ContentLinkExtensionvoidinit()booleanList<io.meeds.social.cms.model.ContentLinkSearchResult> search(String keyword, org.exoplatform.services.security.Identity identity, Locale locale, int offset, int limit) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.meeds.social.cms.plugin.ContentLinkPlugin
getObjectType
-
Field Details
-
OBJECT_TYPE
- See Also:
-
-
Constructor Details
-
DocumentContentLinkPlugin
public DocumentContentLinkPlugin()
-
-
Method Details
-
init
@PostConstruct public void init() -
getExtension
public io.meeds.social.cms.model.ContentLinkExtension getExtension()- Specified by:
getExtensionin interfaceio.meeds.social.cms.plugin.ContentLinkPlugin
-
search
public List<io.meeds.social.cms.model.ContentLinkSearchResult> search(String keyword, org.exoplatform.services.security.Identity identity, Locale locale, int offset, int limit) - Specified by:
searchin interfaceio.meeds.social.cms.plugin.ContentLinkPlugin
-
getContentTitle
- Specified by:
getContentTitlein interfaceio.meeds.social.cms.plugin.ContentLinkPlugin
-
isId
- Specified by:
isIdin interfaceio.meeds.social.cms.plugin.ContentLinkPlugin
-