|
|||||||||
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.ImportMessage
public class ImportMessage
Imports changes from a delta file into a replica geodatabase, or imports an acknowledgment message into a replica geodatabase. The Import Message tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ImportMessage()
Creates the Import Message tool with defaults. |
|
ImportMessage(Object inGeodatabase,
Object sourceDeltaFile)
Creates the Import Message tool with the required parameters. |
Method Summary | |
---|---|
String |
getConflictDefinition()
Returns the Conflict Definition parameter of this tool . |
String |
getConflictPolicy()
Returns the Conflict Resolution Policy parameter of this tool . |
Object |
getInGeodatabase()
Returns the Import To Replica Geodatabase parameter of this tool . |
Object |
getOutGeodatabase()
Returns the Output Replica Geodatabase parameter of this tool (Read only). |
Object |
getOutputAcknowledgementFile()
Returns the Output Acknowledgement File parameter of this tool . |
String |
getReconcileWithParentVersion()
Returns the Reconcile with the Parent Version (Check-out replicas) parameter of this tool . |
Object |
getSourceDeltaFile()
Returns the Import from 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 |
setConflictDefinition(String conflictDefinition)
Sets the Conflict Definition parameter of this tool . |
void |
setConflictPolicy(String conflictPolicy)
Sets the Conflict Resolution Policy parameter of this tool . |
void |
setInGeodatabase(Object inGeodatabase)
Sets the Import To Replica Geodatabase parameter of this tool . |
void |
setOutputAcknowledgementFile(Object outputAcknowledgementFile)
Sets the Output Acknowledgement File parameter of this tool . |
void |
setReconcileWithParentVersion(String reconcileWithParentVersion)
Sets the Reconcile with the Parent Version (Check-out replicas) parameter of this tool . |
void |
setSourceDeltaFile(Object sourceDeltaFile)
Sets the Import from 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 |
---|
public ImportMessage()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ImportMessage(Object inGeodatabase, Object sourceDeltaFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inGeodatabase
- specifies the replica geodatabase to receive the imported message. The geodatabase may be local or remote.sourceDeltaFile
- specifies the file from which the message will be imported.Method Detail |
---|
public Object getInGeodatabase()
public void setInGeodatabase(Object inGeodatabase)
inGeodatabase
- specifies the replica geodatabase to receive the imported message. The geodatabase may be local or remote.public Object getSourceDeltaFile()
public void setSourceDeltaFile(Object sourceDeltaFile)
sourceDeltaFile
- specifies the file from which the message will be imported.public Object getOutputAcknowledgementFile()
public void setOutputAcknowledgementFile(Object outputAcknowledgementFile)
outputAcknowledgementFile
- nullpublic String getConflictPolicy()
public void setConflictPolicy(String conflictPolicy)
conflictPolicy
- specifies how conflicts are resolved when they are encountered while importing a data change message.public String getConflictDefinition()
public void setConflictDefinition(String conflictDefinition)
conflictDefinition
- specifies how you would like to define conflicts:public String getReconcileWithParentVersion()
public void setReconcileWithParentVersion(String reconcileWithParentVersion)
reconcileWithParentVersion
- indicates whether to automatically reconcile once data changes are sent to the parent replica if there are no conflicts present. This option is only available for check-out/check-in replicas.public Object getOutGeodatabase()
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 |