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
Message from discussion May plugin return List<List<Node>> ?

Received: by 10.14.209.66 with SMTP id r42mr1060705eeo.1.1349680626246;
        Mon, 08 Oct 2012 00:17:06 -0700 (PDT)
X-BeenThere: neo4j@googlegroups.com
Received: by 10.14.223.136 with SMTP id v8ls3218956eep.7.gmail; Mon, 08 Oct
 2012 00:17:01 -0700 (PDT)
Received: by 10.14.210.133 with SMTP id u5mr17204712eeo.2.1349680621768;
        Mon, 08 Oct 2012 00:17:01 -0700 (PDT)
Received: by 10.14.210.133 with SMTP id u5mr17204711eeo.2.1349680621758;
        Mon, 08 Oct 2012 00:17:01 -0700 (PDT)
Return-Path: <neubauer.pe...@gmail.com>
Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42])
        by gmr-mx.google.com with ESMTPS id d5si4296978eep.0.2012.10.08.00.17.01
        (version=TLSv1/SSLv3 cipher=OTHER);
        Mon, 08 Oct 2012 00:17:01 -0700 (PDT)
Received-SPF: pass (google.com: domain of neubauer.pe...@gmail.com designates 74.125.83.42 as permitted sender) client-ip=74.125.83.42;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of neubauer.pe...@gmail.com designates 74.125.83.42 as permitted sender) smtp.mail=neubauer.pe...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-ee0-f42.google.com with SMTP id l10so2433179eei.29
        for <neo4j@googlegroups.com>; Mon, 08 Oct 2012 00:17:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:sender:in-reply-to:references:from:date
         :x-google-sender-auth:message-id:subject:to:content-type;
        bh=XohkisfzGQKphBwRlAvK9Lng5G1/yCXvx1Cqx+geoao=;
        b=SeZofXde7ZeXNb4FmBYEXJb08R95WeNgJR7EmyJ0ebg0fxn6qH5g259Tm/bCoPjteH
         xj9xrXc477nPMx5e4q2jRkjIsswDAWXEuiAxSnB3SpVlPhKlr6ls9D+nnl2BrwIjmSak
         8/74W/457Al/TYRHn4viKCLWxS/F8pRdTzGl9Zad0qn5Q00NnCqyVilezuGVssnk3cEc
         aNTvu3x4oNsK1Nkezpn4o95T4k8Zz50XBOMUzXAdnfJnTLsKmKO4BrDsbQR9ZaDojocm
         7R/7bhZ7OXlugfdqdNQ17AiIwzPE+s5G7oueeTb+2q7jQ8R96GwYlnT4ZdK8U6M+x20V
         8UlQ==
Received: by 10.14.198.133 with SMTP id v5mr21617557een.7.1349680621623; Mon,
 08 Oct 2012 00:17:01 -0700 (PDT)
MIME-Version: 1.0
Sender: neubauer.pe...@gmail.com
Received: by 10.14.98.205 with HTTP; Mon, 8 Oct 2012 00:16:41 -0700 (PDT)
In-Reply-To: <4702685f-900b-4ba7-a7b1-1fa2f50f81a6@googlegroups.com>
References: <81282589-e884-4461-87b4-b2bd340f47fb@googlegroups.com>
 <CAF59RW4RoDmRdTMHWGqg5hGB6eBZhKXbPQi52CpRRJ+s+Z2...@mail.gmail.com>
 <f1cda937-065c-4739-9ffd-5426668195e3@googlegroups.com> <4702685f-900b-4ba7-a7b1-1fa2f50f81a6@googlegroups.com>
From: Peter Neubauer <peter.neuba...@neotechnology.com>
Date: Mon, 8 Oct 2012 09:16:41 +0200
Message-ID: <CAF59RW5eyYSssjOKCmjUO6FRch2NxYaKwTqebqQ=ozv3Zdp...@mail.gmail.com>
Subject: Re: [Neo4j] May plugin return List<List<Node>> ?
To: neo4j@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1

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.
>>> >
>>> > --
>>> >
>>> >
>
> --
>
>