Package io.meeds.social.cms.plugin
Interface ContentLinkPlugin
public interface ContentLinkPlugin
-
Method Details
-
getExtension
ContentLinkExtension getExtension()- Returns:
ContentLinkExtension
-
getObjectType
- Returns:
- Managed Object Type
-
search
List<ContentLinkSearchResult> search(String keyword, org.exoplatform.services.security.Identity identity, Locale locale, int offset, int limit) - Parameters:
keyword- Searched keywordidentity- user ACLIdentitylocale-Localeuser Localeoffset- Search results offsetlimit- Search results limit- Returns:
ListofContentLinkSearchResult
-
getContentTitle
- Parameters:
objectId- Object identifierlocale-Localeuser Locale- Returns:
- corresponding
ContentLinkif found, else null
-
isId
- Parameters:
keyword- Keyword Determines whether the given keyword represents an identifier.
-