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 interface IGQLDynamicAttributeFilter<ENTITY_TYPE,ATTRIBUTE_TYPE,QUERY_TYPE> extends IGQLAbstractDynamicAttribute<ENTITY_TYPE,ATTRIBUTE_TYPE>
| Modifier and Type | Method and Description |
|---|---|
void |
applyModificationsOnRequest(QUERY_TYPE query)
Apply modifications on the query this filter will be applied on.
|
String |
getFilteredPropertyQueryPath()
Get the exact path of the property on which the filter will be applied
|
getAttributeType, getEntityType, getNameString getFilteredPropertyQueryPath()
void applyModificationsOnRequest(QUERY_TYPE query)
query - the generic queryCopyright © 2019. All rights reserved.