|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataPartitionAction
Provides access to properties and methods needed for the Data Partition (server) actions.
Method Summary | |
---|---|
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 |
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 |
Method Detail |
---|
String[] getColumnMapping() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColumnMapping(String[] pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReplace() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReplace(boolean pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDestinationDatasetDefinitionName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationDatasetDefinitionName(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDestinationDatasetDefinitionID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDestinationDatasetDefinitionID(String pVal) throws IOException, AutomationException
pVal
- The pVal (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int[] getSourceColumnArray() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceColumnArray(int[] pVal) throws IOException, AutomationException
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 |