jBPM distribution 6.2.0.CR4

org.jbpm.kie.services.impl.bpmn2
Class AbstractTaskGetInformationHandler

java.lang.Object
  extended by org.drools.core.xml.BaseAbstractHandler
      extended by org.jbpm.bpmn2.xml.AbstractNodeHandler
          extended by org.jbpm.bpmn2.xml.TaskHandler
              extended by org.jbpm.kie.services.impl.bpmn2.AbstractTaskGetInformationHandler
All Implemented Interfaces:
org.drools.core.xml.Handler

public class AbstractTaskGetInformationHandler
extends TaskHandler


Field Summary
 
Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
 
Fields inherited from class org.drools.core.xml.BaseAbstractHandler
allowNesting, validParents, validPeers
 
Constructor Summary
AbstractTaskGetInformationHandler(ProcessDescRepoHelper repoHelper, ProcessDescriptionRepository repo)
           
 
Method Summary
protected  void handleNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser)
           
 void setRepository(ProcessDescriptionRepository repository)
           
 void setRepositoryHelper(ProcessDescRepoHelper repositoryHelper)
           
 
Methods inherited from class org.jbpm.bpmn2.xml.TaskHandler
createNode, end, generateNodeFor, getTaskName, handleForEachNode, readDataInputAssociation, readDataOutputAssociation, writeNode
 
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler
containsExtensionElements, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, getMetaData, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, start, writeExtensionElements, writeMetaData, writeNode, writeScript, writeScripts, writeVariableName
 
Methods inherited from class org.drools.core.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.core.xml.Handler
allowNesting, getValidParents, getValidPeers
 

Constructor Detail

AbstractTaskGetInformationHandler

public AbstractTaskGetInformationHandler(ProcessDescRepoHelper repoHelper,
                                         ProcessDescriptionRepository repo)
Method Detail

handleNode

protected void handleNode(Node node,
                          Element element,
                          String uri,
                          String localName,
                          org.drools.core.xml.ExtensibleXmlParser parser)
                   throws SAXException
Overrides:
handleNode in class TaskHandler
Throws:
SAXException

setRepositoryHelper

public void setRepositoryHelper(ProcessDescRepoHelper repositoryHelper)

setRepository

public void setRepository(ProcessDescriptionRepository repository)

jBPM distribution 6.2.0.CR4

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