com.esri.arcgis.trackinganalyst
Interface IDataPartitionAction

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DataPartitionAction, IDataPartitionActionProxy

public interface IDataPartitionAction
extends java.io.Serializable

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

Description: 'Provides access to properties and methods needed for the Data Partition (server) 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 IIDeedcc1a1_8c73_43d6_ba79_a4a213c65e09
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String[] getColumnMapping()
          Column mapping between the input message fields and the destination message fields.
 java.lang.String getDestinationDatasetDefinitionID()
          Dataset Definition ID of the desired service for the output message.
 java.lang.String getDestinationDatasetDefinitionName()
          Name of the desired service for the output message.
 int[] getSourceColumnArray()
          Array of column indices for retrieving source message field values for the destination message
 boolean isReplace()
          Indicates if the action replaces (true) the input message, or is inaddition (false) to it.
 void setColumnMapping(java.lang.String[] pVal)
          Column mapping between the input message fields and the destination message fields.
 void setDestinationDatasetDefinitionID(java.lang.String pVal)
          Dataset Definition ID of the desired service for the output message.
 void setDestinationDatasetDefinitionName(java.lang.String pVal)
          Name of the desired service for the output message.
 void setReplace(boolean pVal)
          Indicates if the action replaces (true) the input message, or is inaddition (false) to it.
 void setSourceColumnArray(int[] pVal)
          Array of column indices for retrieving source message field values for the destination message
 

Field Detail

IIDeedcc1a1_8c73_43d6_ba79_a4a213c65e09

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

getColumnMapping

java.lang.String[] getColumnMapping()
                                    throws java.io.IOException,
                                           AutomationException
Column mapping between the input message fields and the destination message fields.

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

setColumnMapping

void setColumnMapping(java.lang.String[] pVal)
                      throws java.io.IOException,
                             AutomationException
Column mapping between the input message fields and the destination message fields.

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

isReplace

boolean isReplace()
                  throws java.io.IOException,
                         AutomationException
Indicates if the action replaces (true) the input message, or is inaddition (false) to it.

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

setReplace

void setReplace(boolean pVal)
                throws java.io.IOException,
                       AutomationException
Indicates if the action replaces (true) the input message, or is inaddition (false) to it.

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

getDestinationDatasetDefinitionName

java.lang.String getDestinationDatasetDefinitionName()
                                                     throws java.io.IOException,
                                                            AutomationException
Name of the desired service for the output message.

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

setDestinationDatasetDefinitionName

void setDestinationDatasetDefinitionName(java.lang.String pVal)
                                         throws java.io.IOException,
                                                AutomationException
Name of the desired service for the output message.

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

getDestinationDatasetDefinitionID

java.lang.String getDestinationDatasetDefinitionID()
                                                   throws java.io.IOException,
                                                          AutomationException
Dataset Definition ID of the desired service for the output message.

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

setDestinationDatasetDefinitionID

void setDestinationDatasetDefinitionID(java.lang.String pVal)
                                       throws java.io.IOException,
                                              AutomationException
Dataset Definition ID of the desired service for the output message.

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

getSourceColumnArray

int[] getSourceColumnArray()
                           throws java.io.IOException,
                                  AutomationException
Array of column indices for retrieving source message field values for the destination message

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

setSourceColumnArray

void setSourceColumnArray(int[] pVal)
                          throws java.io.IOException,
                                 AutomationException
Array of column indices for retrieving source message field values for the destination message

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