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, getValidPeerspublic 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.HandlerSAXExceptionpublic Object end(String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
end in interface org.drools.core.xml.HandlerSAXExceptionpublic Class<?> generateNodeFor()
generateNodeFor in interface org.drools.core.xml.Handlerpublic 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–2019 JBoss by Red Hat. All rights reserved.