Class AdHocSubProcessHandler
- java.lang.Object
-
- io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.AbstractCompositeNodeHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.CompositeContextNodeHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.AdHocSubProcessHandler
-
- All Implemented Interfaces:
io.automatiko.engine.workflow.compiler.xml.Handler
public class AdHocSubProcessHandler extends CompositeContextNodeHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.List<java.lang.String>AUTOCOMPLETE_EXPRESSIONS-
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 AdHocSubProcessHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.automatiko.engine.workflow.process.core.NodecreateNode(org.xml.sax.Attributes attrs)java.lang.Class<?>generateNodeFor()protected voidhandleNode(io.automatiko.engine.workflow.process.core.Node node, org.w3c.dom.Element element, java.lang.String uri, java.lang.String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)voidwriteNode(io.automatiko.engine.workflow.process.core.Node node, java.lang.StringBuilder xmlDump, int metaDataType)-
Methods inherited from class io.automatiko.engine.workflow.bpmn2.xml.CompositeContextNodeHandler
getSubNodes
-
Methods inherited from class io.automatiko.engine.workflow.bpmn2.xml.AbstractCompositeNodeHandler
getSubConnections, visitConnectionsAndAssociations
-
Methods inherited from class io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
checkSignalAndConvertToRealSignalNam, containsExtensionElements, end, endNode, endNode, extractScript, findSignalByName, findVariable, getDataType, getErrorIdForErrorCode, getMetaData, 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(org.xml.sax.Attributes attrs)
- Overrides:
createNodein classCompositeContextNodeHandler
-
generateNodeFor
public java.lang.Class<?> generateNodeFor()
- Specified by:
generateNodeForin interfaceio.automatiko.engine.workflow.compiler.xml.Handler- Overrides:
generateNodeForin classCompositeContextNodeHandler
-
handleNode
protected void handleNode(io.automatiko.engine.workflow.process.core.Node node, org.w3c.dom.Element element, java.lang.String uri, java.lang.String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws org.xml.sax.SAXException- Overrides:
handleNodein classAbstractNodeHandler- Throws:
org.xml.sax.SAXException
-
writeNode
public void writeNode(io.automatiko.engine.workflow.process.core.Node node, java.lang.StringBuilder xmlDump, int metaDataType)- Overrides:
writeNodein classCompositeContextNodeHandler
-
-