org.drools.workbench.models.commons.shared.rule
Class ActionWorkItemFieldValue
java.lang.Object
org.drools.workbench.models.commons.shared.rule.ActionFieldValue
org.drools.workbench.models.commons.shared.rule.ActionWorkItemFieldValue
- All Implemented Interfaces:
- FieldNature
public class ActionWorkItemFieldValue
- extends ActionFieldValue
Holds field and Work Item definition parameters for actions
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionWorkItemFieldValue
public ActionWorkItemFieldValue()
ActionWorkItemFieldValue
public ActionWorkItemFieldValue(String factField,
String fieldType,
String workItemName,
String workItemParameterName,
String workItemParameterClassName)
getWorkItemName
public String getWorkItemName()
getWorkItemParameterName
public String getWorkItemParameterName()
getWorkItemParameterClassName
public String getWorkItemParameterClassName()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.