org.jbpm.bpmn2.xml
Class IntermediateThrowEventHandler
java.lang.Object
org.drools.core.xml.BaseAbstractHandler
org.jbpm.bpmn2.xml.AbstractNodeHandler
org.jbpm.bpmn2.xml.IntermediateThrowEventHandler
- All Implemented Interfaces:
- org.drools.core.xml.Handler
public class IntermediateThrowEventHandler
- extends AbstractNodeHandler
Fields inherited from class org.drools.core.xml.BaseAbstractHandler |
allowNesting, validParents, validPeers |
Method Summary |
protected org.jbpm.workflow.core.Node |
createNode(Attributes attrs)
|
Object |
end(String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser)
|
Class |
generateNodeFor()
|
void |
handleEscalationNode(org.jbpm.workflow.core.Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser)
|
protected void |
handleLinkNode(Element element,
org.jbpm.workflow.core.Node node,
Node xmlLinkNode,
org.drools.core.xml.ExtensibleXmlParser parser)
|
void |
handleMessageNode(org.jbpm.workflow.core.Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser)
|
void |
handleSignalNode(org.jbpm.workflow.core.Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser)
|
protected void |
readDataInputAssociation(Node xmlNode,
org.jbpm.workflow.core.node.ActionNode actionNode)
|
void |
writeNode(org.jbpm.workflow.core.Node node,
StringBuilder xmlDump,
int metaDataType)
|
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler |
endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, handleNode, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, start, writeNode, writeScript, writeScripts, writeScripts |
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 |
LINK_NAME
public static final String LINK_NAME
- See Also:
- Constant Field Values
LINK_SOURCE
public static final String LINK_SOURCE
- See Also:
- Constant Field Values
LINK_TARGET
public static final String LINK_TARGET
- See Also:
- Constant Field Values
IntermediateThrowEventHandler
public IntermediateThrowEventHandler()
createNode
protected org.jbpm.workflow.core.Node createNode(Attributes attrs)
- Specified by:
createNode
in class AbstractNodeHandler
generateNodeFor
public Class generateNodeFor()
end
public Object end(String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser)
throws SAXException
- Specified by:
end
in interface org.drools.core.xml.Handler
- Overrides:
end
in class AbstractNodeHandler
- Throws:
SAXException
handleLinkNode
protected void handleLinkNode(Element element,
org.jbpm.workflow.core.Node node,
Node xmlLinkNode,
org.drools.core.xml.ExtensibleXmlParser parser)
handleSignalNode
public void handleSignalNode(org.jbpm.workflow.core.Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser)
throws SAXException
- Throws:
SAXException
handleMessageNode
public void handleMessageNode(org.jbpm.workflow.core.Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser)
throws SAXException
- Throws:
SAXException
handleEscalationNode
public void handleEscalationNode(org.jbpm.workflow.core.Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser)
throws SAXException
- Throws:
SAXException
readDataInputAssociation
protected void readDataInputAssociation(Node xmlNode,
org.jbpm.workflow.core.node.ActionNode actionNode)
writeNode
public void writeNode(org.jbpm.workflow.core.Node node,
StringBuilder xmlDump,
int metaDataType)
- Specified by:
writeNode
in class AbstractNodeHandler
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.