Hi, I’m using Backendless Android and Businesslogic API - event handlers for ‘find’.
I use some Backendless ‘find’ methods(over 3 times). But i want to specify the method each and use it in event handlers for each methods.
In eventHandler, I tried using query options because override method ‘afterFind’ contains BackendlessDataQuery. However it is useless, i cannot specify API Calls(find).
Is there any way to specify each API Call in server code??
p.s. sorry to my poor ENG…T_T
Hi,
In Event Handlers you can still use any of Backendless.Data.of(YourClass.class).find() methods.
Yap i know i can use it. But i use two times of Backendlsess.Data.of(MyClass.class).find() method and then i want to specify each.
There is only way to specify it by query type or other…
So i’m curious that is there any other way to specify the method…
You can only have one beforeFind and afterFind, and separate the logic based on BackendlessDataQuery. In case that is what you’re asking for.
Yap!! I got it!! Thx to your kind reply. Have a nice day