Class RequestRepliedPlugin

  • All Implemented Interfaces:
    org.exoplatform.container.component.ComponentPlugin

    public class RequestRepliedPlugin
    extends org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
    Created by The eXo Platform SAS
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ID  
      static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Set> RECEIVERS  
      static org.exoplatform.commons.api.notification.model.ArgumentLiteral<VacationRequestDTO> VACATION_REQUEST  
      static org.exoplatform.commons.api.notification.model.ArgumentLiteral<ValidatorDTO> VALIDATOR  
      • Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

        desc, name
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestRepliedPlugin​(org.exoplatform.container.xml.InitParams initParams, org.exoplatform.social.core.manager.IdentityManager identityManager)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getId()  
      boolean isValid​(org.exoplatform.commons.api.notification.NotificationContext ctx)  
      protected org.exoplatform.commons.api.notification.model.NotificationInfo makeNotification​(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, start
      • Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

        getDescription, getName, setDescription, setName
    • Field Detail

      • VALIDATOR

        public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<ValidatorDTO> VALIDATOR
      • RECEIVERS

        public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<Set> RECEIVERS
      • VACATION_REQUEST

        public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<VacationRequestDTO> VACATION_REQUEST
    • Constructor Detail

      • RequestRepliedPlugin

        public RequestRepliedPlugin​(org.exoplatform.container.xml.InitParams initParams,
                                    org.exoplatform.social.core.manager.IdentityManager identityManager)
    • Method Detail

      • getId

        public String getId()
        Specified by:
        getId in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
      • isValid

        public boolean isValid​(org.exoplatform.commons.api.notification.NotificationContext ctx)
        Specified by:
        isValid in class org.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:
        makeNotification in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin