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