Class SubProcessHandler
- java.lang.Object
-
- io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.SubProcessHandler
-
- All Implemented Interfaces:
io.automatiko.engine.workflow.compiler.xml.Handler
- Direct Known Subclasses:
TransactionHandler
public class SubProcessHandler extends AbstractNodeHandler
-
-
Field Summary
-
Fields inherited from class io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
dataInputs, dataInputTypes, dataOutputs, dataOutputTypes, EOL, EVENT_TYPE, INPUT_TYPES, inputAssociation, logger, OUTPUT_TYPES, outputAssociation
-
-
Constructor Summary
Constructors Constructor Description SubProcessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyAsync(io.automatiko.engine.workflow.process.core.Node node, boolean isAsync)protected io.automatiko.engine.workflow.process.core.NodecreateNode(Attributes attrs)Objectend(String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)ClassgenerateNodeFor()protected voidhandleCompositeContextNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)protected voidhandleForEachNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser, boolean isAsync)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, writeVariableName
-
Methods inherited from class io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
-
-
-
-
Method Detail
-
createNode
protected io.automatiko.engine.workflow.process.core.Node createNode(Attributes attrs)
- Specified by:
createNodein classAbstractNodeHandler
-
generateNodeFor
public Class 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
-
handleCompositeContextNode
protected void handleCompositeContextNode(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
-
handleForEachNode
protected void handleForEachNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser, boolean isAsync) throws SAXException- Throws:
SAXException
-
applyAsync
protected void applyAsync(io.automatiko.engine.workflow.process.core.Node node, boolean isAsync)
-
writeNode
public void writeNode(io.automatiko.engine.workflow.process.core.Node node, StringBuilder xmlDump, int metaDataType)- Specified by:
writeNodein classAbstractNodeHandler
-
-