|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAttachmentManager2
| Method Summary | |
|---|---|
int |
addAttachmentByGlobalID(String parentGlobalID,
IAttachment attachment)
Adds an attachment to the object identified by the oid. |
void |
deleteAttachmentByGlobalID(String globalID)
Deletes the attachment identified with attID. |
void |
deleteAttachmentsForParentByGlobalID(String parentGlobalID)
Deletes all attachments for the object with oid. |
IEnumAttachment |
getAttachmentsByAttachmentGlobalIDs(IStringArray attachmentGlobalIDs,
boolean infosOnly)
Returns the attachments for the attachments with the attachment ids specified in the attIDs argument. |
IEnumAttachment |
getAttachmentsByParentGlobalIDs(IStringArray parentGlobalIDs,
boolean infosOnly)
Returns the attachments for the objects with the object ids specified in the oids argument. |
| Methods inherited from interface com.esri.arcgis.geodatabase.IAttachmentManager |
|---|
addAttachment, deleteAttachment, deleteAttachmentsForParent, getAttachmentsByAttachmentIDs, getAttachmentsByParentIDs, isHasGlobalID, updateAttachment |
| Method Detail |
|---|
int addAttachmentByGlobalID(String parentGlobalID,
IAttachment attachment)
throws IOException,
AutomationException
parentGlobalID - The parentGlobalID (in)attachment - A reference to a com.esri.arcgis.geodatabase.IAttachment (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumAttachment getAttachmentsByParentGlobalIDs(IStringArray parentGlobalIDs,
boolean infosOnly)
throws IOException,
AutomationException
parentGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (in)infosOnly - The infosOnly (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumAttachment getAttachmentsByAttachmentGlobalIDs(IStringArray attachmentGlobalIDs,
boolean infosOnly)
throws IOException,
AutomationException
attachmentGlobalIDs - A reference to a com.esri.arcgis.system.IStringArray (in)infosOnly - The infosOnly (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteAttachmentByGlobalID(String globalID)
throws IOException,
AutomationException
globalID - The globalID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteAttachmentsForParentByGlobalID(String parentGlobalID)
throws IOException,
AutomationException
parentGlobalID - The parentGlobalID (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 | ||||||||