Class DeleteTermProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class DeleteTermProcessActionHandler
    extends ProcessActionHandler<TabularSource<?>>
    Deletes a term and its descendants.

    Parameter expected: termId with value of array of String containing the term identifiers.

    Since:
    6.2.0
    Version:
    $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
    • Constructor Detail

      • DeleteTermProcessActionHandler

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