com.esri.arcgis.server
Interface IRole

All Superinterfaces:
Serializable
All Known Implementing Classes:
Role

public interface IRole
extends Serializable

Interface that represents a role in the role store.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getDescription()
          Returns the role description.
 String getRolename()
          Returns the role name.
 void setDescription(String description)
          Sets the role description.
 void setRolename(String rolename)
          Sets the role name.
 

Method Detail

setRolename

void setRolename(String rolename)
                 throws IOException,
                        AutomationException
Sets the role name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
rolename - The rolename (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRolename

String getRolename()
                   throws IOException,
                          AutomationException
Returns the role name.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The rolename
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDescription

void setDescription(String description)
                    throws IOException,
                           AutomationException
Sets the role description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
description - The description (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
Returns the role description.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The description
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.