com.esri.arcgis.carto
Class IActionCollectionProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IActionCollectionProxy
All Implemented Interfaces:
IActionCollection, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for COM Interface 'IActionCollection'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the methods and properties needed to manage a collection of actions.' 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 =

public class IActionCollectionProxy
extends com.esri.arcgis.interop.Dispatch
implements IActionCollection, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.carto.IActionCollection
IID, IIDcc018a6d_24fb_11d4_b34c_00104ba2abcc
 
Constructor Summary
  IActionCollectionProxy()
          Deprecated. For internal use only
  IActionCollectionProxy(java.lang.Object obj)
          Deprecated.  
protected IActionCollectionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IActionCollectionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IActionCollectionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void add(IAction piAction, int nIndex)
          Deprecated. Adds an action to the collection.
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void checkLayers(boolean bRebuildGeometry)
          Deprecated. Checks for deleted Layers and disables affected actions.
 boolean dependsUponFeatureClass(IFeatureClass piFeatureClass)
          Deprecated. Indicates if a contained action depends upon the specified feature class.
 boolean disableActionsUsingLayer(ILayer piLayer)
          Deprecated. Disables all action using the specified layer for location trigger.
 int find(IAction piAction)
          Deprecated. Finds an action within the collection.
 IAction getAction(int nIndex)
          Deprecated. Retrieves the action at the specified index.
 int getActionCount()
          Deprecated. Total number of actions.
 int getCount()
          Deprecated. Number of objects in the collection.
 int getEnabledActionCount()
          Deprecated. Number of enabled actions.
 int getExclusionCategory()
          Deprecated. Action category to be excluded from processing.
 int getMaximumDepth()
          Deprecated. Maximum number of nested action levels to be processed.
 int getNextActionNumber()
          Deprecated. Gives next sequential number for assigning names to actions.
 void move(int nSourceIndex, int nDestinationIndex)
          Deprecated. Moves an action to a user-specified location in the collection.
 boolean reenableActionsUsingLayer(ILayer piLayer)
          Deprecated. Reenable all action using the specified layer for location trigger.
 void remove(int nIndex)
          Deprecated. Removes an action from the collection.
 void removeAll()
          Deprecated. Removes all actions from the index.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setExclusionCategory(int pVal)
          Deprecated. Action category to be excluded from processing.
 void setMaximumDepth(int pVal)
          Deprecated. Maximum number of nested action levels to be processed.
 void setNextActionNumber(int pVal)
          Deprecated. Gives next sequential number for assigning names to actions.
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IActionCollectionProxy

public IActionCollectionProxy(java.lang.String CLSID,
                              java.lang.String host,
                              com.esri.arcgis.interop.AuthInfo authInfo)
                       throws java.net.UnknownHostException,
                              java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IActionCollectionProxy

public IActionCollectionProxy()
Deprecated. 
For internal use only


IActionCollectionProxy

public IActionCollectionProxy(java.lang.Object obj)
                       throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IActionCollectionProxy

protected IActionCollectionProxy(java.lang.Object obj,
                                 java.lang.String iid)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IActionCollectionProxy

protected IActionCollectionProxy(java.lang.String CLSID,
                                 java.lang.String iid,
                                 java.lang.String host,
                                 com.esri.arcgis.interop.AuthInfo authInfo)
                          throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

add

public void add(IAction piAction,
                int nIndex)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Adds an action to the collection.

Specified by:
add in interface IActionCollection
Parameters:
piAction - A reference to a com.esri.arcgis.carto.IAction (in)
nIndex - The nIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

remove

public void remove(int nIndex)
            throws java.io.IOException,
                   AutomationException
Deprecated. 
Removes an action from the collection.

Specified by:
remove in interface IActionCollection
Parameters:
nIndex - The nIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

move

public void move(int nSourceIndex,
                 int nDestinationIndex)
          throws java.io.IOException,
                 AutomationException
Deprecated. 
Moves an action to a user-specified location in the collection.

Specified by:
move in interface IActionCollection
Parameters:
nSourceIndex - The nSourceIndex (in)
nDestinationIndex - The nDestinationIndex (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

removeAll

public void removeAll()
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Removes all actions from the index.

Specified by:
removeAll in interface IActionCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getAction

public IAction getAction(int nIndex)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Retrieves the action at the specified index.

Specified by:
getAction in interface IActionCollection
Parameters:
nIndex - The nIndex (in)
Returns:
A reference to a com.esri.arcgis.carto.IAction
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

public int getCount()
             throws java.io.IOException,
                    AutomationException
Deprecated. 
Number of objects in the collection.

Specified by:
getCount in interface IActionCollection
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

find

public int find(IAction piAction)
         throws java.io.IOException,
                AutomationException
Deprecated. 
Finds an action within the collection.

Specified by:
find in interface IActionCollection
Parameters:
piAction - A reference to a com.esri.arcgis.carto.IAction (in)
Returns:
The pnIndex
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumDepth

public int getMaximumDepth()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Maximum number of nested action levels to be processed.

Specified by:
getMaximumDepth in interface IActionCollection
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximumDepth

public void setMaximumDepth(int pVal)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Maximum number of nested action levels to be processed.

Specified by:
setMaximumDepth in interface IActionCollection
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNextActionNumber

public int getNextActionNumber()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Gives next sequential number for assigning names to actions.

Specified by:
getNextActionNumber in interface IActionCollection
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setNextActionNumber

public void setNextActionNumber(int pVal)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Gives next sequential number for assigning names to actions.

Specified by:
setNextActionNumber in interface IActionCollection
Parameters:
pVal - The pVal (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExclusionCategory

public int getExclusionCategory()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Action category to be excluded from processing.

Specified by:
getExclusionCategory in interface IActionCollection
Returns:
A com.esri.arcgis.carto.enumActionCategory constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExclusionCategory

public void setExclusionCategory(int pVal)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Action category to be excluded from processing.

Specified by:
setExclusionCategory in interface IActionCollection
Parameters:
pVal - A com.esri.arcgis.carto.enumActionCategory constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getActionCount

public int getActionCount()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Total number of actions.

Specified by:
getActionCount in interface IActionCollection
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEnabledActionCount

public int getEnabledActionCount()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Number of enabled actions.

Specified by:
getEnabledActionCount in interface IActionCollection
Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

dependsUponFeatureClass

public boolean dependsUponFeatureClass(IFeatureClass piFeatureClass)
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates if a contained action depends upon the specified feature class.

Specified by:
dependsUponFeatureClass in interface IActionCollection
Parameters:
piFeatureClass - A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)
Returns:
The bResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

disableActionsUsingLayer

public boolean disableActionsUsingLayer(ILayer piLayer)
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Disables all action using the specified layer for location trigger.

Specified by:
disableActionsUsingLayer in interface IActionCollection
Parameters:
piLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Returns:
The bResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reenableActionsUsingLayer

public boolean reenableActionsUsingLayer(ILayer piLayer)
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Reenable all action using the specified layer for location trigger.

Specified by:
reenableActionsUsingLayer in interface IActionCollection
Parameters:
piLayer - A reference to a com.esri.arcgis.carto.ILayer (in)
Returns:
The bResult
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

checkLayers

public void checkLayers(boolean bRebuildGeometry)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Checks for deleted Layers and disables affected actions.

Specified by:
checkLayers in interface IActionCollection
Parameters:
bRebuildGeometry - The bRebuildGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.