|
|||||||||
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.RegisterAsVersioned
public class RegisterAsVersioned
Registers ArcSDE dataset as versioned. The Register As Versioned tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
RegisterAsVersioned()
Creates the Register As Versioned tool with defaults. |
|
RegisterAsVersioned(Object inDataset)
Creates the Register As Versioned tool with the required parameters. |
Method Summary | |
---|---|
String |
getEditToBase()
Returns the Register the selected objects with the option to move edits to base parameter of this tool . |
Object |
getInDataset()
Returns the Input Dataset parameter of this tool . |
Object |
getOutDataset()
Returns the Output Dataset parameter of this tool (Read only). |
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 |
setEditToBase(String editToBase)
Sets the Register the selected objects with the option to move edits to base parameter of this tool . |
void |
setInDataset(Object inDataset)
Sets the Input Dataset 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 RegisterAsVersioned()
Initializes the array of tool parameters with the default values specified when the tool was created.
public RegisterAsVersioned(Object inDataset)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.
inDataset
- name of the dataset to be registered as versioned.Method Detail |
---|
public Object getInDataset()
public void setInDataset(Object inDataset)
inDataset
- name of the dataset to be registered as versioned.public String getEditToBase()
public void setEditToBase(String editToBase)
editToBase
- determines whether edits to the default version will be moved to the base tables.public Object getOutDataset()
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 |