|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAttachmentData
Provides access to members that describe an attachment.
| Method Summary | |
|---|---|
IAttachmentInfo |
getAttachmentInfo()
Content type that indicates the type of the mime content. |
byte[] |
getData()
Attachment as bytes. |
int |
getTransportType()
Transport Type. |
String |
getURL()
URL. |
void |
setAttachmentInfoByRef(IAttachmentInfo attachmentInfo)
Content type that indicates the type of the mime content. |
void |
setData(byte[] data)
Attachment as bytes. |
void |
setTransportType(int pTransportType)
Transport Type. |
void |
setURL(String uRL)
URL. |
| Method Detail |
|---|
byte[] getData()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setData(byte[] data)
throws IOException,
AutomationException
data - An unsigned byte (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IAttachmentInfo getAttachmentInfo()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAttachmentInfoByRef(IAttachmentInfo attachmentInfo)
throws IOException,
AutomationException
attachmentInfo - A reference to a com.esri.arcgis.geodatabase.IAttachmentInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getURL()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setURL(String uRL)
throws IOException,
AutomationException
uRL - The uRL (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getTransportType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTransportType(int pTransportType)
throws IOException,
AutomationException
pTransportType - A com.esri.arcgis.system.esriTransportType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||