Class SelectAccountServiceInstanceProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SelectAccountServiceInstanceProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Process Action Handler to set the account scope.
    Since:
    6.1.0
    Version:
    $Revision: 24878 $ $Date: 2022-03-15 01:44:27 -0300 (Tue, 15 Mar 2022) $
    • Constructor Detail

      • SelectAccountServiceInstanceProcessActionHandler

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