Class SelectRootChannelProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class SelectRootChannelProcessActionHandler
    extends ProcessActionHandler<Source<ISourceField>>
    Stores the root channel selected by user on the custom property of the service instance. This information will be used by #InstancesByServiceDataProvider and #InstancesDataProvider.
    Since:
    6.0.0
    Version:
    $Revision: 13092 $ $Date: 2011-05-28 18:19:06 -0300 (Sat, 28 May 2011) $
    • Constructor Detail

      • SelectRootChannelProcessActionHandler

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