Created the new WorkflowFormProcessor which processes forms based on a workflow definition name.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@21172 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
N Smith
2010-07-14 15:10:17 +00:00
parent 0756008d0f
commit 5f41d9783f

View File

@@ -33,6 +33,7 @@ import org.springframework.extensions.webscripts.WebScriptRequest;
* workflow definitions. * workflow definitions.
* *
* @author Gavin Cornwell * @author Gavin Cornwell
* @author Nick Smith
*/ */
public class WorkflowDefinitionsGet extends AbstractWorkflowWebscript public class WorkflowDefinitionsGet extends AbstractWorkflowWebscript
{ {