Ticket #495 (closed Enhancement: fixed)
Core API: add getAllTopics() and getAllAssociations()
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.2 |
Component: | DeepaMehta Standard Distribution | Version: | 4.1 |
Keywords: | Cc: | dgf, Malte | |
Complexity: | 3 | Area: | Application Framework / API |
Module: | deepamehta-core |
Description
These would be needed for migrations which transform the entire database.
Change History
comment:2 Changed 11 years ago by jri
Core API: add getAllXX() methods (#495).
The Core service has 2 new methods:
- Iterable<Topic> getAllTopics()
- Iterable<Association> getAllAssociations()
Close #495.
Changeset: ddbe64d89b811fb0212a2a6d2a92cfdd68e297d2
Note: See
TracTickets for help on using
tickets.