| Package | Description |
|---|---|
| org.openstreetmap.josm.actions | |
| org.openstreetmap.josm.actions.upload | |
| org.openstreetmap.josm.gui.io |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
UploadAction.checkPreUploadConditions(AbstractModifiableLayer 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UploadHook.checkUpload(APIDataSet apiDataSet)
Checks the upload.
|
boolean |
ApiPreconditionCheckerHook.checkUpload(APIDataSet apiData) |
boolean |
FixDataHook.checkUpload(APIDataSet apiDataSet)
Checks the upload for deprecated or wrong tags.
|
boolean |
DiscardTagsHook.checkUpload(APIDataSet apiDataSet) |
boolean |
ValidateUploadHook.checkUpload(APIDataSet apiDataSet)
Validate the modified data before uploading
|
boolean |
RelationUploadOrderHook.checkUpload(APIDataSet apiDataSet) |
| Modifier and Type | Field and Description |
|---|---|
private APIDataSet |
UploadPrimitivesTask.toUpload |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadDialog.setUploadedPrimitives(APIDataSet toUpload)
Sets the collection of primitives to upload
|
| Constructor and Description |
|---|
UploadPrimitivesTask(UploadStrategySpecification strategy,
OsmDataLayer layer,
APIDataSet toUpload,
Changeset changeset)
Creates the task
|