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, writeNodeend, getTaskName, handleForEachNode, readDataInputAssociation, readDataOutputAssociationcontainsExtensionElements, endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, getMetaData, getSignalExpression, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readMultiInstanceLoopCharacteristics, start, writeExtensionElements, writeMetaData, writeNode, writeScript, writeScripts, writeVariableNameallowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeerspublic 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 AbstractNodeHandlerprotected void handleNode(Node node, Element element, String uri, String localName, org.drools.core.xml.ExtensibleXmlParser parser) throws SAXException
handleNode in class UserTaskHandlerSAXExceptionprotected String readPotentialOwner(Node xmlNode, HumanTaskNode humanTaskNode)
readPotentialOwner in class UserTaskHandlerpublic void setRepository(org.jbpm.kie.services.impl.bpmn2.ProcessDescriptionRepository repository)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.