Hi Thorsten, I would propose to extend the ContentEntity and add the needed fields there.
The Task should only contain data releveant for executing the task. All other "meta" data should be stored in the ContentEntity. The getTo Information can already be stored in ContentEntity.setLinks and getFrom is a reverse searh on the same field. What do you think of this approach? Tobias On Wed, Jan 30, 2013 at 12:05 PM, Thorsten Scherler <[email protected]>wrote: > Hi all, > > Tobias I saw that you dropped the link interface but moved the links to > the contentEntity. The problem I see is that an URL needs stuff like > getAnchorText if it is useful for the crawler. This is as well true for > the getFrom and getTo stuff to implement mapping rules. > > Can I bring back the Link interface? > > salu2 > > -- > Thorsten Scherler <scherler.at.gmail.com> > codeBusters S.L. - web based systems > <consulting, training and solutions> > > http://www.codebusters.es/ > >
