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"

(About)
(Proposal)
Line 4: Line 4:
 
== 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 IEntity implementations
* In other words, eliminate IComplexValue and replace with IEntity
+
* In other words, eliminate IComplexValue and replace it with IEntity
  
 
== See Also ==
 
== See Also ==
 
* [[IdAS Backlog]]
 
* [[IdAS Backlog]]

Revision as of 16:41, 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 it with IEntity

See Also

Back to the top