May plugin return List<List<Node>> ?
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Eugeny Kozhanov <ving... @gmail.com>
Date: Thu, 4 Oct 2012 09:25:44 -0700 (PDT)
Local: Thurs, Oct 4 2012 12:25 pm
Subject: May plugin return List<List<Node>> ?
May plugin return List<List<Node>> ? This: Iterable<Iterable<Node>> resTest = new ArrayList<List<Node>>();
get error "type mismatch".
TIA, Eugeny.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Peter Neubauer <peter.neuba... @neotechnology.com>
Date: Thu, 4 Oct 2012 23:40:48 +0200
Local: Thurs, Oct 4 2012 5:40 pm
Subject: Re: [Neo4j] May plugin return List<List<Node>> ?
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Eugeny Kozhanov <ving... @gmail.com>
Date: Sat, 6 Oct 2012 01:39:11 -0700 (PDT)
Local: Sat, Oct 6 2012 4:39 am
Subject: Re: [Neo4j] May plugin return List<List<Node>> ?
Can you take me an example of use ListRepresentation? TIA.
On Friday, October 5, 2012 1:41:13 AM UTC+4, Peter Neubauer wrote:
> Yeah. > In that case, you would pass back a Representation object, see > http://docs.neo4j.org/chunked/snapshot/server-plugins.html
> It then can be a ListRepresentation of ListRepresentations containing > Nodes.
> Cheers,
> /peter neubauer
> G: neubauer.peter > S: peter.neubauer > P: +46 704 106975 > L: http://www.linkedin.com/in/neubauer > T: @peterneubauer
> Neo4j 1.8 GA - > http://www.dzone.com/links/neo4j_18_release_fluent_graph_literacy.html
> On Thu, Oct 4, 2012 at 6:25 PM, Eugeny Kozhanov <vin... @gmail.com<javascript:>> > wrote: > > May plugin return List<List<Node>> ? > > This: > > Iterable<Iterable<Node>> resTest = new ArrayList<List<Node>>();
> > get error "type mismatch".
> > TIA, Eugeny.
> > --
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Eugeny Kozhanov <ving... @gmail.com>
Date: Mon, 8 Oct 2012 00:00:09 -0700 (PDT)
Local: Mon, Oct 8 2012 3:00 am
Subject: Re: [Neo4j] May plugin return List<List<Node>> ?
List<List<Node>> is unnecessary now. I using org.neo4j.shell.util.json.JSONArray for convert Java-object (List<List<Map>>) to string.
On Saturday, October 6, 2012 12:39:11 PM UTC+4, Eugeny Kozhanov wrote:
> Can you take me an example of use ListRepresentation? > TIA.
> On Friday, October 5, 2012 1:41:13 AM UTC+4, Peter Neubauer wrote:
>> Yeah. >> In that case, you would pass back a Representation object, see >> http://docs.neo4j.org/chunked/snapshot/server-plugins.html
>> It then can be a ListRepresentation of ListRepresentations containing >> Nodes.
>> Cheers,
>> /peter neubauer
>> G: neubauer.peter >> S: peter.neubauer >> P: +46 704 106975 >> L: http://www.linkedin.com/in/neubauer >> T: @peterneubauer
>> Neo4j 1.8 GA - >> http://www.dzone.com/links/neo4j_18_release_fluent_graph_literacy.html
>> On Thu, Oct 4, 2012 at 6:25 PM, Eugeny Kozhanov <vin... @gmail.com> >> wrote: >> > May plugin return List<List<Node>> ? >> > This: >> > Iterable<Iterable<Node>> resTest = new ArrayList<List<Node>>();
>> > get error "type mismatch".
>> > TIA, Eugeny.
>> > --
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Peter Neubauer <peter.neuba... @neotechnology.com>
Date: Mon, 8 Oct 2012 09:16:41 +0200
Local: Mon, Oct 8 2012 3:16 am
Subject: Re: [Neo4j] May plugin return List<List<Node>> ?
Ok,
coolio. Otherwise, you are right about having a Representation
returning example in the docs. Thanks for bringing it up.
Cheers,
/peter neubauer
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L: http://www.linkedin.com/in/neubauer
T: @peterneubauer
Neo4j 1.8 GA - http://www.dzone.com/links/neo4j_18_release_fluent_graph_literacy.html
On Mon, Oct 8, 2012 at 9:00 AM, Eugeny Kozhanov <ving
... @gmail.com> wrote:
> List<List<Node>> is unnecessary now. I using
> org.neo4j.shell.util.json.JSONArray for convert Java-object
> (List<List<Map>>) to string.
> On Saturday, October 6, 2012 12:39:11 PM UTC+4, Eugeny Kozhanov wrote:
>> Can you take me an example of use ListRepresentation?
>> TIA.
>> On Friday, October 5, 2012 1:41:13 AM UTC+4, Peter Neubauer wrote:
>>> Yeah.
>>> In that case, you would pass back a Representation object, see
>>> http://docs.neo4j.org/chunked/snapshot/server-plugins.html
>>> It then can be a ListRepresentation of ListRepresentations containing
>>> Nodes.
>>> Cheers,
>>> /peter neubauer
>>> G: neubauer.peter
>>> S: peter.neubauer
>>> P: +46 704 106975
>>> L: http://www.linkedin.com/in/neubauer
>>> T: @peterneubauer
>>> Neo4j 1.8 GA -
>>> http://www.dzone.com/links/neo4j_18_release_fluent_graph_literacy.html
>>> On Thu, Oct 4, 2012 at 6:25 PM, Eugeny Kozhanov <vin... @gmail.com> wrote:
>>> > May plugin return List<List<Node>> ?
>>> > This:
>>> > Iterable<Iterable<Node>> resTest = new ArrayList<List<Node>>();
>>> > get error "type mismatch".
>>> > TIA, Eugeny.
>>> > --
> --
You must
Sign in before you can post messages.
You do not have the permission required to post.