|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.CheckinDelta
public class CheckinDelta
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.
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(Object inDeltaDatabase,
Object destWorkspace)
Creates the Check In From Delta tool with the required parameters. |
Method Summary | |
---|---|
Object |
getDestWorkspace()
Returns the Check-in to Workspace parameter of this tool . |
Object |
getInDeltaDatabase()
Returns the Check-in from Delta Database parameter of this tool . |
Object |
getOutputWorkspace()
Returns the Output Workspace parameter of this tool (Read only). |
String |
getReconcile()
Returns the Reconcile with the Parent Version 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 |
setDestWorkspace(Object destWorkspace)
Sets the Check-in to Workspace parameter of this tool . |
void |
setInDeltaDatabase(Object inDeltaDatabase)
Sets the Check-in from Delta Database parameter of this tool . |
void |
setReconcile(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 |
---|
public CheckinDelta()
Initializes the array of tool parameters with the default values specified when the tool was created.
public CheckinDelta(Object inDeltaDatabase, Object destWorkspace)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other 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 |
---|
public Object getInDeltaDatabase()
public void setInDeltaDatabase(Object inDeltaDatabase)
inDeltaDatabase
- the delta file that contains the changes to be synchronized.public Object getDestWorkspace()
public void setDestWorkspace(Object destWorkspace)
destWorkspace
- the parent replica geodatabase. The ArcSDE workspace to which changes will be applied.public String getReconcile()
public void setReconcile(String reconcile)
reconcile
- indicates whether the synchronize process should reconcile the synchronization version after the edits have been synchronized.public Object getOutputWorkspace()
public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |