ResolveNames
- public class ResolveNames extends ContainerJob
Resolve the names to ids for all entities in the current retrieval.
If an entity has a name which looks like an id: Check whether that is an existing id first.
Otherwise, search via the name.
It there are multiple matching entities, add all of them to the current container. The clients may handle the ambiguity.
- Author:
Timm Fitschen
Methods
resolve
- public void resolve(TransactionContainer container)
run
- protected void run()