public class ThreadProfileFilter extends AbstractFilter
| Modifier and Type | Field and Description |
|---|---|
static SimpleDateFormat |
_dateComparisonFormat
Date format for comparison in filter.
|
_bshIntepreterThread, _filterVarValues, filterCondition, filterProperties, gt, gtOrEq, locale, lt, ltOrEq, wildcardALLOW_ALL, ALLOW_ANY, ALLOW_NONE| Constructor and Description |
|---|
ThreadProfileFilter() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatForComparison(String propertyId,
Object value)
Format a given property value valid for string comparfison against other values.
|
protected String |
formatForDisplay(String propertyId,
Object value)
Format a given property value as displayed for the the user.
|
protected Object |
getPropertyValue(String propertyId,
Object obj)
Retrieve the value for a given property.
|
addProperties, addProperty, addProperty, cloneFilter, compare, compareBySimilarity, containsProperty, containsProperty, equals, executeBeanShellScript, getExtraInfo, getFilterCondition, getGt, getGtOrEq, getLocale, getLt, getLtOrEq, getProperty, getPropertyAllowedValues, getPropertyAllowMode, getPropertyIds, getPropertyMaxValue, getPropertyMinValue, getPropertyPriority, getVariableName, getWildcard, maxValueIncluded, merge, minValueIncluded, pass, pass, pass, pass, passValue, removeAllProperty, removeProperties, removeProperty, setExtraInfo, setFilterCondition, setGt, setGtOrEq, setLocale, setLt, setLtOrEq, setVariableName, setWildcard, toStringpublic static final SimpleDateFormat _dateComparisonFormat
protected String formatForDisplay(String propertyId, Object value)
AbstractFilterformatForDisplay in class AbstractFilterpropertyId - The property identifier.value - The value to format.protected String formatForComparison(String propertyId, Object value)
AbstractFilterformatForComparison in class AbstractFilterpropertyId - The property identifier.value - The value to format.protected Object getPropertyValue(String propertyId, Object obj)
AbstractFiltergetPropertyValue in class AbstractFilterpropertyId - The property to search value for.obj - The object instance to ask for.Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.