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, objRef
IID, 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, writeExternal
public 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.UnknownHostException
java.io.IOException
public IAttachmentManagerProxy()
public IAttachmentManagerProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IAttachmentManagerProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected 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.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- 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.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public long addAttachment(long parentObjectID, IAttachment attachment) throws java.io.IOException, AutomationException
addAttachment
in interface IAttachmentManager
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.public IEnumAttachment getAttachmentsByParentIDs(ILongLongArray oids, boolean infosOnly) throws java.io.IOException, AutomationException
getAttachmentsByParentIDs
in interface IAttachmentManager
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.public IEnumAttachment getAttachmentsByAttachmentIDs(ILongLongArray attachmentIDs, boolean infosOnly) throws java.io.IOException, AutomationException
getAttachmentsByAttachmentIDs
in interface IAttachmentManager
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.public void updateAttachment(IAttachment attachment) throws java.io.IOException, AutomationException
updateAttachment
in interface IAttachmentManager
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 void deleteAttachment(long attachmentID) throws java.io.IOException, AutomationException
deleteAttachment
in interface IAttachmentManager
attachmentID
- 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 IAttachmentManager
parentObjectID
- 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 IAttachmentManager
java.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 IAttachmentManager
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.public IEnumAttachment getAttachmentsByParentGlobalIDs(IStringArray parentGlobalIDs, boolean infosOnly) throws java.io.IOException, AutomationException
getAttachmentsByParentGlobalIDs
in interface IAttachmentManager
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.public IEnumAttachment getAttachmentsByAttachmentGlobalIDs(IStringArray attachmentGlobalIDs, boolean infosOnly) throws java.io.IOException, AutomationException
getAttachmentsByAttachmentGlobalIDs
in interface IAttachmentManager
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.public void deleteAttachmentByGlobalID(java.lang.String globalID) throws java.io.IOException, AutomationException
deleteAttachmentByGlobalID
in interface IAttachmentManager
globalID
- 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 IAttachmentManager
parentGlobalID
- 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 IAttachmentManager
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.