Uses of Interface
org.eclipse.higgins.icard.io.IElement

Packages that use IElement
org.eclipse.higgins.icard   
org.eclipse.higgins.icard.io   
org.eclipse.higgins.icard.policy   
 

Uses of IElement in org.eclipse.higgins.icard
 

Methods in org.eclipse.higgins.icard that return IElement
 IElement[] ICardProvider.exportICards(CallbackHandler authHandler, IElementFormat format, CUID[] cards)
          Performs export of cards into array of IElements.
 IElement IInformationCardExtension.getElement()
           
 IElement ICard.toElement(IElementFormat format)
           
 

Methods in org.eclipse.higgins.icard with parameters of type IElement
 boolean ICardProvider.canImportICard(CallbackHandler authHandler, IElement card)
          Tests whether this provider can import i-card represented by card parameter.
 ICard ICardProvider.importICard(CallbackHandler authHandler, IElement card)
          Imports i-card data into backed store used by this provider and returns i-card object representing imported i-card.
 void IInformationCardExtension.setElement(IElement extension)
          Modify this extension
 IInformationCardExtension IInformationCard.addExtension(IElement extension)
           
 

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

Subinterfaces of IElement in org.eclipse.higgins.icard.io
 interface IICardElement
           
 

Methods in org.eclipse.higgins.icard.io that return IElement
 IElement[] IInputProcessor.process(InputStream is, ICredential credential)
          Processes input stream and returns an array of IElements extracted.
 

Methods in org.eclipse.higgins.icard.io with parameters of type IElement
 void IOutputProcessor.process(IElement[] icards, OutputStream out, ICredential credential)
          Processes array of IOElements and store them in the supplied OutputStream.
 

Uses of IElement in org.eclipse.higgins.icard.policy
 

Methods in org.eclipse.higgins.icard.policy that return IElement
 IElement ISTSPrivacyPolicy.getPrivacyElement()