ENTITY_TYPE - the input object value holding typeATTRIBUTE_TYPE - the returned value attribute typeQUERY_TYPE - the type of the generic query this filter will be applied onpublic abstract class GQLDynamicAttributeFilter<ENTITY_TYPE,ATTRIBUTE_TYPE,QUERY_TYPE> extends GQLAbstractDynamicAttribute<ENTITY_TYPE,ATTRIBUTE_TYPE> implements IGQLDynamicAttributeFilter<ENTITY_TYPE,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, waitapplyModificationsOnRequestgetAttributeType, getEntityType, getNamepublic String getFilteredPropertyQueryPath()
IGQLDynamicAttributeFiltergetFilteredPropertyQueryPath in interface IGQLDynamicAttributeFilter<ENTITY_TYPE,ATTRIBUTE_TYPE,QUERY_TYPE>public void setFilteredPropertyQueryPath(String filteredPropertyQueryPath)
filteredPropertyQueryPath - the filteredPropertyQueryPath to setCopyright © 2019. All rights reserved.