Drools Workbench - Data Model API 6.2.1-SNAPSHOT

Uses of Class
org.drools.workbench.models.datamodel.rule.ActionFieldValue

Packages that use ActionFieldValue
org.drools.workbench.models.datamodel.rule   
 

Uses of ActionFieldValue in org.drools.workbench.models.datamodel.rule
 

Subclasses of ActionFieldValue in org.drools.workbench.models.datamodel.rule
 class ActionFieldFunction
          This node indicates that the user wants to execute a method on some fact in case the LHR matches.
 class ActionWorkItemFieldValue
          Holds field and Work Item definition parameters for actions
 

Methods in org.drools.workbench.models.datamodel.rule that return ActionFieldValue
 ActionFieldValue[] ActionFieldList.getFieldValues()
           
 

Methods in org.drools.workbench.models.datamodel.rule with parameters of type ActionFieldValue
 void ActionFieldList.addFieldValue(ActionFieldValue val)
           
 void ActionCallMethod.addFieldValue(ActionFieldValue val)
           
 void ActionFieldList.setFieldValues(ActionFieldValue[] actionFieldValues)
           
 


Drools Workbench - Data Model API 6.2.1-SNAPSHOT

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