com.esri.arcgis.carto
Class IActionProxy

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

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

Description: 'Provides access to properties and methods needed to manage general actions settings and funcationality.' 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 IActionProxy
extends com.esri.arcgis.interop.Dispatch
implements IAction, 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.IAction
IID, IIDcc018a6e_24fb_11d4_b34c_00104ba2abcc
 
Constructor Summary
  IActionProxy()
          Deprecated. For internal use only
  IActionProxy(java.lang.Object obj)
          Deprecated.  
protected IActionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IActionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IActionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 void clearCounts()
          Deprecated. Clears all the internal counters for this action.
 void evaluate(java.lang.Object piObject, java.lang.Object[] pvarReturnedObjects)
          Deprecated. Takes an input object and evaluates the object based on predefined criteria.
 int getActionCategory()
          Deprecated. Indicates the type of action to be applied to data.
 java.lang.String getAlias()
          Deprecated. Allows user to specify or retrieve the alias name for this action.
 int getEvaluationCount()
          Deprecated. Number of times this action has been evaluated.
 int getFilteredCount()
          Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED.
 java.lang.String getLabel()
          Deprecated. Allows user to specify or retreive tha label name for this action.
 int getModifiedCount()
          Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED.
 java.lang.String getName()
          Deprecated. Developer-given name of the object.
 int getProcessedCount()
          Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED.
 java.lang.String getRulesDescription()
          Deprecated. Describes what the action will do.
 int getStopProcessingCount()
          Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING.
 java.lang.String getType()
          Deprecated. Allows user to obtain a string describing the type of action object.
 double getVersion()
          Deprecated. Allows user to retrieve the version number for this action.
 boolean isContinueProcessing()
          Deprecated. Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing.
 boolean isEnabled()
          Deprecated. Indicates whether or not an action in the action list is enabled for processing.
 boolean isStopProcessing()
          Deprecated. Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setActionCategory(int pVal)
          Deprecated. Indicates the type of action to be applied to data.
 void setAlias(java.lang.String pbstrAlias)
          Deprecated. Allows user to specify or retrieve the alias name for this action.
 void setIsEnabled(boolean pbvarIsEnabled)
          Deprecated. Indicates whether or not an action in the action list is enabled for processing.
 void setLabel(java.lang.String pbstrLabel)
          Deprecated. Allows user to specify or retreive tha label name for this action.
 void setStopProcessing(boolean pbvarStopProcessing)
          Deprecated. Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing.
 
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

IActionProxy

public IActionProxy(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

IActionProxy

public IActionProxy()
Deprecated. 
For internal use only


IActionProxy

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

IActionProxy

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

IActionProxy

protected IActionProxy(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

getVersion

public double getVersion()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Allows user to retrieve the version number for this action.

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

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Developer-given name of the object.

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

getRulesDescription

public java.lang.String getRulesDescription()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Describes what the action will do.

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

isContinueProcessing

public boolean isContinueProcessing()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing.

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

getAlias

public java.lang.String getAlias()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Allows user to specify or retrieve the alias name for this action.

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

setAlias

public void setAlias(java.lang.String pbstrAlias)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Allows user to specify or retrieve the alias name for this action.

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

getLabel

public java.lang.String getLabel()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Allows user to specify or retreive tha label name for this action.

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

setLabel

public void setLabel(java.lang.String pbstrLabel)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Allows user to specify or retreive tha label name for this action.

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

getType

public java.lang.String getType()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Allows user to obtain a string describing the type of action object.

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

isEnabled

public boolean isEnabled()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether or not an action in the action list is enabled for processing.

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

setIsEnabled

public void setIsEnabled(boolean pbvarIsEnabled)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether or not an action in the action list is enabled for processing.

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

setStopProcessing

public void setStopProcessing(boolean pbvarStopProcessing)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing.

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

evaluate

public void evaluate(java.lang.Object piObject,
                     java.lang.Object[] pvarReturnedObjects)
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Takes an input object and evaluates the object based on predefined criteria.

Specified by:
evaluate in interface IAction
Parameters:
piObject - A reference to another Object (IUnknown) (in)
pvarReturnedObjects - A Variant (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isStopProcessing

public boolean isStopProcessing()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing.

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

getEvaluationCount

public int getEvaluationCount()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Number of times this action has been evaluated.

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

getStopProcessingCount

public int getStopProcessingCount()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING.

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

getFilteredCount

public int getFilteredCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED.

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

getModifiedCount

public int getModifiedCount()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED.

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

getProcessedCount

public int getProcessedCount()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED.

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

clearCounts

public void clearCounts()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Clears all the internal counters for this action.

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

getActionCategory

public int getActionCategory()
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates the type of action to be applied to data.

Specified by:
getActionCategory in interface IAction
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.

setActionCategory

public void setActionCategory(int pVal)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Indicates the type of action to be applied to data.

Specified by:
setActionCategory in interface IAction
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.