org.drools.workbench.models.guided.dtable.shared.model
Class ActionWorkItemInsertFactCol52
java.lang.Object
org.drools.workbench.models.guided.dtable.shared.model.DTColumnConfig52
org.drools.workbench.models.guided.dtable.shared.model.ActionCol52
org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52
org.drools.workbench.models.guided.dtable.shared.model.ActionWorkItemInsertFactCol52
- All Implemented Interfaces:
- BaseColumn, DiffColumn
public class ActionWorkItemInsertFactCol52
- extends ActionInsertFactCol52
An Action to insert and set a field value on a new Fact with the value of a
Work Item Definition's result parameter
| Methods inherited from class org.drools.workbench.models.guided.dtable.shared.model.ActionInsertFactCol52 |
getBoundName, getFactField, getFactType, getType, getValueList, isInsertLogical, setBoundName, setFactField, setFactType, setInsertLogical, setType, setValueList |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIELD_WORK_ITEM_NAME
public static final String FIELD_WORK_ITEM_NAME
- Available fields for this type of column.
- See Also:
- Constant Field Values
FIELD_WORK_ITEM_RESULT_PARAM_NAME
public static final String FIELD_WORK_ITEM_RESULT_PARAM_NAME
- See Also:
- Constant Field Values
FIELD_PARAMETER_CLASSNAME
public static final String FIELD_PARAMETER_CLASSNAME
- See Also:
- Constant Field Values
ActionWorkItemInsertFactCol52
public ActionWorkItemInsertFactCol52()
diff
public List<BaseColumnFieldDiff> diff(BaseColumn otherColumn)
- Description copied from interface:
DiffColumn
- Analyze differences between two columns of same type.
- Specified by:
diff in interface DiffColumn- Overrides:
diff in class ActionInsertFactCol52
- Parameters:
otherColumn - The column to compare with this one.
- Returns:
- A list of fields and its values that have changed.
getWorkItemName
public String getWorkItemName()
setWorkItemName
public void setWorkItemName(String workItemName)
getWorkItemResultParameterName
public String getWorkItemResultParameterName()
setWorkItemResultParameterName
public void setWorkItemResultParameterName(String workItemResultParameterName)
getParameterClassName
public String getParameterClassName()
setParameterClassName
public void setParameterClassName(String parameterClassName)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.