ENTITY_TYPE - the input object value holding typeFILTER_ATTRIBUTE_TYPE - the filtered value attribute typeQUERY_TYPE - the type of the generic query this filter will be applied onpublic abstract class GQLDynamicAttributeFilter<ENTITY_TYPE,FILTER_ATTRIBUTE_TYPE,QUERY_TYPE> extends GQLAbstractDynamicAttribute<ENTITY_TYPE> implements IGQLDynamicAttributeFilter<ENTITY_TYPE,FILTER_ATTRIBUTE_TYPE,QUERY_TYPE>
| Constructor and Description |
|---|
GQLDynamicAttributeFilter()
Constructor
|
GQLDynamicAttributeFilter(String name,
String filteredPropertyQueryPath)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFilteredPropertyQueryPath()
Get the exact path of the property on which the filter will be applied
|
void |
setFilteredPropertyQueryPath(String filteredPropertyQueryPath) |
getName, setNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyModificationsOnRequest, getFilterAttributeType, getFilterQueryTypegetEntityType, getNamepublic String getFilteredPropertyQueryPath()
IGQLDynamicAttributeFiltergetFilteredPropertyQueryPath in interface IGQLDynamicAttributeFilter<ENTITY_TYPE,FILTER_ATTRIBUTE_TYPE,QUERY_TYPE>public void setFilteredPropertyQueryPath(String filteredPropertyQueryPath)
filteredPropertyQueryPath - the filteredPropertyQueryPath to setCopyright © 2019. All rights reserved.