public interface IAttachmentManager
extends java.io.Serializable
Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID52067577_796d_421a_8502_8f10d4ebd1fe |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
long |
addAttachment(long parentObjectID,
IAttachment attachment)
Adds an attachment to the object identified by the oid.
|
long |
addAttachmentByGlobalID(java.lang.String parentGlobalID,
IAttachment attachment)
Adds an attachment to the object identified by the oid.
|
void |
deleteAttachment(long attachmentID)
Deletes the attachment identified with attID.
|
void |
deleteAttachmentByGlobalID(java.lang.String globalID)
Deletes the attachment identified with attID.
|
void |
deleteAttachmentForParent(long parentObjectID,
long attachmentID)
Deletes the attachment.
|
void |
deleteAttachmentsForParent(long parentObjectID)
Deletes all attachments for the object with oid.
|
void |
deleteAttachmentsForParentByGlobalID(java.lang.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 |
getAttachmentsByAttachmentIDs(ILongLongArray attachmentIDs,
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.
|
IEnumAttachment |
getAttachmentsByParentIDs(ILongLongArray oids,
boolean infosOnly)
Returns the attachments for the objects with the object ids specified in the oids argument.
|
boolean |
isHasGlobalID()
Indicates if the attachments have a global object identity field.
|
void |
updateAttachment(IAttachment attachment)
Updates the attachment.
|
static final int IID52067577_796d_421a_8502_8f10d4ebd1fe
static final int xxDummy
static final java.lang.String IID
long addAttachment(long parentObjectID, IAttachment attachment) throws java.io.IOException, AutomationException
parentObjectID
- Signed 64-bit int (in)attachment
- A reference to a com.esri.arcgis.geodatabase.IAttachment (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumAttachment getAttachmentsByParentIDs(ILongLongArray oids, boolean infosOnly) throws java.io.IOException, AutomationException
oids
- A reference to a com.esri.arcgis.system.ILongLongArray (in)infosOnly
- The infosOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumAttachment getAttachmentsByAttachmentIDs(ILongLongArray attachmentIDs, boolean infosOnly) throws java.io.IOException, AutomationException
attachmentIDs
- A reference to a com.esri.arcgis.system.ILongLongArray (in)infosOnly
- The infosOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void updateAttachment(IAttachment attachment) throws java.io.IOException, AutomationException
attachment
- A reference to a com.esri.arcgis.geodatabase.IAttachment (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAttachment(long attachmentID) throws java.io.IOException, AutomationException
attachmentID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAttachmentsForParent(long parentObjectID) throws java.io.IOException, AutomationException
parentObjectID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasGlobalID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.long addAttachmentByGlobalID(java.lang.String parentGlobalID, IAttachment attachment) throws java.io.IOException, AutomationException
parentGlobalID
- The parentGlobalID (in)attachment
- A reference to a com.esri.arcgis.geodatabase.IAttachment (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumAttachment getAttachmentsByParentGlobalIDs(IStringArray parentGlobalIDs, boolean infosOnly) throws java.io.IOException, AutomationException
parentGlobalIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)infosOnly
- The infosOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnumAttachment getAttachmentsByAttachmentGlobalIDs(IStringArray attachmentGlobalIDs, boolean infosOnly) throws java.io.IOException, AutomationException
attachmentGlobalIDs
- A reference to a com.esri.arcgis.system.IStringArray (in)infosOnly
- The infosOnly (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAttachmentByGlobalID(java.lang.String globalID) throws java.io.IOException, AutomationException
globalID
- The globalID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAttachmentsForParentByGlobalID(java.lang.String parentGlobalID) throws java.io.IOException, AutomationException
parentGlobalID
- The parentGlobalID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void deleteAttachmentForParent(long parentObjectID, long attachmentID) throws java.io.IOException, AutomationException
parentObjectID
- Signed 64-bit int (in)attachmentID
- Signed 64-bit int (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.