Ticket #670 (closed Enhancement: fixed)
Core Service: add getPlayerId() method
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.4 |
Component: | DeepaMehta Standard Distribution | Version: | 4.3 |
Keywords: | Cc: | dgf, Malte, carolina | |
Complexity: | 2 | Area: | Application Framework / API |
Module: | deepamehta-core |
Description
When an association ID is given this method should return the 2 player IDs of that association without fetching and instantiating a whole Association object.
This is required in conjunction with #592.
Change History
comment:2 Changed 10 years ago by Jörg Richter
Core Service: add getPlayerIds() method (#670).
The Core Service provides a new method:
long[] getPlayerIds(long assocId)
When an association ID is given it returns the 2 player IDs of that association without
fetching and instantiating a whole Association object.
BREAKING CHANGES
The DeepaMehtaStorage interface is extended. Storage layer implementations must be adapted.
The Neo4j based implementation is adapted already.
See #670.