Class BaseSourceProcessActionHandler<S extends Source<?>>

    • Constructor Detail

      • BaseSourceProcessActionHandler

        public BaseSourceProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException
      • isSendRenderDataChangedNotificationEnabled

        protected boolean isSendRenderDataChangedNotificationEnabled()
                                                              throws PortalException
        Indicates if this process action is to send render data changed notification.

        The default implementation of this method returns the value specified in this process action handler's definition on element sendRenderDataChangedNotification. If such element is not present, a true value is returned.

        Returns:
        true if this process action is to send render data changed notification, false otherwise.
        Throws:
        PortalException
        Since:
        10.4.0