Class ConfigurationProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ConfigurationProcessActionHandler
    extends ProcessActionHandler<Source>
    Process action handler for the environment configuration actions.
    Since:
    7.1.0
    Version:
    $Revision: 24260 $ $Date: 2020-12-02 19:10:55 -0300 (Wed, 02 Dec 2020) $
    • Constructor Detail

      • ConfigurationProcessActionHandler

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

        protected void processUpdateConfigurations()
                                            throws PortalException
        Update configurations.
        Throws:
        PortalException
        Since:
        7.1.0