Class ChatRoomPermalinkPlugin
java.lang.Object
org.exoplatform.addons.chat.notification.plugin.ChatRoomPermalinkPlugin
- All Implemented Interfaces:
io.meeds.portal.permlink.plugin.PermanentLinkPlugin
public class ChatRoomPermalinkPlugin
extends Object
implements io.meeds.portal.permlink.plugin.PermanentLinkPlugin
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChatRoomPermalinkPlugin(org.exoplatform.portal.config.UserPortalConfigService userPortalConfigService) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanAccess(io.meeds.portal.permlink.model.PermanentLinkObject permanentLinkObject, org.exoplatform.services.security.Identity identity) getDirectAccessUrl(io.meeds.portal.permlink.model.PermanentLinkObject permanentLinkObject)
-
Field Details
-
OBJECT_TYPE
- See Also:
-
URL_FORMAT
- See Also:
-
-
Constructor Details
-
ChatRoomPermalinkPlugin
public ChatRoomPermalinkPlugin(org.exoplatform.portal.config.UserPortalConfigService userPortalConfigService)
-
-
Method Details
-
getObjectType
- Specified by:
getObjectTypein interfaceio.meeds.portal.permlink.plugin.PermanentLinkPlugin
-
canAccess
public boolean canAccess(io.meeds.portal.permlink.model.PermanentLinkObject permanentLinkObject, org.exoplatform.services.security.Identity identity) throws org.exoplatform.commons.exception.ObjectNotFoundException - Specified by:
canAccessin interfaceio.meeds.portal.permlink.plugin.PermanentLinkPlugin- Throws:
org.exoplatform.commons.exception.ObjectNotFoundException
-
getDirectAccessUrl
public String getDirectAccessUrl(io.meeds.portal.permlink.model.PermanentLinkObject permanentLinkObject) throws org.exoplatform.commons.exception.ObjectNotFoundException - Specified by:
getDirectAccessUrlin interfaceio.meeds.portal.permlink.plugin.PermanentLinkPlugin- Throws:
org.exoplatform.commons.exception.ObjectNotFoundException
-