Ticket #760 (closed Enhancement: fixed)
Core API: add generic getObject(id) method
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.5 |
Component: | DeepaMehta Standard Distribution | Version: | 4.4 |
Keywords: | Cc: | dgf, Malte | |
Complexity: | 3 | Area: | Application Framework / API |
Module: | deepamehta-core |
Description
The Core service should provide an additional method:
DeepaMehtaObject getObject(long id)
It would return a Topic or Association object depending weather the given ID refers to a topic or association respectively.
This would support polymorphic plugin APIs.
Note: DeepaMehtaObject itself is an abstract class. It can not be instantiated.
Change History
Note: See
TracTickets for help on using
tickets.