Respond to an observed Query event by returning the given event.
a Retrieve event
Gets the event data of this event.
Gets the object ID of the event source object.
Gets the object ID of the event source object.
event data for Retrieve response event
Determines whether the given name is valid as an event filter for Coaty communication.
Event filters are used for Coaty communication event filtering, e.g. to filter a communication namespace, an object type, a channel identifier, or a remote operation.
An event filter is valid for communication if it is non-empty and does
not contain the following characters: NULL (U+0000)
, # (U+0023)
, + (U+002B)
, / (U+002F)
.
an event filter
true if the given name can be used for event filtering; false otherwise
Create a QueryEvent instance for querying the given core types, filter, and join conditions. The object filter and join conditions are optional.
restrict results by core types (logical OR).
restrict results by object filter (optional).
join related objects into results (optional).
Create a QueryEvent instance for querying the given object types, filter, and join conditions. The object filter and join conditions are optional.
restrict results by object types (logical OR).
restrict results by object filter (optional).
join related objects into results (optional).
Generated using TypeDoc
Query event.