oracle adf - how to pass bind parameters to Programmatic view object -


has created programmatic view object , been exposed rest service. overrided createrowfromresultset method create own rows , send user , working fine.

usually use rowfinders concepts in rest when use filters (where clause details based on personid etc.,). in case, using programmatic view object, don't have query though if define row finder getting exception as:

"oracle.jbo.nodefexception: jbo-25058: definition <null> of type view criteria not found"

question : how can pass data(or bind parameters) viewobject in request .


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -