java.lang.Object
com.esri.arcgisruntime.data.EditResult
com.esri.arcgisruntime.data.FeatureEditResult
An object that represents the results of an attempt to push a feature update to a feature service.
Represents the result of an edit operation to a feature, such as after applying the edit operation to a service by calling
ServiceFeatureTable.applyEditsAsync()
or syncing results for a table in a geodatabase from a
SyncGeodatabaseJob
.
FeatureEditResult contains EditResult
s for each attachment edit.
- Since:
- 100.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.esri.arcgisruntime.data.EditResult
EditResult.EditOperation
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of the results of edits to the attachments of this feature.Methods inherited from class com.esri.arcgisruntime.data.EditResult
getEditOperation, getError, getGlobalId, getObjectId, hasCompletedWithErrors
-
Method Details
-
getAttachmentResults
Gets a list of the results of edits to the attachments of this feature.- Returns:
- an unmodifiable list containing the result of all the attachment edits of this feature. If no attachments were edited, this returns an empty list
- Since:
- 100.0.0
-