com.esri.arcgis.carto
Class IConditionalActionProxy

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

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

Description: 'Provides access to properties and methods needed to manage conditional 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 IConditionalActionProxy
extends com.esri.arcgis.interop.Dispatch
implements IConditionalAction, 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.IConditionalAction
IID, IIDaa2e34e9_4278_4391_9e14_6c3a4dd2ae2a
 
Constructor Summary
  IConditionalActionProxy()
          Deprecated. For internal use only
  IConditionalActionProxy(java.lang.Object obj)
          Deprecated.  
protected IConditionalActionProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IConditionalActionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IConditionalActionProxy(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.  
 java.lang.Object getColumnList()
          Deprecated. The list of columns from the feature or the dataset definition.
 java.lang.String getLocationTriggerName()
          Deprecated. Name of the custom location trigger for the action if one is being used.
 int getLocationTriggerType()
          Deprecated. Spatial relationship of an intrinsic location trigger.
 java.lang.String getPolygonSource()
          Deprecated. Not Implemented - Use the PolygonSourceName property of IConditionalAction2.
 java.lang.String getQueryString()
          Deprecated. SQL query for an attribute trigger.
 java.lang.String getSpatialReference()
          Deprecated. String describing the Spatial Reference used by the Action.
 IGeometry getTestGeometry()
          Deprecated. Geometry used for location trigger test.
 ILayer getTriggerLayer()
          Deprecated. Layer containing location test polygons.
 java.lang.String getTriggerLayerName()
          Deprecated. Name of layer containing location test polygons.
 int getTriggerType()
          Deprecated. Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location.
 boolean isNegateLocationTrigger()
          Deprecated. Indicates whether or not to negate results of the location trigger.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setColumnList(java.lang.Object pVal)
          Deprecated. The list of columns from the feature or the dataset definition.
 void setLocationTriggerName(java.lang.String pVal)
          Deprecated. Name of the custom location trigger for the action if one is being used.
 void setLocationTriggerType(int pVal)
          Deprecated. Spatial relationship of an intrinsic location trigger.
 void setNegateLocationTrigger(boolean pVal)
          Deprecated. Indicates whether or not to negate results of the location trigger.
 void setPolygonSource(java.lang.String pVal)
          Deprecated. Not Implemented - Use the PolygonSourceName property of IConditionalAction2.
 void setQueryString(java.lang.String pVal)
          Deprecated. SQL query for an attribute trigger.
 void setSpatialReference(java.lang.String pVal)
          Deprecated. String describing the Spatial Reference used by the Action.
 void setTestGeometry(IGeometry ppiTestGeometry)
          Deprecated. Geometry used for location trigger test.
 void setTriggerLayerByRef(ILayer pVal)
          Deprecated. Layer containing location test polygons.
 void setTriggerType(int pVal)
          Deprecated. Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location.
 
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

IConditionalActionProxy

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

IConditionalActionProxy

public IConditionalActionProxy()
Deprecated. 
For internal use only


IConditionalActionProxy

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

IConditionalActionProxy

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

IConditionalActionProxy

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

getTriggerType

public int getTriggerType()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location.

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

setTriggerType

public void setTriggerType(int pVal)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Type of trigger used to execute an action: Always, Location, Attribute, or Attribute and Location.

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

getLocationTriggerType

public int getLocationTriggerType()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Spatial relationship of an intrinsic location trigger.

Specified by:
getLocationTriggerType in interface IConditionalAction
Returns:
A com.esri.arcgis.geodatabase.esriSpatialRelEnum constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLocationTriggerType

public void setLocationTriggerType(int pVal)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Spatial relationship of an intrinsic location trigger.

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

getQueryString

public java.lang.String getQueryString()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
SQL query for an attribute trigger.

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

setQueryString

public void setQueryString(java.lang.String pVal)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
SQL query for an attribute trigger.

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

getTriggerLayer

public ILayer getTriggerLayer()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Layer containing location test polygons.

Specified by:
getTriggerLayer in interface IConditionalAction
Returns:
A reference to a com.esri.arcgis.carto.ILayer
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTriggerLayerByRef

public void setTriggerLayerByRef(ILayer pVal)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Layer containing location test polygons.

Specified by:
setTriggerLayerByRef in interface IConditionalAction
Parameters:
pVal - A reference to a com.esri.arcgis.carto.ILayer (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isNegateLocationTrigger

public boolean isNegateLocationTrigger()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Indicates whether or not to negate results of the location trigger.

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

setNegateLocationTrigger

public void setNegateLocationTrigger(boolean pVal)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Indicates whether or not to negate results of the location trigger.

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

getPolygonSource

public java.lang.String getPolygonSource()
                                  throws java.io.IOException,
                                         AutomationException
Deprecated. 
Not Implemented - Use the PolygonSourceName property of IConditionalAction2.

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

setPolygonSource

public void setPolygonSource(java.lang.String pVal)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Not Implemented - Use the PolygonSourceName property of IConditionalAction2.

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

getColumnList

public java.lang.Object getColumnList()
                               throws java.io.IOException,
                                      AutomationException
Deprecated. 
The list of columns from the feature or the dataset definition.

Specified by:
getColumnList in interface IConditionalAction
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setColumnList

public void setColumnList(java.lang.Object pVal)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The list of columns from the feature or the dataset definition.

Specified by:
setColumnList in interface IConditionalAction
Parameters:
pVal - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTriggerLayerName

public java.lang.String getTriggerLayerName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
Name of layer containing location test polygons.

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

setLocationTriggerName

public void setLocationTriggerName(java.lang.String pVal)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Name of the custom location trigger for the action if one is being used.

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

getLocationTriggerName

public java.lang.String getLocationTriggerName()
                                        throws java.io.IOException,
                                               AutomationException
Deprecated. 
Name of the custom location trigger for the action if one is being used.

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

setTestGeometry

public void setTestGeometry(IGeometry ppiTestGeometry)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Geometry used for location trigger test.

Specified by:
setTestGeometry in interface IConditionalAction
Parameters:
ppiTestGeometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTestGeometry

public IGeometry getTestGeometry()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Geometry used for location trigger test.

Specified by:
getTestGeometry in interface IConditionalAction
Returns:
A reference to a com.esri.arcgis.geometry.IGeometry
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSpatialReference

public void setSpatialReference(java.lang.String pVal)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
String describing the Spatial Reference used by the Action.

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

getSpatialReference

public java.lang.String getSpatialReference()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
String describing the Spatial Reference used by the Action.

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