|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServerDirectory3
Provides access to members that control the behavior and properties of a server directory to administrators.
Method Summary | |
---|---|
String |
getName()
The name of server directory. |
boolean |
isCanAddNew()
Indicates whether we can add a new server directory of this type. |
boolean |
isCanDelete()
Indicates whether this server directory can be deleted. |
boolean |
isCanEdit()
Indicates whether this server directory can be edited. |
boolean |
isPrivate()
Indicates whether this is a private server directory. |
void |
setName(String pName)
The name of server directory. |
Methods inherited from interface com.esri.arcgis.server.IServerDirectory2 |
---|
getType, setType |
Methods inherited from interface com.esri.arcgis.server.IServerDirectory |
---|
getCleaningMode, getDescription, getMaxFileAge, getPath, getURL, setCleaningMode, setDescription, setMaxFileAge, setPath, setURL |
Method Detail |
---|
String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isPrivate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanAddNew() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanDelete() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanEdit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |