Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
May plugin return List<List<Node>> ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
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:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Eugeny Kozhanov  
View profile  
 More options Oct 4 2012, 12:25 pm
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Neubauer  
View profile  
 More options Oct 4 2012, 5:41 pm
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>> ?
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eugeny Kozhanov  
View profile  
 More options Oct 6 2012, 4:39 am
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eugeny Kozhanov  
View profile  
 More options Oct 8 2012, 3:00 am
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.  


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Peter Neubauer  
View profile  
 More options Oct 8 2012, 3:17 am
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »