SyncGeodatabaseJob Class
A job returned by the GeodatabaseSyncTask::syncGeodatabase method. More...
Header: | #include <SyncGeodatabaseJob> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherits: | Job |
Public Functions
~SyncGeodatabaseJob() | |
QList<SyncLayerResult *> | result() const |
- 16 public functions inherited from Esri::ArcGISRuntime::Job
- 3 public functions inherited from Esri::ArcGISRuntime::JsonSerializable
- 4 public functions inherited from Esri::ArcGISRuntime::RemoteResource
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 4 signals inherited from Esri::ArcGISRuntime::Job
- 1 signal inherited from Esri::ArcGISRuntime::Object
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 1 static public member inherited from Esri::ArcGISRuntime::Job
- 10 static public members inherited from QObject
- 1 protected function inherited from Esri::ArcGISRuntime::Job
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
A job returned by the GeodatabaseSyncTask::syncGeodatabase method.
The result of this job is a list of SyncLayerResult objects, each of which contains the layer ID or table name that each SyncLayerResult refers to. The result can be retrieved after this job's status changes to JobStatus::Succeeded. This list will be empty for a successfully completed job. If individual edits failed then the result array provides these errors grouped by each table using the SyncLayerResult instances. These contain information for each edit error as a FeatureEditResult.
Member Function Documentation
SyncGeodatabaseJob::~SyncGeodatabaseJob()
Destructor.
QList<SyncLayerResult *> SyncGeodatabaseJob::result() const
Returns the list of SyncLayerResult objects from this job.