Class: ListNotification

ListNotification

A list notification is a notification that update the result of a list subscription. It mainly contains the ordered list of instances, result of the subscription.

It can also contain a list of operations maintaining instances of the subscription up to date.


new ListNotification(subscriptionId)

Parameters:
Name Type Description
subscriptionId string

Methods


addResult(instance)

Parameters:
Name Type Description
instance olympe.dc.InstanceTag

getData()

Returns:
Type
olympe.dc.db.GraphPatch

getId()

Returns:
Type
string

getResults()

Returns:

;

Type
Array.<string>