com.infoengine.email
Class ContentUFID
java.lang.Object
com.infoengine.email.AbstractUFID
com.infoengine.email.ContentUFID
- All Implemented Interfaces:
- UFID
- public class ContentUFID
- extends AbstractUFID
- implements UFID
Fields inherited from class com.infoengine.email.AbstractUFID |
|
contentId
private String contentId
contentItem
private ContentItem contentItem
folder
private String folder
queryString
private String queryString
ContentUFID
public ContentUFID(String folder,
String queryString,
String contentId,
String guid,
String domain)
ContentUFID
public ContentUFID(String folder,
String queryString,
String contentId)
newInstance
public static ContentUFID newInstance(ContentItem contentItem)
throws IEException
- Throws:
IEException
getContentId
public String getContentId()
getFolder
public String getFolder()
getQueryString
public String getQueryString()
getObject
public Object getObject(javax.mail.Store store)
throws IEException
- Specified by:
getObject
in interface UFID
- Specified by:
getObject
in class AbstractUFID
- Throws:
IEException
getContentType
public String getContentType(javax.mail.Store store)
throws IEException
- Throws:
IEException
getFilename
public String getFilename(javax.mail.Store store)
throws IEException
- Throws:
IEException
refreshObject
public Object refreshObject(javax.mail.Store store)
throws IEException
- Specified by:
refreshObject
in interface UFID
- Specified by:
refreshObject
in class AbstractUFID
- Throws:
IEException
write
public void write(javax.mail.Store store,
IeMultipartOutputStream mos)
throws IEException
- Throws:
IEException