public class HumanTaskGetInformationHandler
extends org.jbpm.bpmn2.xml.UserTaskHandler
| Constructor and Description |
|---|
HumanTaskGetInformationHandler()
Creates a new
HumanTaskGetInformationHandler instance. |
HumanTaskGetInformationHandler(BPMN2DataServiceSemanticModule module) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleNode(org.jbpm.workflow.core.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,
org.jbpm.workflow.core.node.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 org.jbpm.bpmn2.xml.AbstractNodeHandlerprotected void handleNode(org.jbpm.workflow.core.Node node,
Element element,
String uri,
String localName,
org.drools.core.xml.ExtensibleXmlParser parser)
throws SAXException
handleNode in class org.jbpm.bpmn2.xml.UserTaskHandlerSAXExceptionprotected String readPotentialOwner(Node xmlNode, org.jbpm.workflow.core.node.HumanTaskNode humanTaskNode)
readPotentialOwner in class org.jbpm.bpmn2.xml.UserTaskHandlerpublic void setRepository(org.jbpm.kie.services.impl.bpmn2.ProcessDescriptionRepository repository)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.