Class FeatureEditResult

java.lang.Object
com.esri.arcgisruntime.data.EditResult
com.esri.arcgisruntime.data.FeatureEditResult

public final class FeatureEditResult extends EditResult
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 EditResults for each attachment edit.

Since:
100.0.0
  • Method Details

    • getAttachmentResults

      public List<EditResult> 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