org.drools.guvnor.client.rulefloweditor
Interface AttributableNode

All Known Implementing Classes:
DefaultWorkItemNode, EmailNode, HumanTaskNode, LogNode, WorkItemNode

public interface AttributableNode


Method Summary
 void addAttribute(String key, String value)
           
 Map<String,String> getParameters()
           
 void setAttributes(Map<String,String> map)
           
 

Method Detail

getParameters

Map<String,String> getParameters()

addAttribute

void addAttribute(String key,
                  String value)

setAttributes

void setAttributes(Map<String,String> map)


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