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: 26582 $ $Date: 2024-08-20 13:23:41 -0300 (Tue, 20 Aug 2024) $
    • 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