🎴 Flashcard Mode
platforms and products Online Quiz - 33
Card1 / 20
Mastered0
Review0
QuestionClick to flip
What is equivalent method in ADK for temp query bus
AnswerClick to flip back
A
findObject
💡 Explanation:
In Matrix ADK, the temp query bus (temporary query mechanism) maps to the findObject method. This method retrieves objects based on search criteria without requiring persistent business objects. getRelatedObject retrieves linked objects, getSchemaProperty accesses schema definitions, and getObjectsFromDb is a generic database query - none specifically match the temp query pattern.