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 "I-Card Registry API"

(I-Card Provider Interface)
(I-Card Provider Interface)
Line 5: Line 5:
 
# A set of interfaces that are implemented by each [[I-Card Provider]]
 
# A set of interfaces that are implemented by each [[I-Card Provider]]
  
===I-Card Provider Interface===
+
===I-Card Registry Interface===
  
 
Iterable<ICardRef> getICards()
 
Iterable<ICardRef> getICards()
Line 16: Line 16:
  
 
exportICard()
 
exportICard()
 +
 +
===I-Card Provider Interface===

Revision as of 10:04, 16 October 2006

The I-Card Registry is a thin layer over a set of I-Card Providers

The I-Card Registry API has two parts:

  1. An API to add an i-card, remove and i-card and iterators to walk through the list of i-cards.
  2. A set of interfaces that are implemented by each I-Card Provider

I-Card Registry Interface

Iterable<ICardRef> getICards()

createICard()

deleteICard()

importICard()

exportICard()

I-Card Provider Interface

Back to the top