public class IAttachmentManagerProxy extends com.esri.arcgis.interop.Dispatch implements IAttachmentManager, 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID52067577_796d_421a_8502_8f10d4ebd1fe| Modifier | Constructor and Description |
|---|---|
|
IAttachmentManagerProxy()
For internal use only
|
|
IAttachmentManagerProxy(java.lang.Object obj) |
protected |
IAttachmentManagerProxy(java.lang.Object obj,
java.lang.String iid) |
|
IAttachmentManagerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IAttachmentManagerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| 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 |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
updateAttachment(IAttachment attachment)
Updates the attachment.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IAttachmentManagerProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IAttachmentManagerProxy()
public IAttachmentManagerProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IAttachmentManagerProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IAttachmentManagerProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic long addAttachment(long parentObjectID,
IAttachment attachment)
throws java.io.IOException,
AutomationException
addAttachment in interface IAttachmentManagerparentObjectID - 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.public IEnumAttachment getAttachmentsByParentIDs(ILongLongArray oids, boolean infosOnly) throws java.io.IOException, AutomationException
getAttachmentsByParentIDs in interface IAttachmentManageroids - 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.public IEnumAttachment getAttachmentsByAttachmentIDs(ILongLongArray attachmentIDs, boolean infosOnly) throws java.io.IOException, AutomationException
getAttachmentsByAttachmentIDs in interface IAttachmentManagerattachmentIDs - 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.public void updateAttachment(IAttachment attachment) throws java.io.IOException, AutomationException
updateAttachment in interface IAttachmentManagerattachment - 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.public void deleteAttachment(long attachmentID)
throws java.io.IOException,
AutomationException
deleteAttachment in interface IAttachmentManagerattachmentID - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void deleteAttachmentsForParent(long parentObjectID)
throws java.io.IOException,
AutomationException
deleteAttachmentsForParent in interface IAttachmentManagerparentObjectID - Signed 64-bit int (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isHasGlobalID()
throws java.io.IOException,
AutomationException
isHasGlobalID in interface IAttachmentManagerjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public long addAttachmentByGlobalID(java.lang.String parentGlobalID,
IAttachment attachment)
throws java.io.IOException,
AutomationException
addAttachmentByGlobalID in interface IAttachmentManagerparentGlobalID - 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.public IEnumAttachment getAttachmentsByParentGlobalIDs(IStringArray parentGlobalIDs, boolean infosOnly) throws java.io.IOException, AutomationException
getAttachmentsByParentGlobalIDs in interface IAttachmentManagerparentGlobalIDs - 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.public IEnumAttachment getAttachmentsByAttachmentGlobalIDs(IStringArray attachmentGlobalIDs, boolean infosOnly) throws java.io.IOException, AutomationException
getAttachmentsByAttachmentGlobalIDs in interface IAttachmentManagerattachmentGlobalIDs - 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.public void deleteAttachmentByGlobalID(java.lang.String globalID)
throws java.io.IOException,
AutomationException
deleteAttachmentByGlobalID in interface IAttachmentManagerglobalID - The globalID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void deleteAttachmentsForParentByGlobalID(java.lang.String parentGlobalID)
throws java.io.IOException,
AutomationException
deleteAttachmentsForParentByGlobalID in interface IAttachmentManagerparentGlobalID - The parentGlobalID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void deleteAttachmentForParent(long parentObjectID,
long attachmentID)
throws java.io.IOException,
AutomationException
deleteAttachmentForParent in interface IAttachmentManagerparentObjectID - 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.