|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.trackinganalyst.IDataPartitionActionProxy
public class IDataPartitionActionProxy
Provides access to properties and methods needed for the Data Partition (server) actions.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IDataPartitionActionProxy()
|
|
IDataPartitionActionProxy(Object obj)
|
protected |
IDataPartitionActionProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
String[] |
getColumnMapping()
Column mapping between the input message fields and the destination message fields. |
String |
getDestinationDatasetDefinitionID()
Dataset Definition ID of the desired service for the output message. |
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 |
removeListener(String iidStr,
Object theListener)
|
void |
setColumnMapping(String[] pVal)
Column mapping between the input message fields and the destination message fields. |
void |
setDestinationDatasetDefinitionID(String pVal)
Dataset Definition ID of the desired service for the output message. |
void |
setDestinationDatasetDefinitionName(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 |
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 |
---|
public boolean noncastable
Constructor Detail |
---|
public IDataPartitionActionProxy()
public IDataPartitionActionProxy(Object obj) throws IOException
IOException
protected IDataPartitionActionProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public String[] getColumnMapping() throws IOException, AutomationException
getColumnMapping
in interface IDataPartitionAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColumnMapping(String[] pVal) throws IOException, AutomationException
setColumnMapping
in interface IDataPartitionAction
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isReplace() throws IOException, AutomationException
isReplace
in interface IDataPartitionAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setReplace(boolean pVal) throws IOException, AutomationException
setReplace
in interface IDataPartitionAction
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDestinationDatasetDefinitionName() throws IOException, AutomationException
getDestinationDatasetDefinitionName
in interface IDataPartitionAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDestinationDatasetDefinitionName(String pVal) throws IOException, AutomationException
setDestinationDatasetDefinitionName
in interface IDataPartitionAction
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDestinationDatasetDefinitionID() throws IOException, AutomationException
getDestinationDatasetDefinitionID
in interface IDataPartitionAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDestinationDatasetDefinitionID(String pVal) throws IOException, AutomationException
setDestinationDatasetDefinitionID
in interface IDataPartitionAction
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int[] getSourceColumnArray() throws IOException, AutomationException
getSourceColumnArray
in interface IDataPartitionAction
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSourceColumnArray(int[] pVal) throws IOException, AutomationException
setSourceColumnArray
in interface IDataPartitionAction
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |