Class CommunityMembershipRequestProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class CommunityMembershipRequestProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Executes actions on community membership requests.
    Since:
    8.0.0
    Version:
    $Revision: 17049 $ $Date: 2015-03-03 11:26:53 -0300 (Tue, 03 Mar 2015) $
    • Constructor Detail

      • CommunityMembershipRequestProcessActionHandler

        public CommunityMembershipRequestProcessActionHandler()
    • 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