Class ShareFileToSpacePlugin
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
org.exoplatform.wcm.notification.plugin.ShareFileToSpacePlugin
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class ShareFileToSpacePlugin
extends org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>static final Stringstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>static org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>static org.exoplatform.commons.api.notification.model.ArgumentLiteral<javax.jcr.Node>static final Stringstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>static org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>static final Stringstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>static final Stringstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>static final Stringstatic final Stringstatic final Stringstatic org.exoplatform.commons.api.notification.model.ArgumentLiteral<String>Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcapitalizeFirstLetter(String word) getId()booleanisValid(org.exoplatform.commons.api.notification.NotificationContext ctx) protected org.exoplatform.commons.api.notification.model.NotificationInfomakeNotification(org.exoplatform.commons.api.notification.NotificationContext ctx) Methods inherited from class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
buildNotification, end, getKey, getOrganizationService, getPluginConfigs, isOldPlugin, setOldPlugin, startMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Field Details
-
ID
- See Also:
-
DOCUMENT_URL
- See Also:
-
SPACE_URL
- See Also:
-
DOCUMENT_NAME
- See Also:
-
SPACE_NAME
- See Also:
-
DOCUMENT_ICON
- See Also:
-
COMMENT
- See Also:
-
PERMISSION
- See Also:
-
REPLY
- See Also:
-
FULL_DISUSSION
- See Also:
-
TYPE
- See Also:
-
NODE_ID
- See Also:
-
NODE
public static org.exoplatform.commons.api.notification.model.ArgumentLiteral<javax.jcr.Node> NODE -
SENDER
-
NODEID
-
RECEIVER
-
PERM
-
URL
-
MESSAGE
-
ICON
-
ACTIVITY_ID
-
MIMETYPE
-
-
Constructor Details
-
ShareFileToSpacePlugin
public ShareFileToSpacePlugin(org.exoplatform.container.xml.InitParams initParams)
-
-
Method Details
-
getId
- Specified by:
getIdin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
makeNotification
protected org.exoplatform.commons.api.notification.model.NotificationInfo makeNotification(org.exoplatform.commons.api.notification.NotificationContext ctx) - Specified by:
makeNotificationin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-
capitalizeFirstLetter
-
isValid
public boolean isValid(org.exoplatform.commons.api.notification.NotificationContext ctx) - Specified by:
isValidin classorg.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
-