Class SocialProfileUpdateProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SocialProfileUpdateProcessActionHandler
    extends ProcessActionHandler<Source<? extends ISourceField>>
    Process action handler responsible for adding / updating the social profile.
    Since:
    6.1.0
    Version:
    $Revision: 22901 $ $Date: 2019-07-02 11:51:03 -0300 (Tue, 02 Jul 2019) $
    • Constructor Detail

      • SocialProfileUpdateProcessActionHandler

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