com.esri.arcgis.catalogUI
Interface IAGSParameterPage

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AGSGeocodeParameterPage, AGSGeoDataServerParameterPage, AGSGeometryParameterPage, AGSGeoprocessingParameterPage, AGSImageParameterPage, AGSMapParameterPage, AGSSearchServerParameterPage, IAGSParameterPageProxy

public interface IAGSParameterPage
extends java.io.Serializable

COM Interface 'IAGSParameterPage'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control ArcGIS server parameter pages.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID674787ac_fef9_4932_b03c_bcbb1576a7ef
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void closePage()
          Close the selected parameter page.
 java.lang.String getDescription()
          The parameter page description.
 java.lang.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.
 

Field Detail

IID674787ac_fef9_4932_b03c_bcbb1576a7ef

static final int IID674787ac_fef9_4932_b03c_bcbb1576a7ef
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getServerObjectType

java.lang.String getServerObjectType()
                                     throws java.io.IOException,
                                            AutomationException
The Server Object Type.

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

getDescription

java.lang.String getDescription()
                                throws java.io.IOException,
                                       AutomationException
The parameter page description.

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

setIsWizard

void setIsWizard(boolean rhs1)
                 throws java.io.IOException,
                        AutomationException
Initialize the wizard mode the selected parameter page.

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

setServerObjectConfiguration

void setServerObjectConfiguration(IServerObjectConfiguration rhs1)
                                  throws java.io.IOException,
                                         AutomationException
Initialize the server object configuration of the selected parameter page.

Parameters:
rhs1 - A reference to a com.esri.arcgis.server.IServerObjectConfiguration (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerDirectories

void setServerDirectories(IEnumServerDirectory rhs1)
                          throws java.io.IOException,
                                 AutomationException
Initialize the server directories the selected parameter page.

Parameters:
rhs1 - A reference to a com.esri.arcgis.server.IEnumServerDirectory (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerObjectName

void setServerObjectName(IAGSServerObjectName rhs1)
                         throws java.io.IOException,
                                AutomationException
Initialize the server object name the selected parameter page.

Parameters:
rhs1 - A reference to a com.esri.arcgis.gisclient.IAGSServerObjectName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSOM

void setSOM(IServerObjectAdmin rhs1)
            throws java.io.IOException,
                   AutomationException
Initialize the SOM of the parameter page.

Parameters:
rhs1 - A reference to a com.esri.arcgis.server.IServerObjectAdmin (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

updatePage

void updatePage()
                throws java.io.IOException,
                       AutomationException
Initialize the selected parameter page.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

queryPage

void queryPage(boolean commitApply)
               throws java.io.IOException,
                      AutomationException
Upate this page before go next.

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

refreshPage

void refreshPage()
                 throws java.io.IOException,
                        AutomationException
Refresh the read/page status of controls.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

closePage

void closePage()
               throws java.io.IOException,
                      AutomationException
Close the selected parameter page.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.