Gjsify LogoGjsify Logo

Hierarchy

  • NotifierEvent

Index

Constructors

Properties

name: string

Methods

  • get_id(): number
  • get_location(): string
  • Returns the location (e.g. an URI) of the element if the notifier has the flag %TRACKER_NOTIFIER_FLAG_QUERY_LOCATION, and it can be obtained at the time of emission.

    Returns string

  • get_type(): string
  • Returns the RDF type that this notification event relates to, in their expanded forms (for example, http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Audio).

    A resource may have multiple RDF types. In the case of changes to a resource with multiple types, one event will be notified for each RDF type the notifier is subscribed to.

    For performance reasons, Tracker only sends notifications for events that are explicitly marked with the tracker:notify property in their ontology.

    Returns string

  • get_urn(): string
  • Returns the Uniform Resource Name of the element if the notifier has the flag %TRACKER_NOTIFIER_FLAG_QUERY_URN enabled.

    This URN is an unique string identifier for the resource being notified upon, typically of the form "urn:uuid:...".

    Returns string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method