public class CaseHandler
extends org.drools.core.xml.BaseAbstractHandler
implements org.drools.core.xml.Handler
Modifier and Type | Field and Description |
---|---|
static String |
ASSOCIATIONS |
static String |
CONNECTIONS |
static String |
ERRORS |
static String |
ESCALATIONS |
static String |
LINKS |
Constructor and Description |
---|
CaseHandler() |
Modifier and Type | Method and Description |
---|---|
Object |
end(String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
Class<?> |
generateNodeFor() |
protected void |
handleIntermediateOrEndThrowCompensationEvent(org.jbpm.workflow.core.impl.ExtendedNodeImpl throwEventNode) |
static void |
linkBoundaryEvents(org.kie.api.definition.process.NodeContainer nodeContainer) |
static void |
linkConnections(org.kie.api.definition.process.NodeContainer nodeContainer,
List<SequenceFlow> connections) |
Object |
start(String uri,
String localName,
Attributes attrs,
org.drools.core.xml.ExtensibleXmlParser parser) |
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
public static final String CONNECTIONS
public static final String LINKS
public static final String ASSOCIATIONS
public static final String ERRORS
public static final String ESCALATIONS
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
public Object end(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
end
in interface org.drools.core.xml.Handler
SAXException
public Class<?> generateNodeFor()
generateNodeFor
in interface org.drools.core.xml.Handler
public static void linkConnections(org.kie.api.definition.process.NodeContainer nodeContainer, List<SequenceFlow> connections)
public static void linkBoundaryEvents(org.kie.api.definition.process.NodeContainer nodeContainer)
protected void handleIntermediateOrEndThrowCompensationEvent(org.jbpm.workflow.core.impl.ExtendedNodeImpl throwEventNode)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.