|
|||||||||
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.ChangePrivileges
public class ChangePrivileges
Establishes or changes user access privileges to the input ArcSDE datasets, stand-alone feature classes, or tables. The Change Privileges tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
ChangePrivileges()
Creates the Change Privileges tool with defaults. |
|
ChangePrivileges(Object inDataset,
String user)
Creates the Change Privileges tool with the required parameters. |
Method Summary | |
---|---|
String |
getEdit()
Returns the Edit (Update/Insert/Delete) 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. |
String |
getUser()
Returns the User parameter of this tool . |
String |
getView()
Returns the View (Select) parameter of this tool . |
void |
setEdit(String edit)
Sets the Edit (Update/Insert/Delete) parameter of this tool . |
void |
setInDataset(Object inDataset)
Sets the Input Dataset parameter of this tool . |
void |
setUser(String user)
Sets the User parameter of this tool . |
void |
setView(String view)
Sets the View (Select) 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 ChangePrivileges()
Initializes the array of tool parameters with the default values specified when the tool was created.
public ChangePrivileges(Object inDataset, String user)
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
- the datasets, feature classes, or tables whose access privileges will be changed.user
- the database username whose privileges are being modified.Method Detail |
---|
public Object getInDataset()
public void setInDataset(Object inDataset)
inDataset
- the datasets, feature classes, or tables whose access privileges will be changed.public String getUser()
public void setUser(String user)
user
- the database username whose privileges are being modified.public String getView()
public void setView(String view)
view
- nullpublic String getEdit()
public void setEdit(String edit)
edit
- nullpublic 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 |