[xwiki-devs] [VOTE][Model] Do we need to change Entity Reference Factory to some other name? And which one?

2010-01-06 Thread Vincent Massol
Hi, This is the current interface: public interface EntityReferenceFactoryT { /** * @param entityReferenceRepresentation the representation of an entity reference (eg as a String) * @param type the type of the Entity (Document, Space, Attachment, Wiki, etc) to extract from the

Re: [xwiki-devs] [VOTE][Model] Do we need to change Entity Reference Factory to some other name? And which one?

2010-01-06 Thread Thomas Mortagne
On Wed, Jan 6, 2010 at 15:21, Vincent Massol vinc...@massol.net wrote: Hi, This is the current interface: public interface EntityReferenceFactoryT {    /**     * @param entityReferenceRepresentation the representation of an entity reference (eg as a String)     * @param type the type of

Re: [xwiki-devs] [VOTE][Model] Do we need to change Entity Reference Factory to some other name? And which one?

2010-01-06 Thread Pascal Voitot
On Wed, Jan 6, 2010 at 3:27 PM, Thomas Mortagne thomas.morta...@xwiki.comwrote: On Wed, Jan 6, 2010 at 15:21, Vincent Massol vinc...@massol.net wrote: Hi, This is the current interface: public interface EntityReferenceFactoryT { /** * @param entityReferenceRepresentation

Re: [xwiki-devs] [VOTE][Model] Do we need to change Entity Reference Factory to some other name? And which one?

2010-01-06 Thread Anca Luca
Hi Vincent, +1 for Resolver sounds good enough for me. Happy coding, Anca On 01/06/2010 04:21 PM, Vincent Massol wrote: Hi, This is the current interface: public interface EntityReferenceFactoryT { /** * @param entityReferenceRepresentation the representation of an entity

Re: [xwiki-devs] [VOTE][Model] Do we need to change Entity Reference Factory to some other name? And which one?

2010-01-06 Thread Marius Dumitru Florea
Vincent Massol wrote: Hi, This is the current interface: public interface EntityReferenceFactoryT { /** * @param entityReferenceRepresentation the representation of an entity reference (eg as a String) * @param type the type of the Entity (Document, Space, Attachment,

Re: [xwiki-devs] [VOTE][Model] Do we need to change Entity Reference Factory to some other name? And which one?

2010-01-06 Thread Vincent Massol
On Jan 6, 2010, at 5:19 PM, Marius Dumitru Florea wrote: Vincent Massol wrote: Hi, This is the current interface: public interface EntityReferenceFactoryT { /** * @param entityReferenceRepresentation the representation of an entity reference (eg as a String) * @param