|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRESTServerObjectAdmin
Provides access to methods adminstrating AGS rest services.
Method Summary | |
---|---|
double |
getAdminVersion()
Returns the version of the server's admin API. |
IEnumServerObjectConfigurationInfo |
getConfigurationInfos(String folderName)
The configuration infos within a folder (use empty string for root). |
IItemInfo |
getItemInfo(String name,
String type,
String soeType)
The ItemInfo of a service. |
IPropertySet |
getMetadata(String name,
String type,
String soeType)
The metadata of a service. |
void |
putItemInfo(String name,
String type,
String soeType,
IItemInfo pItemInfo)
Add or update the ItemInfo of a service. |
void |
putMetadata(String name,
String type,
String soeType,
IPropertySet pMetadata)
Add or update the metadata of a service. |
Method Detail |
---|
IEnumServerObjectConfigurationInfo getConfigurationInfos(String folderName) throws IOException, AutomationException
folderName
- The folderName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAdminVersion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IItemInfo getItemInfo(String name, String type, String soeType) throws IOException, AutomationException
name
- The name (in)type
- The type (in)soeType
- The soeType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putItemInfo(String name, String type, String soeType, IItemInfo pItemInfo) throws IOException, AutomationException
name
- The name (in)type
- The type (in)soeType
- The soeType (in)pItemInfo
- A reference to a com.esri.arcgis.geodatabase.IItemInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getMetadata(String name, String type, String soeType) throws IOException, AutomationException
name
- The name (in)type
- The type (in)soeType
- The soeType (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void putMetadata(String name, String type, String soeType, IPropertySet pMetadata) throws IOException, AutomationException
name
- The name (in)type
- The type (in)soeType
- The soeType (in)pMetadata
- A reference to a com.esri.arcgis.system.IPropertySet (in)
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 |