Opened 13 years ago
Closed 13 years ago
#1912 closed enhancement (fixed)
Feature Manipulation APIs
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | high | Milestone: | Maestro-5.0 |
Component: | Maestro | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
The Maestro API does not offer APIs for feature manipulation (insert, update, delete). The reason for this is that until recently, the default implementation of IServerConnection wraps the http mapagent that offers no such functionality.
Now that we not only have an implementation wrapping the official API, but also one wrapping mg-desktop, the time is right to offer the ability to insert, update and delete data as well as performing schema manipulations through standard interfaces.
Note:
See TracTickets
for help on using tickets.
Fixed r6409. Includes new unit tests for mg-desktop wrapper