com.infoengine.email
Interface UFID

All Known Implementing Classes:
AbstractUFID, ContentUFID, FolderUFID, MessageUFID

public interface UFID


Method Summary
 String getDomain()
           
 String getGUID()
           
 String getLocalIdentifier()
           
 Object getObject(javax.mail.Store store)
           
 Object refreshObject(javax.mail.Store store)
           
 String toString()
           
 

Method Detail

getLocalIdentifier

public String getLocalIdentifier()

getGUID

public String getGUID()

getDomain

public String getDomain()

toString

public String toString()

getObject

public Object getObject(javax.mail.Store store)
                 throws IEException
Throws:
IEException

refreshObject

public Object refreshObject(javax.mail.Store store)
                     throws IEException
Throws:
IEException