org.jbpm.bpmn2.xml
Class AbstractCompositeNodeHandler
java.lang.Object
org.drools.core.xml.BaseAbstractHandler
org.jbpm.bpmn2.xml.AbstractNodeHandler
org.jbpm.bpmn2.xml.AbstractCompositeNodeHandler
- All Implemented Interfaces:
- org.drools.core.xml.Handler
- Direct Known Subclasses:
- CompositeContextNodeHandler, ForEachNodeHandler
public abstract class AbstractCompositeNodeHandler
- extends AbstractNodeHandler
Fields inherited from class org.drools.core.xml.BaseAbstractHandler |
allowNesting, validParents, validPeers |
Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler |
containsExtensionElements, createNode, end, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, getMetaData, handleNode, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, start, writeExtensionElements, writeMetaData, writeNode, 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, generateNodeFor, getValidParents, getValidPeers |
AbstractCompositeNodeHandler
public AbstractCompositeNodeHandler()
visitConnectionsAndAssociations
protected void visitConnectionsAndAssociations(Node node,
StringBuilder xmlDump,
int metaDataType)
getSubConnections
protected List<Connection> getSubConnections(CompositeNode compositeNode)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.