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

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

public class CheckinDelta
extends AbstractGPTool

Imports changes from a delta file into the parent replica. A delta file contains only the changes exported from a child replica geodatabase. The Check In From Delta 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
CheckinDelta()
          Creates the Check In From Delta tool with defaults.
CheckinDelta(java.lang.Object inDeltaDatabase, java.lang.Object destWorkspace)
          Creates the Check In From Delta tool with the required parameters.
 
Method Summary
 java.lang.Object getDestWorkspace()
          Returns the Check-in to Workspace parameter of this tool .
 java.lang.Object getInDeltaDatabase()
          Returns the Check-in from Delta Database parameter of this tool .
 java.lang.Object getOutputWorkspace()
          Returns the Output Workspace parameter of this tool (Read only).
 java.lang.String getReconcile()
          Returns the Reconcile with the Parent Version parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setDestWorkspace(java.lang.Object destWorkspace)
          Sets the Check-in to Workspace parameter of this tool .
 void setInDeltaDatabase(java.lang.Object inDeltaDatabase)
          Sets the Check-in from Delta Database parameter of this tool .
 void setReconcile(java.lang.String reconcile)
          Sets the Reconcile with the Parent Version 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

CheckinDelta

public CheckinDelta()
Creates the Check In From Delta tool with defaults.

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


CheckinDelta

public CheckinDelta(java.lang.Object inDeltaDatabase,
                    java.lang.Object destWorkspace)
Creates the Check In From Delta 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:
inDeltaDatabase - the delta file that contains the changes to be synchronized.
destWorkspace - the parent replica geodatabase. The ArcSDE workspace to which changes will be applied.
Method Detail

getInDeltaDatabase

public java.lang.Object getInDeltaDatabase()
Returns the Check-in from Delta Database parameter of this tool . This parameter is the delta file that contains the changes to be synchronized. This is a required parameter.

Returns:
the Check-in from Delta Database

setInDeltaDatabase

public void setInDeltaDatabase(java.lang.Object inDeltaDatabase)
Sets the Check-in from Delta Database parameter of this tool . This parameter is the delta file that contains the changes to be synchronized. This is a required parameter.

Parameters:
inDeltaDatabase - the delta file that contains the changes to be synchronized.

getDestWorkspace

public java.lang.Object getDestWorkspace()
Returns the Check-in to Workspace parameter of this tool . This parameter is the parent replica geodatabase. The ArcSDE workspace to which changes will be applied. This is a required parameter.

Returns:
the Check-in to Workspace

setDestWorkspace

public void setDestWorkspace(java.lang.Object destWorkspace)
Sets the Check-in to Workspace parameter of this tool . This parameter is the parent replica geodatabase. The ArcSDE workspace to which changes will be applied. This is a required parameter.

Parameters:
destWorkspace - the parent replica geodatabase. The ArcSDE workspace to which changes will be applied.

getReconcile

public java.lang.String getReconcile()
Returns the Reconcile with the Parent Version parameter of this tool . This parameter is indicates whether the synchronize process should reconcile the synchronization version after the edits have been synchronized. This is an optional parameter.

Returns:
the Reconcile with the Parent Version

setReconcile

public void setReconcile(java.lang.String reconcile)
Sets the Reconcile with the Parent Version parameter of this tool . This parameter is indicates whether the synchronize process should reconcile the synchronization version after the edits have been synchronized. This is an optional parameter.

Parameters:
reconcile - indicates whether the synchronize process should reconcile the synchronization version after the edits have been synchronized.

getOutputWorkspace

public java.lang.Object getOutputWorkspace()
Returns the Output Workspace parameter of this tool (Read only). This is an derived parameter.

Returns:
the Output Workspace

getToolName

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

Returns:
the tool name

getToolboxName

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

Returns:
the tool box name

getToolboxAlias

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

Returns:
the tool box alias