public abstract class AbstractCaseNodeHandler
extends org.drools.core.xml.BaseAbstractHandler
implements org.drools.core.xml.Handler
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
AbstractCaseNodeHandler() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.jbpm.workflow.core.Node |
createNode(Attributes attrs) |
Object |
end(String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
protected void |
handleNode(org.jbpm.workflow.core.Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
protected void |
initValidParents() |
protected void |
initValidPeers() |
protected void |
loadDataInputsAndOutputs(Element element,
Map<String,String> inputs,
Map<String,String> outputs,
Map<String,String> inputTypes,
Map<String,String> outputTypes,
org.drools.core.xml.ExtensibleXmlParser parser) |
Object |
start(String uri,
String localName,
Attributes attrs,
org.drools.core.xml.ExtensibleXmlParser parser) |
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
protected void initValidParents()
protected void initValidPeers()
public Object start(String uri, String localName, Attributes attrs, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
start
in interface org.drools.core.xml.Handler
SAXException
protected abstract org.jbpm.workflow.core.Node createNode(Attributes attrs)
public Object end(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
end
in interface org.drools.core.xml.Handler
SAXException
protected void handleNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
SAXException
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.