Class UserTaskHandler
- java.lang.Object
-
- io.automatiko.engine.workflow.compiler.xml.BaseAbstractHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.TaskHandler
-
- io.automatiko.engine.workflow.bpmn2.xml.UserTaskHandler
-
- All Implemented Interfaces:
io.automatiko.engine.workflow.compiler.xml.Handler
public class UserTaskHandler extends TaskHandler
-
-
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 UserTaskHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.automatiko.engine.workflow.process.core.NodecreateNode(Attributes attrs)ClassgenerateNodeFor()protected voidhandleNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser)protected StringreadPotentialOwner(Node xmlNode, io.automatiko.engine.workflow.process.core.node.HumanTaskNode humanTaskNode)protected voidwriteIO(io.automatiko.engine.workflow.process.core.node.WorkItemNode workItemNode, StringBuilder xmlDump)voidwriteNode(io.automatiko.engine.workflow.process.core.Node node, StringBuilder xmlDump, int metaDataType)-
Methods inherited from class io.automatiko.engine.workflow.bpmn2.xml.TaskHandler
adjustNodeConfiguration, end, getTaskName, handleForEachNode, readDataInputAssociation, readDataOutputAssociation, readIoSpecification
-
Methods inherited from class io.automatiko.engine.workflow.bpmn2.xml.AbstractNodeHandler
checkSignalAndConvertToRealSignalNam, containsExtensionElements, 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(Attributes attrs)
- Overrides:
createNodein classTaskHandler
-
generateNodeFor
public Class generateNodeFor()
- Specified by:
generateNodeForin interfaceio.automatiko.engine.workflow.compiler.xml.Handler- Overrides:
generateNodeForin classTaskHandler
-
handleNode
protected void handleNode(io.automatiko.engine.workflow.process.core.Node node, Element element, String uri, String localName, io.automatiko.engine.workflow.compiler.xml.ExtensibleXmlParser parser) throws SAXException- Overrides:
handleNodein classTaskHandler- Throws:
SAXException
-
readPotentialOwner
protected String readPotentialOwner(Node xmlNode, io.automatiko.engine.workflow.process.core.node.HumanTaskNode humanTaskNode)
-
writeNode
public void writeNode(io.automatiko.engine.workflow.process.core.Node node, StringBuilder xmlDump, int metaDataType)- Overrides:
writeNodein classTaskHandler
-
writeIO
protected void writeIO(io.automatiko.engine.workflow.process.core.node.WorkItemNode workItemNode, StringBuilder xmlDump)
-
-