Class ContentAssociationProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ContentAssociationProcessActionHandler
    extends ProcessActionHandler<ContentTableSource>
    Process action handler for content associations.

    This process action handler assumes that associations were specified using a dynamic list control.

    This process action handler may be used generically for associations of different types.

    Since:
    4.2.0
    Version:
    $Revision: 23927 $ $Date: 2020-06-25 11:02:29 -0300 (Thu, 25 Jun 2020) $
    • Constructor Detail

      • ContentAssociationProcessActionHandler

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