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

(Service)
(Service)
Line 12: Line 12:
  
 
==Service==
 
==Service==
* [http://www.eclipse.org/higgins/org.eclipse.higgins.docs/idas/ Javadoc]
+
* [http://download.eclipse.org/technology/higgins/downloads/idas.spi/lastNightlyBuild/javadoc/index.html Javadoc]
 +
 
 
==CVS & Instructions==
 
==CVS & Instructions==
 
* [[IdAS SPI CVS]]
 
* [[IdAS SPI CVS]]

Revision as of 17:00, 2 September 2007

  • 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
    • Responsible for the creation of IContext instances that implement a specific type of Context.
    • Responsible for associating a ContextRef with the data source (or sources) encapsulated by the designated context.
  • IContext
    • Implementation of a specific type of Context.
    • A user must "open" a context, which involves authenticating to the data source, before accessing its data.
    • Includes methods to search for Digital Subjects using context-specific attributes.
  • IDigitalSubject

Service

CVS & Instructions

See Also

Links

Back to the top