com.esri.adf.web.ags.tasks
Class EditingVersionUtil

java.lang.Object
  extended by com.esri.adf.web.ags.tasks.EditingVersionUtil

Deprecated. This class is deprecated as of ArcGIS Java Server 9.3.1, use the editing funtionality from EditBean

@Deprecated
public class EditingVersionUtil
extends java.lang.Object

A helper class to change version of a map service.


Constructor Summary
EditingVersionUtil()
          Deprecated.  
 
Method Summary
static boolean setVersion(AGSLocalMapResource mapResource, java.lang.String newVersionName)
          Deprecated. Changes the version of a map service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditingVersionUtil

public EditingVersionUtil()
Deprecated. 
Method Detail

setVersion

public static boolean setVersion(AGSLocalMapResource mapResource,
                                 java.lang.String newVersionName)
                          throws java.lang.Exception
Deprecated. 
Changes the version of a map service.

Parameters:
mapResource - map service.
newVersionName - new version name.
Returns:
return true if succeed.
Throws:
java.lang.Exception