Uses of Class
org.eclipse.higgins.icard.CUID

Packages that use CUID
org.eclipse.higgins.icard   
org.eclipse.higgins.icard.io   
 

Uses of CUID in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard that return CUID
 CUID ICard.getCUID()
          Gets the unique identifier of the i-card in the i-card registry.
 

Methods in org.eclipse.higgins.icard with parameters of type CUID
 ICard ICardProvider.getICardByCUID(CallbackHandler authHandler, CUID cuid)
          Gets user's ICard whose identity could be requested using spesified callback handler which have the spesified unique identifier.
 ICard ICardProvider.getICardByCUID(CallbackHandler authHandler, CUID cuid, ICredential userCredential)
          Gets fully loaded user's ICard whose identity could be requested using spesified callback handler which have the spesified unique identifier.
 IElement[] ICardProvider.exportICards(CallbackHandler authHandler, IElementFormat format, CUID[] cards)
          Performs export of cards into array of IElements.
 

Uses of CUID in org.eclipse.higgins.icard.io
 

Methods in org.eclipse.higgins.icard.io that return CUID
 CUID IICardElement.getCUID()