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 14:47, 19 September 2011 by Ptrevithick.gmail.com (Talk | contribs)

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

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

Initial State

Contexts

Pds.client.example 2.0.100a.png

Staples template

http://azigo.com/sys/templates/nytimes.com


getAttributes() flow

  • Derive the name of the "connection" context (result: http://azigo.com/ptrevithick/staples.com)
  • Compute rolesAtts[] (result: ((
  • 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 (call findAttributeValues()) from the root #me node (and on down)


TODO: complete this

Back to the top