Class DefinitionsHandler
java.lang.Object
io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
io.automatiko.engine.workflow.bpmn2.xml.DefinitionsHandler
- All Implemented Interfaces:
io.automatiko.engine.workflow.compiler.xml.Handler
public class DefinitionsHandler
extends io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
implements io.automatiko.engine.workflow.compiler.xml.Handler
-
Field Summary
Fields inherited from class io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
allowNesting, validParents, validPeers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend(String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) Class<?>protected voidpostProcessNodes(io.automatiko.engine.workflow.process.core.NodeContainer nodeContainer, List<io.automatiko.engine.workflow.base.core.context.variable.Variable> parentVariables, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) start(String uri, String localName, Attributes attrs, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) Methods 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
-
Constructor Details
-
DefinitionsHandler
public DefinitionsHandler()
-
-
Method Details
-
start
public Object start(String uri, String localName, Attributes attrs, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException - Specified by:
startin interfaceio.automatiko.engine.workflow.compiler.xml.Handler- Throws:
SAXException
-
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- Throws:
SAXException
-
generateNodeFor
- Specified by:
generateNodeForin interfaceio.automatiko.engine.workflow.compiler.xml.Handler
-
postProcessNodes
protected void postProcessNodes(io.automatiko.engine.workflow.process.core.NodeContainer nodeContainer, List<io.automatiko.engine.workflow.base.core.context.variable.Variable> parentVariables, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException - Throws:
SAXException
-