com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class ReExportUnacknowledgedMessages

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.ReExportUnacknowledgedMessages
All Implemented Interfaces:
GPTool

public class ReExportUnacknowledgedMessages
extends AbstractGPTool

Creates an output delta file containing unacknowledged replica updates from a one-way or two-way replica geodatabase. The Re-Export Unacknowledged Messages tool is contained in the Data Management Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
ReExportUnacknowledgedMessages()
          Creates the Re-Export Unacknowledged Messages tool with defaults.
ReExportUnacknowledgedMessages(Object inGeodatabase, Object outputDeltaFile, String inReplica, String inExportOption)
          Creates the Re-Export Unacknowledged Messages tool with the required parameters.
 
Method Summary
 String getInExportOption()
          Returns the Export options parameter of this tool .
 Object getInGeodatabase()
          Returns the Export from Replica Geodatabase parameter of this tool .
 String getInReplica()
          Returns the Replica parameter of this tool .
 Object getOutputDeltaFile()
          Returns the Output Delta File parameter of this tool .
 String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 String getToolboxName()
          Returns the name of the tool box containing this tool.
 String getToolName()
          Returns the name of this tool.
 void setInExportOption(String inExportOption)
          Sets the Export options parameter of this tool .
 void setInGeodatabase(Object inGeodatabase)
          Sets the Export from Replica Geodatabase parameter of this tool .
 void setInReplica(String inReplica)
          Sets the Replica parameter of this tool .
 void setOutputDeltaFile(Object outputDeltaFile)
          Sets the Output Delta File parameter of this tool .
 
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
getParameterValues, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReExportUnacknowledgedMessages

public ReExportUnacknowledgedMessages()
Creates the Re-Export Unacknowledged Messages tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


ReExportUnacknowledgedMessages

public ReExportUnacknowledgedMessages(Object inGeodatabase,
                                      Object outputDeltaFile,
                                      String inReplica,
                                      String inExportOption)
Creates the Re-Export Unacknowledged Messages tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inGeodatabase - specifies the replica geodatabase from which to reexport the unacknowledged messages. The geodatabase may be a local geodatabase or a geodata service.
outputDeltaFile - specifies the delta file in which to reexport data changes.
inReplica - the replica from which the unacknowledgement messages will be reexported.
inExportOption - null
Method Detail

getInGeodatabase

public Object getInGeodatabase()
Returns the Export from Replica Geodatabase parameter of this tool . This parameter is specifies the replica geodatabase from which to reexport the unacknowledged messages. The geodatabase may be a local geodatabase or a geodata service. This is a required parameter.

Returns:
the Export from Replica Geodatabase

setInGeodatabase

public void setInGeodatabase(Object inGeodatabase)
Sets the Export from Replica Geodatabase parameter of this tool . This parameter is specifies the replica geodatabase from which to reexport the unacknowledged messages. The geodatabase may be a local geodatabase or a geodata service. This is a required parameter.

Parameters:
inGeodatabase - specifies the replica geodatabase from which to reexport the unacknowledged messages. The geodatabase may be a local geodatabase or a geodata service.

getOutputDeltaFile

public Object getOutputDeltaFile()
Returns the Output Delta File parameter of this tool . This parameter is specifies the delta file in which to reexport data changes. This is a required parameter.

Returns:
the Output Delta File

setOutputDeltaFile

public void setOutputDeltaFile(Object outputDeltaFile)
Sets the Output Delta File parameter of this tool . This parameter is specifies the delta file in which to reexport data changes. This is a required parameter.

Parameters:
outputDeltaFile - specifies the delta file in which to reexport data changes.

getInReplica

public String getInReplica()
Returns the Replica parameter of this tool . This parameter is the replica from which the unacknowledgement messages will be reexported. This is a required parameter.

Returns:
the Replica

setInReplica

public void setInReplica(String inReplica)
Sets the Replica parameter of this tool . This parameter is the replica from which the unacknowledgement messages will be reexported. This is a required parameter.

Parameters:
inReplica - the replica from which the unacknowledgement messages will be reexported.

getInExportOption

public String getInExportOption()
Returns the Export options parameter of this tool . This is a required parameter.

Returns:
the Export options

setInExportOption

public void setInExportOption(String inExportOption)
Sets the Export options parameter of this tool . This is a required parameter.

Parameters:
inExportOption - null

getToolName

public String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias