org.jbpm.bpmn2.xml
Class ProcessHandler
java.lang.Object
org.drools.xml.BaseAbstractHandler
org.jbpm.bpmn2.xml.ProcessHandler
- All Implemented Interfaces:
- org.drools.xml.Handler
public class ProcessHandler
- extends org.drools.xml.BaseAbstractHandler
- implements org.drools.xml.Handler
Fields inherited from class org.drools.xml.BaseAbstractHandler |
allowNesting, validParents, validPeers |
Methods inherited from class org.drools.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.xml.Handler |
allowNesting, getValidParents, getValidPeers |
CONNECTIONS
public static final String CONNECTIONS
- See Also:
- Constant Field Values
LINKS
public static final String LINKS
- See Also:
- Constant Field Values
ProcessHandler
public ProcessHandler()
start
public Object start(String uri,
String localName,
Attributes attrs,
org.drools.xml.ExtensibleXmlParser parser)
throws SAXException
- Specified by:
start
in interface org.drools.xml.Handler
- Throws:
SAXException
end
public Object end(String uri,
String localName,
org.drools.xml.ExtensibleXmlParser parser)
throws SAXException
- Specified by:
end
in interface org.drools.xml.Handler
- Throws:
SAXException
linkIntermediateLinks
public static void linkIntermediateLinks(NodeContainer process,
List<IntermediateLink> links)
generateNodeFor
public Class<?> generateNodeFor()
- Specified by:
generateNodeFor
in interface org.drools.xml.Handler
linkConnections
public static void linkConnections(NodeContainer nodeContainer,
List<SequenceFlow> connections)
linkBoundaryEvents
public static void linkBoundaryEvents(NodeContainer nodeContainer)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.