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 "Org.eclipse.higgins.idas.spi"

 
(13 intermediate revisions by 4 users not shown)
Line 1: Line 1:
* The bullets below give a quick overview of the major interfaces and methods. (In cases where they disagree, the CVS repository takes precedence over this page.)
+
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 +
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 +
<to be written:> overview
  
* ContextFactory
+
==Details==
** Responsible for the creation of IContext instances that implement a specific type of [[Context]].
+
* ''CVS & instructions'': [[IdAS SPI CVS]]
** Responsible for associating a [[ContextRef]] with the data source (or sources) encapsulated by the designated context.
+
* ''Javadoc'': [http://download.eclipse.org/technology/higgins/downloads/idas.spi/lastNightlyBuild/javadoc/index.html Javadoc]
* IContext
+
* ''Status'': first code in M0.8
** Implementation of a specific type of [[Context]].
+
* ''Language'': Java
** A user must "open" a context, which involves authenticating to the data source, before accessing its data.
+
* ''Packaging'': OSGI bundle
** Includes methods to search for [[Digital Subject|Digital Subjects]] using context-specific attributes.
+
 
* IDigitalSubject
+
==Plan==
** Implementation of a specific type of [[Digital Subject]].
+
<to be written:> At the very least a link to a ToDo list page categorized per milestone (this must be a link because this page will be linked to on the Milestone wiki pages).
  
 
==Service==
 
==Service==
* [http://www.eclipse.org/higgins/org.eclipse.higgins.docs/idas/ Javadoc]
+
<to be written:> A description of the component's service (API). At least cover these topics:
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/?cvsroot=Technology_Project CVS repository]
+
* Responsibilities - main responsibilities of this component
 +
* Dependencies - other components it depends on (services it consumes)
 +
 
 +
 
  
 
==See Also==
 
==See Also==
Line 19: Line 24:
 
* [[Components]]: [http://wiki.eclipse.org/index.php/Components#Identity_Attribute_Service_and_Context_Providers IdAS Component] --lists [[Identity Attribute Service | IdAS]] Component sub-projects and as well as projects for available Context Providers
 
* [[Components]]: [http://wiki.eclipse.org/index.php/Components#Identity_Attribute_Service_and_Context_Providers IdAS Component] --lists [[Identity Attribute Service | IdAS]] Component sub-projects and as well as projects for available Context Providers
  
==Links==
+
[[Category:Higgins IdAS]]
* [http://eclipse.org/higgins Higgins Home]
+
[[Category:Higgins Components]]

Latest revision as of 10:37, 15 December 2008

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

Higgins logo 76Wx100H.jpg

<to be written:> overview

Details

  • CVS & instructions: IdAS SPI CVS
  • Javadoc: Javadoc
  • Status: first code in M0.8
  • Language: Java
  • Packaging: OSGI bundle

Plan

<to be written:> At the very least a link to a ToDo list page categorized per milestone (this must be a link because this page will be linked to on the Milestone wiki pages).

Service

<to be written:> A description of the component's service (API). At least cover these topics:

  • Responsibilities - main responsibilities of this component
  • Dependencies - other components it depends on (services it consumes)


See Also

Back to the top