Package io.meeds.social.cms.service
Interface ContentLinkPluginService
public interface ContentLinkPluginService
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddPlugin(ContentLinkPlugin plugin) getLink(ContentLinkIdentifier link) searchLinks(String objectType, String keyword, org.exoplatform.services.security.Identity identity, Locale locale, int offset, int limit)
-
Method Details
-
addPlugin
- Parameters:
plugin- AddContentLinkPlugin
-
getPlugin
- Parameters:
objectType-- Returns:
- corresponding
ContentLinkPlugin
-
getLink
- Parameters:
link-ContentLinkIdentifier- Returns:
- Computed
ContentLinkwith title and uri if found, else, null
-
searchLinks
List<ContentLinkSearchResult> searchLinks(String objectType, String keyword, org.exoplatform.services.security.Identity identity, Locale locale, int offset, int limit) - Parameters:
objectType- object type (notes, activity, space ...)keyword- Searched keywordidentity- user ACLIdentitylocale-Localeuser Localeoffset- Search results offsetlimit- Search results limit- Returns:
ListofContentLinkSearchResult
-
getExtensions
List<ContentLinkExtension> getExtensions()- Returns:
Listof managedContentLinkExtension
-