Class CheckDuplicateFolderProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class CheckDuplicateFolderProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Checks whether another folder with the same name and parent already exist.
    Since:
    7.0.0
    Version:
    $Revision: 15056 $ $Date: 2012-11-29 18:51:41 -0200 (Thu, 29 Nov 2012) $
    • Constructor Detail

      • CheckDuplicateFolderProcessActionHandler

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