|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.xml.BaseAbstractHandler
org.jbpm.bpmn2.xml.AbstractNodeHandler
org.jbpm.bpmn2.xml.TaskHandler
org.jbpm.bpmn2.xml.UserTaskHandler
org.jbpm.formbuilder.server.task.HumanTaskGetInformationHandler
public class HumanTaskGetInformationHandler
| Field Summary |
|---|
| Fields inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler |
|---|
dataInputs, dataOutputs, EOL |
| Fields inherited from class org.drools.xml.BaseAbstractHandler |
|---|
allowNesting, validParents, validPeers |
| Constructor Summary | |
|---|---|
HumanTaskGetInformationHandler(TaskRepoHelper taskRepository)
Creates a new HumanTaskGetInformationHandler instance. |
|
| Method Summary | |
|---|---|
protected void |
readIoSpecification(Node xmlNode,
Map<String,String> dataInputs,
Map<String,String> dataOutputs)
Reads the io specification and put the information in the HumanTaskRepository. |
| Methods inherited from class org.jbpm.bpmn2.xml.UserTaskHandler |
|---|
createNode, generateNodeFor, handleNode, readPotentialOwner, writeIO, writeNode |
| Methods inherited from class org.jbpm.bpmn2.xml.TaskHandler |
|---|
end, getTaskName, handleForEachNode, readDataInputAssociation, readDataInputAssociation, readDataOutputAssociation, readMultiInstanceLoopCharacteristics |
| Methods inherited from class org.jbpm.bpmn2.xml.AbstractNodeHandler |
|---|
endNode, endNode, extractScript, handleScript, initValidParents, initValidPeers, start, writeNode, writeScript, writeScripts, writeScripts |
| Methods inherited from class org.drools.xml.BaseAbstractHandler |
|---|
allowNesting, emptyAttributeCheck, emptyContentCheck, getValidParents, getValidPeers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.drools.xml.Handler |
|---|
allowNesting, getValidParents, getValidPeers |
| Constructor Detail |
|---|
public HumanTaskGetInformationHandler(TaskRepoHelper taskRepository)
HumanTaskGetInformationHandler instance.
humanTaskRepository - the HumanTaskRepository.| Method Detail |
|---|
protected void readIoSpecification(Node xmlNode,
Map<String,String> dataInputs,
Map<String,String> dataOutputs)
HumanTaskRepository.
readIoSpecification in class org.jbpm.bpmn2.xml.AbstractNodeHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||