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

Org.eclipse.higgins.icard.registry

Revision as of 14:09, 15 December 2006 by Unnamed Poltroon (Talk) (Service)

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