Class ExecuteWorkflowActionProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ExecuteWorkflowActionProcessActionHandler
    extends ProcessActionHandler<TableSource>
    Process Action Handler to execute workflow actions for auto admin dash board.
    Since:
    7.0.0
    Version:
    $Revision: 20748 $ $Date: 2017-11-16 15:06:57 -0200 (Thu, 16 Nov 2017) $
    • Constructor Detail

      • ExecuteWorkflowActionProcessActionHandler

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

        public void clearRequestParameters​(List<String> parametersToclear)
                                    throws PortalException
        Clear all parameters in the given list from the request and sets this result on response.
        Parameters:
        parametersToclear - list of parameter names to clear.
        Throws:
        PortalException
        Since:
        7.0.0