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.icard.registry"

(Service)
Line 5: Line 5:
  
 
==Service==
 
==Service==
 
* Overview of the [[I-Card Registry API]]
 
  
 
* The I-Card Registry is a thin layer over a set of [[I-Card Provider]]s
 
* The I-Card Registry is a thin layer over a set of [[I-Card Provider]]s
Line 25: Line 23:
 
   
 
   
 
  exportCard()
 
  exportCard()
 
 
  
 
==See Also==
 
==See Also==

Revision as of 14:09, 15 December 2006

Overview

Service

  • The I-Card Registry API has two parts:
    • An API to add an i-card, remove and i-card and iterators to walk through the list of i-cards.
    • A set of interfaces that are implemented by each I-Card Provider

I-Card Registry API

Iterable<CardRef> getCards()

createCard()

deleteCard()

importCard()

exportCard()

See Also

Back to the top