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

Difference between revisions of "IdAS API"

 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
The IdAS API consists of:
+
#REDIRECT [[Org.eclipse.higgins.idas.api]]
* [[IdAS Context Provider Registry]] --this is the API to manage add/remove/configure [[Context Provider]]s. It also allows [[ContextRef|ContextRefs]] to be registered. Registered contexts are in some sense pre-configured by one or more Context Factories, so that a user can query its metadata (including schema and policy) without creating an IContext instance.
+
* A set of interfaces that are implemented by each [[Context Provider]] called the [[IdAS SPI]]
+
 
+
Details:
+
* [http://www.eclipse.org/higgins/org.eclipse.higgins.docs/idas/ Javadoc]
+
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/?cvsroot=Technology_Project CVS repository]
+
 
+
==Links==
+
* [http://eclipse.org/higgins Higgins Home]
+

Latest revision as of 14:04, 11 December 2008

Back to the top