Class AbstractCompositeNodeHandler
- java.lang.Object
-
- io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.AbstractCompositeNodeHandler
-
- All Implemented Interfaces:
io.automatiko.engine.workflow.compiler.xml.Handler
- Direct Known Subclasses:
CompositeContextNodeHandler,ForEachNodeHandler
public abstract class AbstractCompositeNodeHandler 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 AbstractCompositeNodeHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<io.automatiko.engine.api.definition.process.Connection>getSubConnections(io.automatiko.engine.workflow.process.core.node.CompositeNode compositeNode)protected voidvisitConnectionsAndAssociations(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, createNode, end, endNode, endNode, extractScript, findSignalByName, findVariable, getDataType, getErrorIdForErrorCode, getMetaData, handleNode, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readIoSpecification, readMultiInstanceLoopCharacteristics, retrieveDataType, start, writeExtensionElements, writeMetaData, writeNode, writeNode, writeScript, writeScripts, writeVariableName
-
Methods inherited from class io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
-
-
-
-
Method Detail
-
visitConnectionsAndAssociations
protected void visitConnectionsAndAssociations(io.automatiko.engine.workflow.process.core.Node node, StringBuilder xmlDump, int metaDataType)
-
getSubConnections
protected List<io.automatiko.engine.api.definition.process.Connection> getSubConnections(io.automatiko.engine.workflow.process.core.node.CompositeNode compositeNode)
-
-