org.drools.guvnor.client.rulefloweditor
Class HumanTaskTransferNode

java.lang.Object
  extended by org.drools.guvnor.client.rulefloweditor.TransferNode
      extended by org.drools.guvnor.client.rulefloweditor.HumanTaskTransferNode
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable

public class HumanTaskTransferNode
extends TransferNode


Nested Class Summary
 
Nested classes/interfaces inherited from class org.drools.guvnor.client.rulefloweditor.TransferNode
TransferNode.Type
 
Field Summary
 Map<String,String> parameters
           
 
Fields inherited from class org.drools.guvnor.client.rulefloweditor.TransferNode
height, width
 
Constructor Summary
HumanTaskTransferNode()
           
 
Method Summary
 Map<String,String> getParameters()
           
 void setParameters(Map<String,String> parameters)
           
 
Methods inherited from class org.drools.guvnor.client.rulefloweditor.TransferNode
getHeight, getId, getName, getType, getWidth, getX, getY, setHeight, setId, setName, setType, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameters

public Map<String,String> parameters
Constructor Detail

HumanTaskTransferNode

public HumanTaskTransferNode()
Method Detail

setParameters

public void setParameters(Map<String,String> parameters)

getParameters

public Map<String,String> getParameters()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.