Interface QueryFunction
- All Known Implementing Classes:
- AvailabilityQueryFunction,- CurrentUserHasRoleQueryFunction,- FulltextSearchFunction,- HashOfQueryFunction,- KeysQueryFunction,- LikeAllFunction
public interface QueryFunction
- 
Method SummaryModifier and TypeMethodDescriptiongetName()The unique function name.@Nullable NodepostCompile(Cursor cursor, FuncallNode functionRoot, EntityModel entityModel) Applies this function to the given (sub)tree.
- 
Method Details- 
getNameString getName()The unique function name.
- 
postCompile@Nullable @Nullable Node postCompile(Cursor cursor, FuncallNode functionRoot, EntityModel entityModel) throws Exception Applies this function to the given (sub)tree.- Throws:
- Exception
 
 
-