com.esri.arcgis.trackinganalyst
Interface IActionHelper

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

public interface IActionHelper
extends java.io.Serializable

COM Interface 'IActionHelper'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriTrackingAnalyst.olb'

Description: 'Provides access to methods that allow actions to be set up using simple base objects instead of setting up several properties.' 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 IIDda8b5a03_d767_47fe_9ee6_575623e779a7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void setFromDataDefinition(IDatasetDef piDataDef)
          Set up the action based on a data definition.
 void setFromLayer(IFeatureLayer piLayer)
          Set up the action based on a feature layer.
 

Field Detail

IIDda8b5a03_d767_47fe_9ee6_575623e779a7

static final int IIDda8b5a03_d767_47fe_9ee6_575623e779a7
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

setFromDataDefinition

void setFromDataDefinition(IDatasetDef piDataDef)
                           throws java.io.IOException,
                                  AutomationException
Set up the action based on a data definition.

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

setFromLayer

void setFromLayer(IFeatureLayer piLayer)
                  throws java.io.IOException,
                         AutomationException
Set up the action based on a feature layer.

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