Class SyncLayerResult

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<FeatureEditResult> getEditResults()
      Gets a list of errors from edits made to the table this SyncLayerResult relates to.
      long getLayerId()
      Gets the ID of the layer in the feature service this SyncLayerResult applies to.
      java.lang.String getTableName()
      Gets the name of the table in the geodatabase this SyncLayerResult applies to.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEditResults

        public java.util.List<FeatureEditResult> getEditResults()
        Gets a list of errors from edits made to the table this SyncLayerResult relates to.

        If the server has an error applying an edit, this is returned as a FeatureEditResult. Only errors are reported; the feature edit results of a synchronize operation do not contain information about successful adds, deletes, or updates.

        Returns:
        an unmodifiable list of FeatureEditResult objects
        Since:
        100.0.0
      • getLayerId

        public long getLayerId()
        Gets the ID of the layer in the feature service this SyncLayerResult applies to. This is the same as ArcGISFeatureLayerInfo.getServiceLayerId()
        Returns:
        the layer ID
        Since:
        100.0.0
      • getTableName

        public java.lang.String getTableName()
        Gets the name of the table in the geodatabase this SyncLayerResult applies to. This is the same as FeatureTable.getTableName()
        Returns:
        the table name
        Since:
        100.0.0