Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Org.eclipse.higgins.js.pds.client API usage example

Revision as of 09:57, 19 September 2011 by Ptrevithick.gmail.com (Talk | contribs) (getAttributes() flow)

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Example call to .pds.client.getAttributes(domain, audience, attributes[], where[], future)

  • getAttributes ("staples.com", nil, atts, nil, nil)

Initial State

Pds.client.example 2.0.100a.png

getAttributes() flow

  • derive the name of the "connection" context (http://azigo.com/ptrevithick/staples.com)
  • We would now try to read attributes from the branch of person nodes rooted at its #me person
  • However, since this doesn't exist we try to read attributes from the root #me node (and on down)


TODO: complete this

Back to the top