@ApplicationScoped
public class HumanTaskGetInformationHandler
extends org.jbpm.bpmn2.xml.UserTaskHandler
Constructor and Description |
---|
HumanTaskGetInformationHandler()
Creates a new
HumanTaskGetInformationHandler instance. |
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(ProcessDescriptionRepository repository) |
void |
setRepositoryHelper(ProcessDescRepoHelper repositoryHelper) |
createNode, generateNodeFor, writeIO, writeNode
end, getTaskName, handleForEachNode, readDataInputAssociation, readDataOutputAssociation
endNode, endNode, extractScript, getDataType, getErrorIdForErrorCode, handleScript, handleThrowCompensationEventNode, initValidParents, initValidPeers, readDataInputAssociation, readDataOutputAssociation, readMultiInstanceLoopCharacteristics, start, writeNode, writeScript, writeScripts, writeScripts
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers
public HumanTaskGetInformationHandler()
HumanTaskGetInformationHandler
instance.humanTaskRepository
- the HumanTaskRepository
.protected void readIoSpecification(Node xmlNode, Map<String,String> dataInputs, Map<String,String> dataOutputs)
HumanTaskRepository
.readIoSpecification
in class org.jbpm.bpmn2.xml.AbstractNodeHandler
protected 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.UserTaskHandler
SAXException
protected String readPotentialOwner(Node xmlNode, org.jbpm.workflow.core.node.HumanTaskNode humanTaskNode)
readPotentialOwner
in class org.jbpm.bpmn2.xml.UserTaskHandler
public void setRepositoryHelper(ProcessDescRepoHelper repositoryHelper)
public void setRepository(ProcessDescriptionRepository repository)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.