org.jbpm.formbuilder.server.task
Class ProcessGetInputHandler

java.lang.Object
  extended by org.drools.xml.BaseAbstractHandler
      extended by org.jbpm.bpmn2.xml.PropertyHandler
          extended by org.jbpm.formbuilder.server.task.ProcessGetInputHandler
All Implemented Interfaces:
org.drools.xml.Handler

public class ProcessGetInputHandler
extends org.jbpm.bpmn2.xml.PropertyHandler
implements org.drools.xml.Handler


Field Summary
static String PROCESS_INPUT_NAME
          To identify the form variables from process input.
 
Fields inherited from class org.drools.xml.BaseAbstractHandler
allowNesting, validParents, validPeers
 
Constructor Summary
ProcessGetInputHandler(TaskRepoHelper taskRepository)
           
 
Method Summary
 Object start(String uri, String localName, Attributes attrs, org.drools.xml.ExtensibleXmlParser parser)
           
 
Methods inherited from class org.jbpm.bpmn2.xml.PropertyHandler
end, generateNodeFor, initValidParents, initValidPeers
 
Methods inherited from class org.drools.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.xml.Handler
allowNesting, end, generateNodeFor, getValidParents, getValidPeers
 

Field Detail

PROCESS_INPUT_NAME

public static final String PROCESS_INPUT_NAME
To identify the form variables from process input.

See Also:
Constant Field Values
Constructor Detail

ProcessGetInputHandler

public ProcessGetInputHandler(TaskRepoHelper taskRepository)
Method Detail

start

public Object start(String uri,
                    String localName,
                    Attributes attrs,
                    org.drools.xml.ExtensibleXmlParser parser)
             throws SAXException
Specified by:
start in interface org.drools.xml.Handler
Overrides:
start in class org.jbpm.bpmn2.xml.PropertyHandler
Throws:
SAXException


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.