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, wildcard
ALLOW_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, toString
public static final SimpleDateFormat _dateComparisonFormat
protected String formatForDisplay(String propertyId, Object value)
AbstractFilter
formatForDisplay
in class AbstractFilter
propertyId
- The property identifier.value
- The value to format.protected String formatForComparison(String propertyId, Object value)
AbstractFilter
formatForComparison
in class AbstractFilter
propertyId
- The property identifier.value
- The value to format.protected Object getPropertyValue(String propertyId, Object obj)
AbstractFilter
getPropertyValue
in class AbstractFilter
propertyId
- The property to search value for.obj
- The object instance to ask for.Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.