Page MenuHomePhabricator

Create EntityFingerprintLookup service for use with EntityLabelFormatter and simmilar classes.
Closed, ResolvedPublic

Description

The EntityFingerprintLookup provides access to the fingerprint of an Entity. It should be used by code that just needs the fingerprint (label/description/etc), such as an EntityLabelFormatter.

There are three obvious ways to implement EntityFingerprintLookup: on top of an EntityLookup, on top of a TermIndex, or on top of a entity info as returned by an EntityInfoBuilder.


Version: unspecified
Severity: normal
Whiteboard: u=dev c=backend p=0

Details

Reference
bz68026

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:32 AM
bzimport set Reference to bz68026.
bzimport added a subscriber: Unknown Object (MLST).
daniel claimed this task.

This is covered by the TermIndex service, fopr which we have precisely the three implementations requested above.