org.jbpm.integration.console.forms
Class ProcessFormDispatcher

java.lang.Object
  extended by org.jbpm.integration.console.forms.AbstractFormDispatcher
      extended by org.jbpm.integration.console.forms.ProcessFormDispatcher
All Implemented Interfaces:
org.jboss.bpm.console.server.plugin.FormDispatcherPlugin

public class ProcessFormDispatcher
extends AbstractFormDispatcher
implements org.jboss.bpm.console.server.plugin.FormDispatcherPlugin

Processes form data to start processes.

Author:
Heiko.Braun

Field Summary
 
Fields inherited from class org.jbpm.integration.console.forms.AbstractFormDispatcher
FORM_DIRECTIVE_KEY, OUTCOME_DIRECTIVE_NAME, processEngine, PROCESSFORMS_CSS, WEB_CONTEXT, webServiceHost, webServicePort
 
Constructor Summary
ProcessFormDispatcher()
           
 
Method Summary
 java.net.URL getDispatchUrl(org.jboss.bpm.console.server.plugin.FormAuthorityRef ref)
           
 javax.activation.DataHandler provideForm(org.jboss.bpm.console.server.plugin.FormAuthorityRef ref)
           
 
Methods inherited from class org.jbpm.integration.console.forms.AbstractFormDispatcher
getBaseUrl, initializeProcessEngine, processTemplate, streamToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessFormDispatcher

public ProcessFormDispatcher()
Method Detail

getDispatchUrl

public java.net.URL getDispatchUrl(org.jboss.bpm.console.server.plugin.FormAuthorityRef ref)
Specified by:
getDispatchUrl in interface org.jboss.bpm.console.server.plugin.FormDispatcherPlugin

provideForm

public javax.activation.DataHandler provideForm(org.jboss.bpm.console.server.plugin.FormAuthorityRef ref)
Specified by:
provideForm in interface org.jboss.bpm.console.server.plugin.FormDispatcherPlugin


Copyright © 2010 JBoss Community. All Rights Reserved.