Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Dereferencing Complex Values Backlog"

(Note)
(Proposal)
Line 5: Line 5:
  
 
== Proposal ==
 
== Proposal ==
 
+
* We change the IdAS API and the IContext SPI to return IEntity implementations
* We change the IdAS API and the IContext SPI to return Node instances (INode implementations).
+
* In other words, eliminate IComplexValue and replace with IEntity
* In other words, eliminate IComplexValue and replace with INode
+

Revision as of 16:39, 12 March 2008

About

This page describes a proposed change to the IdAP API and the IContext SPI. This page was created to support a discussion.


Proposal

  • We change the IdAS API and the IContext SPI to return IEntity implementations
  • In other words, eliminate IComplexValue and replace with IEntity

Back to the top