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"

(New page: * 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.) * ContextFactory ** Res...)
 
 
(14 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==
 +
<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==
 +
* [[Identity Attribute Service]] --overview of IdAS
 +
* [[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
 +
 
 +
[[Category:Higgins IdAS]]
 +
[[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