org.infoglue.cms.util.workflow
Interface CustomWorkflowAction

All Known Implementing Classes:
CreateNews, CreateUser

public interface CustomWorkflowAction

This is an interface dictating what a custom workflow action should look like. That is - a POJO which can be called by the workflow engine. A good complement to scripts or webwork actions.

Author:
Mattias Bogeblad

Method Summary
 void invokeAction(java.lang.String userName, javax.servlet.http.HttpServletRequest request, java.util.Map args, com.opensymphony.module.propertyset.PropertySet ps)
           
 

Method Detail

invokeAction

public void invokeAction(java.lang.String userName,
                         javax.servlet.http.HttpServletRequest request,
                         java.util.Map args,
                         com.opensymphony.module.propertyset.PropertySet ps)
                  throws com.opensymphony.workflow.WorkflowException
com.opensymphony.workflow.WorkflowException