|
|||||||||
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.ReconcileVersion
public class ReconcileVersion
Reconciles a version against a another version in its lineage. The Reconcile Version tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ReconcileVersion()
Creates the Reconcile Version tool with defaults. |
|
ReconcileVersion(Object inWorkspace,
String versionName,
String targetName)
Creates the Reconcile Version tool with the required parameters. |
Method Summary | |
---|---|
String |
getAbortIfConflicts()
Returns the Abort if conflicts parameter of this tool . |
String |
getAquiredLocks()
Returns the Aquire locks during reconcile parameter of this tool . |
String |
getConflictDefinition()
Returns the Conflict Definition parameter of this tool . |
String |
getConflictResolution()
Returns the Conflict Resolution parameter of this tool . |
Object |
getInWorkspace()
Returns the Input Workspace parameter of this tool . |
Object |
getOutWorkspace()
Returns the Output Workspace parameter of this tool (Read only). |
String |
getPost()
Returns the Post version after reconcile parameter of this tool . |
String |
getTargetName()
Returns the Target 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. |
String |
getVersionName()
Returns the Version Name parameter of this tool . |
void |
setAbortIfConflicts(String abortIfConflicts)
Sets the Abort if conflicts parameter of this tool . |
void |
setAquiredLocks(String aquiredLocks)
Sets the Aquire locks during reconcile parameter of this tool . |
void |
setConflictDefinition(String conflictDefinition)
Sets the Conflict Definition parameter of this tool . |
void |
setConflictResolution(String conflictResolution)
Sets the Conflict Resolution parameter of this tool . |
void |
setInWorkspace(Object inWorkspace)
Sets the Input Workspace parameter of this tool . |
void |
setPost(String post)
Sets the Post version after reconcile parameter of this tool . |
void |
setTargetName(String targetName)
Sets the Target Version parameter of this tool . |
void |
setVersionName(String versionName)
Sets the Version Name 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 ReconcileVersion()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ReconcileVersion(Object inWorkspace, String versionName, String targetName)
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 ArcSDE geodatabase containing the reconcilable version. The default is to use the workspace defined in the environment.versionName
- name of the Edit Version to be reconciled with the Target Version.targetName
- name of any version in the direct ancestry of the Edit version, such as the parent version or the default version.Method Detail |
---|
public Object getInWorkspace()
public void setInWorkspace(Object inWorkspace)
inWorkspace
- the ArcSDE geodatabase containing the reconcilable version. The default is to use the workspace defined in the environment.public String getVersionName()
public void setVersionName(String versionName)
versionName
- name of the Edit Version to be reconciled with the Target Version.public String getTargetName()
public void setTargetName(String targetName)
targetName
- name of any version in the direct ancestry of the Edit version, such as the parent version or the default version.public String getConflictDefinition()
public void setConflictDefinition(String conflictDefinition)
conflictDefinition
- describes the conditions required for a conflict to occur:public String getConflictResolution()
public void setConflictResolution(String conflictResolution)
conflictResolution
- describes the behavior if a conflict is detected:public String getAquiredLocks()
public void setAquiredLocks(String aquiredLocks)
aquiredLocks
- nullpublic String getAbortIfConflicts()
public void setAbortIfConflicts(String abortIfConflicts)
abortIfConflicts
- determines if the reconcile process should be aborted if conflicts are found between the target version and the edit version.public String getPost()
public void setPost(String post)
post
- posts the current edit session to the reconciled target version.public Object getOutWorkspace()
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 |