com.esri.arcgis.trackinganalyst
Interface IConditionalActionConfigure

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ConditionalActionConfigure, ConditionalActionHelper, IConditionalActionConfigureProxy

public interface IConditionalActionConfigure
extends java.io.Serializable

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

Description: 'Provides access to properties and methods for the parent dialog of this Active X component to set the action to edit and control when to update the action.' 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 DISPID_1_GET_NAME
           
static java.lang.String DISPID_1_PUTREF_NAME
           
static java.lang.String DISPID_2_GET_NAME
           
static java.lang.String DISPID_2_PUT_NAME
           
static java.lang.String DISPID_3_NAME
           
static java.lang.String DISPID_4_NAME
           
static java.lang.String IID
          Deprecated. Internal use only
static int IID7af27269_e378_4b3e_a385_7691db000fb7
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IAction getActionToEdit()
          Action for the control to edit.
 boolean isReadOnly()
          Indicates if the action properties are read-only.
 void setActionToEditByRef(IAction pVal)
          Action for the control to edit.
 void setReadOnly(boolean pbvalReadOnly)
          Indicates if the action properties are read-only.
 void setServerConnection(IServerConnection piServerConnection)
          Set the active server connection, if running in a tracking server environment or service environment in a client application.
 void updateAction()
          Update the Action component with the values in the activeX component.
 

Field Detail

IID7af27269_e378_4b3e_a385_7691db000fb7

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

DISPID_1_GET_NAME

static final java.lang.String DISPID_1_GET_NAME
See Also:
Constant Field Values

DISPID_1_PUTREF_NAME

static final java.lang.String DISPID_1_PUTREF_NAME
See Also:
Constant Field Values

DISPID_2_GET_NAME

static final java.lang.String DISPID_2_GET_NAME
See Also:
Constant Field Values

DISPID_2_PUT_NAME

static final java.lang.String DISPID_2_PUT_NAME
See Also:
Constant Field Values

DISPID_3_NAME

static final java.lang.String DISPID_3_NAME
See Also:
Constant Field Values

DISPID_4_NAME

static final java.lang.String DISPID_4_NAME
See Also:
Constant Field Values
Method Detail

getActionToEdit

IAction getActionToEdit()
                        throws java.io.IOException,
                               AutomationException
Action for the control to edit.

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.

setActionToEditByRef

void setActionToEditByRef(IAction pVal)
                          throws java.io.IOException,
                                 AutomationException
Action for the control to edit.

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

isReadOnly

boolean isReadOnly()
                   throws java.io.IOException,
                          AutomationException
Indicates if the action properties are read-only.

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

setReadOnly

void setReadOnly(boolean pbvalReadOnly)
                 throws java.io.IOException,
                        AutomationException
Indicates if the action properties are read-only.

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

updateAction

void updateAction()
                  throws java.io.IOException,
                         AutomationException
Update the Action component with the values in the activeX component.

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

setServerConnection

void setServerConnection(IServerConnection piServerConnection)
                         throws java.io.IOException,
                                AutomationException
Set the active server connection, if running in a tracking server environment or service environment in a client application.

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