|
Generated by JDiff |
||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS | ||||||
| Removed Methods | |
void addRefineInstance(InstanceId) |
Add an instances ID where this filter will be executed. |
String getGrabActivityName() |
Returns the name of the Grab activity was set in this filter. |
List getRefineInstances() |
Return the instances ID where this filter will be executed. |
void setGrabActivity(Activity) |
Define a Grab Activity for the filter. |
void setGrabActivityName(String) |
Define a Grab Activity for the filter. |
| Added Methods | |
FilterAttribute addAttribute(String, |
Add new FilterAttribute to the filter. |
Comparator getComparator(Locale) |
Returns the java.util.Comparator generated for this filter and the specified locale. |
| Changed Methods | ||
List<FilterAttribute> getAttributes() |
Change in return type from List to List<FilterAttribute>. |
Returns all attributes added to the filter |
List<Filter> getFilters() |
Change in return type from List to List<Filter>. |
Returns all Filters added to this filter. |
List<FilterAttribute> getParametricAttributes() |
Change in return type from List to List<FilterAttribute>. |
Return all parametric attributes. |
List<FilterAttribute> removeAttributes(String) |
Change in return type from List to List<FilterAttribute>. |
Remove all attribute for an specific variable id. |
List<FilterAttribute> getAttributesByVariable(String) |
Change in return type from List to List<FilterAttribute>. |
Return all attributes added to the filter for a specific variable. |
Map<String, List<FilterAttribute>> getAttributesByVariable() |
Change in return type from Map to (Map<String, List<FilterAttribute>>). |
Returns a map with all attributes added to the filter. |
| Added Fields | |
long serialCheck |
|
long serialVersionUID |
|
|
|||||||
| PREV CLASS NEXT CLASS FRAMES NO FRAMES | |||||||