com.esri.arcgis.carto
Interface IConditionalAction4

All Superinterfaces:
IConditionalAction2, java.io.Serializable
All Known Implementing Classes:
ActionBase, DataModificationAction, DataPartitionAction, DataSummaryAction, EmailAlertAction, FilterAction, HighlightSuppressionAction, IConditionalAction4Proxy, TagAction

public interface IConditionalAction4
extends IConditionalAction2, java.io.Serializable

COM Interface 'IConditionalAction4'. 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID9ea7fb9c_109f_48e8_91d5_50bb5170244e
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IConditionalAction2
IIDdaf384e0_8a7a_11d7_b87f_00010265adc5
 
Method Summary
 ILocationTrigger getLocationTrigger()
          Custom location trigger for the action if one is being used.
 boolean isFavorQuery()
          Indicates if the Attribute Query should be performed first and then the location test.
 void setFavorQuery(boolean pVal)
          Indicates if the Attribute Query should be performed first and then the location test.
 void setLocationTriggerByRef(ILocationTrigger ppLocationTrigger)
          Custom location trigger for the action if one is being used.
 
Methods inherited from interface com.esri.arcgis.carto.IConditionalAction2
getColumnList, getLocationTriggerName, getLocationTriggerType, getPolygonSourceName, getQueryString, getSpatialReference, getTestGeometry, getTriggerLayer, getTriggerLayerName, getTriggerType, isNegateLocationTrigger, setColumnList, setLocationTriggerName, setLocationTriggerType, setNegateLocationTrigger, setPolygonSourceNameByRef, setQueryString, setSpatialReference, setTestGeometry, setTriggerLayerByRef, setTriggerType
 

Field Detail

IID9ea7fb9c_109f_48e8_91d5_50bb5170244e

static final int IID9ea7fb9c_109f_48e8_91d5_50bb5170244e
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isFavorQuery

boolean isFavorQuery()
                     throws java.io.IOException,
                            AutomationException
Indicates if the Attribute Query should be performed first and then the location test.

Returns:
The pVal
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFavorQuery

void setFavorQuery(boolean pVal)
                   throws java.io.IOException,
                          AutomationException
Indicates if the Attribute Query should be performed first and then the location test.

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

setLocationTriggerByRef

void setLocationTriggerByRef(ILocationTrigger ppLocationTrigger)
                             throws java.io.IOException,
                                    AutomationException
Custom location trigger for the action if one is being used.

Parameters:
ppLocationTrigger - A reference to a com.esri.arcgis.carto.ILocationTrigger (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLocationTrigger

ILocationTrigger getLocationTrigger()
                                    throws java.io.IOException,
                                           AutomationException
Custom location trigger for the action if one is being used.

Returns:
A reference to a com.esri.arcgis.carto.ILocationTrigger
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.