Methods
-
<static> deserialize(ser)
-
Parameters:
Name Type Description serObject Returns:
-
<abstract> execute(result, level)
-
Apply the query part on current state of DBView. No future update notification. Updates PartialResult in place
Parameters:
Name Type Description resultolympe.dc.api.PartialResult levelnumber -
<abstract> nextLevel(level)
-
Parameters:
Name Type Description levelnumber Returns:
- Type
- number
-
<abstract> observe(result, level, callback)
-
Apply the query part on the datacloud with notifications on any update.
Parameters:
Name Type Description resultolympe.dc.api.PartialResult levelnumber callbackolympe.dc.api.QueryPart.ObservationCallback Returns:
-
<abstract> serialize()
-
Returns:
- Type
- Object
-
<abstract> toString()
-
Get the string representation of a query part
Returns:
- Type
- string
Type Definitions
-
ObservationCallback(added, tag, parentTag, index)
-
Parameters:
Name Type Description addedboolean tagstring parentTagstring indexstring
Olympe SDK