Class IntermediateThrowEventHandler
java.lang.Object
io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
io.automatiko.engine.workflow.bpmn2.xml.IntermediateThrowEventHandler
- All Implemented Interfaces:
io.automatiko.engine.workflow.compiler.xml.Handler
-
Field Summary
FieldsFields inherited from class io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
dataInputs, dataInputTypes, dataOutputs, dataOutputTypes, EOL, EVENT_TYPE, INPUT_TYPES, inputAssociation, logger, OUTPUT_TYPES, outputAssociationFields inherited from class io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
allowNesting, validParents, validPeers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.automatiko.engine.workflow.process.core.NodecreateNode(Attributes attrs) end(String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) voidhandleEscalationNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) protected voidhandleLinkNode(Element element, io.automatiko.engine.workflow.process.core.Node node, Node xmlLinkNode, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) voidhandleMessageNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) voidhandleSignalNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) protected voidreadDataInputAssociation(Node xmlNode, io.automatiko.engine.workflow.process.core.node.ActionNode actionNode, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) voidwriteNode(io.automatiko.engine.workflow.process.core.Node node, StringBuilder xmlDump, int metaDataType) Methods inherited from class io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
checkSignalAndConvertToRealSignalNam, containsExtensionElements, endNode, endNode, extractScript, findSignalByName, findVariable, getDataType, getErrorIdForErrorCode, getMetaData, handleNode, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, retrieveDataType, start, writeExtensionElements, writeMetaData, writeNode, writeScript, writeScripts, writeVariableNameMethods inherited from class io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.automatiko.engine.workflow.compiler.xml.Handler
allowNesting, getValidParents, getValidPeers
-
Field Details
-
LINK_NAME
- See Also:
-
LINK_SOURCE
- See Also:
-
LINK_TARGET
- See Also:
-
-
Constructor Details
-
IntermediateThrowEventHandler
public IntermediateThrowEventHandler()
-
-
Method Details
-
createNode
- Specified by:
createNodein classAbstractNodeHandler
-
generateNodeFor
-
end
public Object end(String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException - Specified by:
endin interfaceio.automatiko.engine.workflow.compiler.xml.Handler- Overrides:
endin classAbstractNodeHandler- Throws:
SAXException
-
handleLinkNode
-
handleSignalNode
public void handleSignalNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException - Throws:
SAXException
-
handleMessageNode
public void handleMessageNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException - Throws:
SAXException
-
handleEscalationNode
public void handleEscalationNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException - Throws:
SAXException
-
readDataInputAssociation
protected void readDataInputAssociation(Node xmlNode, io.automatiko.engine.workflow.process.core.node.ActionNode actionNode, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) -
writeNode
public void writeNode(io.automatiko.engine.workflow.process.core.Node node, StringBuilder xmlDump, int metaDataType) - Specified by:
writeNodein classAbstractNodeHandler
-