|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAGSParameterPage
Provides access to members that control ArcGIS server parameter pages.
| Method Summary | |
|---|---|
void |
closePage()
Close the selected parameter page. |
String |
getDescription()
The parameter page description. |
String |
getServerObjectType()
The Server Object Type. |
void |
queryPage(boolean commitApply)
Upate this page before go next. |
void |
refreshPage()
Refresh the read/page status of controls. |
void |
setIsWizard(boolean rhs1)
Initialize the wizard mode the selected parameter page. |
void |
setServerDirectories(IEnumServerDirectory rhs1)
Initialize the server directories the selected parameter page. |
void |
setServerObjectConfiguration(IServerObjectConfiguration rhs1)
Initialize the server object configuration of the selected parameter page. |
void |
setServerObjectName(IAGSServerObjectName rhs1)
Initialize the server object name the selected parameter page. |
void |
setSOM(IServerObjectAdmin rhs1)
Initialize the SOM of the parameter page. |
void |
updatePage()
Initialize the selected parameter page. |
| Method Detail |
|---|
String getServerObjectType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getDescription()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsWizard(boolean rhs1)
throws IOException,
AutomationException
rhs1 - The rhs1 (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setServerObjectConfiguration(IServerObjectConfiguration rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.server.IServerObjectConfiguration (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setServerDirectories(IEnumServerDirectory rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.server.IEnumServerDirectory (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setServerObjectName(IAGSServerObjectName rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSOM(IServerObjectAdmin rhs1)
throws IOException,
AutomationException
rhs1 - A reference to a com.esri.arcgis.server.IServerObjectAdmin (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void updatePage()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void queryPage(boolean commitApply)
throws IOException,
AutomationException
commitApply - The commitApply (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void refreshPage()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void closePage()
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 | ||||||||