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: 24878 $ $Date: 2022-03-15 01:44:27 -0300 (Tue, 15 Mar 2022) $
    • 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