Uses of Class
org.openstreetmap.josm.data.APIDataSet

Packages that use APIDataSet
org.openstreetmap.josm.actions   
org.openstreetmap.josm.actions.upload   
org.openstreetmap.josm.gui.io   
 

Uses of APIDataSet in org.openstreetmap.josm.actions
 

Methods in org.openstreetmap.josm.actions with parameters of type APIDataSet
 boolean UploadAction.checkPreUploadConditions(OsmDataLayer layer, APIDataSet apiData)
          Check whether the preconditions are met to upload data in apiData.
 void UploadAction.uploadData(OsmDataLayer layer, APIDataSet apiData)
          Uploads data to the OSM API.
 

Uses of APIDataSet in org.openstreetmap.josm.actions.upload
 

Fields in org.openstreetmap.josm.actions.upload declared as APIDataSet
private  APIDataSet RelationUploadOrderHook.data
          the data to be analyzed
 

Methods in org.openstreetmap.josm.actions.upload with parameters of type APIDataSet
 boolean RelationUploadOrderHook.checkUpload(APIDataSet apiDataSet)
           
 boolean UploadHook.checkUpload(APIDataSet apiDataSet)
          Checks the upload.
 boolean ValidateUploadHook.checkUpload(APIDataSet apiDataSet)
          Validate the modified data before uploading
 boolean ApiPreconditionCheckerHook.checkUpload(APIDataSet apiData)
           
 

Uses of APIDataSet in org.openstreetmap.josm.gui.io
 

Fields in org.openstreetmap.josm.gui.io declared as APIDataSet
private  APIDataSet UploadPrimitivesTask.toUpload
           
 

Methods in org.openstreetmap.josm.gui.io with parameters of type APIDataSet
 void UploadDialog.setUploadedPrimitives(APIDataSet toUpload)
          Sets the collection of primitives to upload
 

Constructors in org.openstreetmap.josm.gui.io with parameters of type APIDataSet
UploadPrimitivesTask(UploadStrategySpecification strategy, OsmDataLayer layer, APIDataSet toUpload, Changeset changeset)
          Creates the task
 



JOSM