org.drools.workbench.models.guided.dtable.shared.model
Class ActionWorkItemCol52
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.ActionWorkItemCol52
- All Implemented Interfaces:
- BaseColumn, DiffColumn
public class ActionWorkItemCol52
- extends ActionCol52
A column representing the execution of a Work Item.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIELD_WORKITEM_DEFINITION_NAME
public static final String FIELD_WORKITEM_DEFINITION_NAME
- Available fields for this type of column.
- See Also:
- Constant Field Values
FIELD_WORKITEM_DEFINITION_DISPLAY_NAME
public static final String FIELD_WORKITEM_DEFINITION_DISPLAY_NAME
- See Also:
- Constant Field Values
FIELD_WORKITEM_DEFINITION_PARAMETER_NAME
public static final String FIELD_WORKITEM_DEFINITION_PARAMETER_NAME
- See Also:
- Constant Field Values
FIELD_WORKITEM_DEFINITION_PARAMETER_VALUE
public static final String FIELD_WORKITEM_DEFINITION_PARAMETER_VALUE
- See Also:
- Constant Field Values
ActionWorkItemCol52
public ActionWorkItemCol52()
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 DTColumnConfig52
- Parameters:
otherColumn - The column to compare with this one.
- Returns:
- A list of fields and its values that have changed.
getWorkItemDefinition
public PortableWorkDefinition getWorkItemDefinition()
setWorkItemDefinition
public void setWorkItemDefinition(PortableWorkDefinition workItemDefinition)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.