com.esri.arcgis.gisclient
Interface IRESTServerObjectAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRESTServerObjectAdminProxy

public interface IRESTServerObjectAdmin
extends java.io.Serializable

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

Description: 'Provides access to methods adminstrating AGS rest services.' 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 IIDf21f82a2_6317_4a00_9877_8431c74a6707
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getAdminVersion()
          Returns the version of the server's admin API.
 IEnumServerObjectConfigurationInfo getConfigurationInfos(java.lang.String folderName)
          The configuration infos within a folder (use empty string for root).
 IItemInfo getItemInfo(java.lang.String name, java.lang.String type, java.lang.String soeType)
          The ItemInfo of a service.
 IPropertySet getMetadata(java.lang.String name, java.lang.String type, java.lang.String soeType)
          The metadata of a service.
 void putItemInfo(java.lang.String name, java.lang.String type, java.lang.String soeType, IItemInfo pItemInfo)
          Add or update the ItemInfo of a service.
 void putMetadata(java.lang.String name, java.lang.String type, java.lang.String soeType, IPropertySet pMetadata)
          Add or update the metadata of a service.
 

Field Detail

IIDf21f82a2_6317_4a00_9877_8431c74a6707

static final int IIDf21f82a2_6317_4a00_9877_8431c74a6707
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

getConfigurationInfos

IEnumServerObjectConfigurationInfo getConfigurationInfos(java.lang.String folderName)
                                                         throws java.io.IOException,
                                                                AutomationException
The configuration infos within a folder (use empty string for root).

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

getAdminVersion

double getAdminVersion()
                       throws java.io.IOException,
                              AutomationException
Returns the version of the server's admin API.

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

getItemInfo

IItemInfo getItemInfo(java.lang.String name,
                      java.lang.String type,
                      java.lang.String soeType)
                      throws java.io.IOException,
                             AutomationException
The ItemInfo of a service.

Parameters:
name - The name (in)
type - The type (in)
soeType - The soeType (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.IItemInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putItemInfo

void putItemInfo(java.lang.String name,
                 java.lang.String type,
                 java.lang.String soeType,
                 IItemInfo pItemInfo)
                 throws java.io.IOException,
                        AutomationException
Add or update the ItemInfo of a service.

Parameters:
name - The name (in)
type - The type (in)
soeType - The soeType (in)
pItemInfo - A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMetadata

IPropertySet getMetadata(java.lang.String name,
                         java.lang.String type,
                         java.lang.String soeType)
                         throws java.io.IOException,
                                AutomationException
The metadata of a service.

Parameters:
name - The name (in)
type - The type (in)
soeType - The soeType (in)
Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

putMetadata

void putMetadata(java.lang.String name,
                 java.lang.String type,
                 java.lang.String soeType,
                 IPropertySet pMetadata)
                 throws java.io.IOException,
                        AutomationException
Add or update the metadata of a service.

Parameters:
name - The name (in)
type - The type (in)
soeType - The soeType (in)
pMetadata - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.