|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAttachmentManager
COM Interface 'IAttachmentManager'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID52067577_796d_421a_8502_8f10d4ebd1fe
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
addAttachment(int parentObjectID,
IAttachment attachment)
Adds an attachment to the object identified by the oid. |
void |
deleteAttachment(int attachmentID)
Deletes the attachment identified with attID. |
void |
deleteAttachmentsForParent(int parentObjectID)
Deletes all attachments for the object with oid. |
IEnumAttachment |
getAttachmentsByAttachmentIDs(ILongArray attachmentIDs,
boolean infosOnly)
Returns the attachments for the attachments with the attachment ids specified in the attIDs argument. |
IEnumAttachment |
getAttachmentsByParentIDs(ILongArray 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. |
Field Detail |
---|
static final int IID52067577_796d_421a_8502_8f10d4ebd1fe
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int addAttachment(int parentObjectID, IAttachment attachment) throws java.io.IOException, AutomationException
parentObjectID
- The parentObjectID (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(ILongArray oids, boolean infosOnly) throws java.io.IOException, AutomationException
oids
- A reference to a com.esri.arcgis.system.ILongArray (in)infosOnly
- The infosOnly (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumAttachment getAttachmentsByAttachmentIDs(ILongArray attachmentIDs, boolean infosOnly) throws java.io.IOException, AutomationException
attachmentIDs
- A reference to a com.esri.arcgis.system.ILongArray (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(int attachmentID) throws java.io.IOException, AutomationException
attachmentID
- The attachmentID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteAttachmentsForParent(int parentObjectID) throws java.io.IOException, AutomationException
parentObjectID
- The parentObjectID (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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |