|
|||||||||
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.ReExportUnacknowledgedMessages
public class ReExportUnacknowledgedMessages
Creates an output delta file containing unacknowledged replica updates from a one-way or two-way replica geodatabase. The Re-Export Unacknowledged Messages tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ReExportUnacknowledgedMessages()
Creates the Re-Export Unacknowledged Messages tool with defaults. |
|
ReExportUnacknowledgedMessages(Object inGeodatabase,
Object outputDeltaFile,
String inReplica,
String inExportOption)
Creates the Re-Export Unacknowledged Messages tool with the required parameters. |
Method Summary | |
---|---|
String |
getInExportOption()
Returns the Export options parameter of this tool . |
Object |
getInGeodatabase()
Returns the Export from Replica Geodatabase parameter of this tool . |
String |
getInReplica()
Returns the Replica parameter of this tool . |
Object |
getOutputDeltaFile()
Returns the Output 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 |
setInExportOption(String inExportOption)
Sets the Export options parameter of this tool . |
void |
setInGeodatabase(Object inGeodatabase)
Sets the Export from Replica Geodatabase parameter of this tool . |
void |
setInReplica(String inReplica)
Sets the Replica parameter of this tool . |
void |
setOutputDeltaFile(Object outputDeltaFile)
Sets the Output 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 ReExportUnacknowledgedMessages()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ReExportUnacknowledgedMessages(Object inGeodatabase, Object outputDeltaFile, String inReplica, String inExportOption)
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 from which to reexport the unacknowledged messages. The geodatabase may be a local geodatabase or a geodata service.outputDeltaFile
- specifies the delta file in which to reexport data changes.inReplica
- the replica from which the unacknowledgement messages will be reexported.inExportOption
- nullMethod Detail |
---|
public Object getInGeodatabase()
public void setInGeodatabase(Object inGeodatabase)
inGeodatabase
- specifies the replica geodatabase from which to reexport the unacknowledged messages. The geodatabase may be a local geodatabase or a geodata service.public Object getOutputDeltaFile()
public void setOutputDeltaFile(Object outputDeltaFile)
outputDeltaFile
- specifies the delta file in which to reexport data changes.public String getInReplica()
public void setInReplica(String inReplica)
inReplica
- the replica from which the unacknowledgement messages will be reexported.public String getInExportOption()
public void setInExportOption(String inExportOption)
inExportOption
- nullpublic String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |