|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.map.FeatureEditResult
public class FeatureEditResult
The results of a feature edit such as add, update or delete.
Constructor Summary | |
---|---|
FeatureEditResult()
|
Method Summary | |
---|---|
static FeatureEditResult |
fromJson(org.codehaus.jackson.JsonParser parser)
Decodes objects from JSON representation. |
FeatureEditError |
getError()
Gets the error message if the operation is failed. |
String |
getGlobalId()
Gets the globalId of the FeatureEditResult. |
int |
getObjectId()
Gets the ObjectId of the FeatureEditResult. |
boolean |
isSuccess()
Returns true if the operation is success. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeatureEditResult()
Method Detail |
---|
public int getObjectId()
public String getGlobalId()
public boolean isSuccess()
true
if the operation is success.
public FeatureEditError getError()
public static FeatureEditResult fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
parser
- the Jackson parser holding the JSON data.
Exception
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |