public class StartEventHandler extends AbstractNodeHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
Constructor and Description |
---|
StartEventHandler() |
Modifier and Type | Method and Description |
---|---|
protected org.jbpm.workflow.core.Node |
createNode(Attributes attrs) |
Object |
end(String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
Class |
generateNodeFor() |
protected void |
handleCompensationNode(org.jbpm.workflow.core.node.StartNode startNode,
Element element,
Node xmlNode,
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 |
handleTimerNode(org.jbpm.workflow.core.Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
protected void |
readDataOutput(Node xmlNode,
org.jbpm.workflow.core.node.StartNode startNode) |
protected void |
readDataOutputAssociation(Node xmlNode,
org.jbpm.workflow.core.node.StartNode startNode) |
void |
writeNode(org.jbpm.workflow.core.Node node,
StringBuilder xmlDump,
int metaDataType) |
containsExtensionElements, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, getMetaData, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, start, writeExtensionElements, writeMetaData, writeNode, writeScript, writeScripts, writeVariableName
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
protected org.jbpm.workflow.core.Node createNode(Attributes attrs)
createNode
in class AbstractNodeHandler
public Class generateNodeFor()
protected void handleNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
handleNode
in class AbstractNodeHandler
SAXException
public Object end(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
end
in interface org.drools.core.xml.Handler
end
in class AbstractNodeHandler
SAXException
protected void readDataOutputAssociation(Node xmlNode, org.jbpm.workflow.core.node.StartNode startNode)
protected void readDataOutput(Node xmlNode, org.jbpm.workflow.core.node.StartNode startNode)
public void writeNode(org.jbpm.workflow.core.Node node, StringBuilder xmlDump, int metaDataType)
writeNode
in class AbstractNodeHandler
protected void handleTimerNode(org.jbpm.workflow.core.Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
SAXException
protected void handleCompensationNode(org.jbpm.workflow.core.node.StartNode startNode, Element element, Node xmlNode, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
SAXException
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.