Class UpdateTermsParentProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class UpdateTermsParentProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Updates the parent of terms belonging to the term being added or edited.

    This makes all terms that make part of the same content to use the same parent when added/edited.

    Since:
    6.2.0
    Version:
    $Revision: 14186 $ $Date: 2012-04-02 11:40:15 -0300 (Mon, 02 Apr 2012) $
    • Constructor Detail

      • UpdateTermsParentProcessActionHandler

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