|
|||||||||
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.Checkin
public class Checkin
Synchronizes changes from a check-out replica in an ArcSDE, file, or personal geodatabase to the parent ArcSDE geodatabase. The Check In tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
Checkin()
Creates the Check In tool with defaults. |
|
Checkin(Object inWorkspace,
Object destWorkspace)
Creates the Check In tool with the required parameters. |
Method Summary | |
---|---|
Object |
getDestWorkspace()
Returns the Check-in to Workspace parameter of this tool . |
Object |
getInWorkspace()
Returns the Check-in from Workspace parameter of this tool . |
Object |
getOutputWorkspace()
Returns the Output Workspace parameter of this tool (Read only). |
String |
getReconcile()
Returns the Reconcile with the Parent Versioin 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 |
setInWorkspace(Object inWorkspace)
Sets the Check-in from Workspace parameter of this tool . |
void |
setReconcile(String reconcile)
Sets the Reconcile with the Parent Versioin 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 Checkin()
Initializes the array of tool parameters with the default values specified when the tool was created.
public Checkin(Object inWorkspace, 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.
inWorkspace
- the child replica geodatabase. The workspace that contains the child replica. This can be an ArcSDE, file, or personal geodatabase.destWorkspace
- the parent replica geodatabase. The ArcSDE workspace to which changes will be applied.Method Detail |
---|
public Object getInWorkspace()
public void setInWorkspace(Object inWorkspace)
inWorkspace
- the child replica geodatabase. The workspace that contains the child replica. This can be an ArcSDE, file, or personal geodatabase.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 synchronization 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 |