public class HumanTaskGetInformationHandler extends UserTaskHandler
dataInputs, dataOutputs, EOL, inputAssociation, logger, outputAssociation
Constructor and Description |
---|
HumanTaskGetInformationHandler()
Creates a new
HumanTaskGetInformationHandler instance. |
HumanTaskGetInformationHandler(BPMN2DataServiceSemanticModule module) |
Modifier and Type | Method and Description |
---|---|
protected void |
handleNode(Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser) |
protected void |
readIoSpecification(Node xmlNode,
Map<String,String> dataInputs,
Map<String,String> dataOutputs)
Reads the io specification and put the information in the
HumanTaskRepository . |
protected String |
readPotentialOwner(Node xmlNode,
HumanTaskNode humanTaskNode) |
void |
setRepository(org.jbpm.kie.services.impl.bpmn2.ProcessDescriptionRepository repository) |
createNode, generateNodeFor, writeIO, writeNode
end, getTaskName, handleForEachNode, readDataInputAssociation, readDataOutputAssociation
containsExtensionElements, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, getMetaData, getSignalExpression, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readMultiInstanceLoopCharacteristics, start, writeExtensionElements, writeMetaData, writeNode, writeScript, writeScripts, writeVariableName
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
public HumanTaskGetInformationHandler()
HumanTaskGetInformationHandler
instance.humanTaskRepository
- the HumanTaskRepository
.public HumanTaskGetInformationHandler(BPMN2DataServiceSemanticModule module)
protected void readIoSpecification(Node xmlNode, Map<String,String> dataInputs, Map<String,String> dataOutputs)
HumanTaskRepository
.readIoSpecification
in class AbstractNodeHandler
protected void handleNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
handleNode
in class UserTaskHandler
SAXException
protected String readPotentialOwner(Node xmlNode, HumanTaskNode humanTaskNode)
readPotentialOwner
in class UserTaskHandler
public void setRepository(org.jbpm.kie.services.impl.bpmn2.ProcessDescriptionRepository repository)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.