Class SocialNetworkCallbackProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SocialNetworkCallbackProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Responsible for handling callback after user authorization in remote Social Network.
    Since:
    6.1.0
    Version:
    $Revision: 17448 $ $Date: 2015-06-24 16:28:53 -0300 (Wed, 24 Jun 2015) $
    • Constructor Detail

      • SocialNetworkCallbackProcessActionHandler

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