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$ $Date$
    • 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