bump

On Wednesday, 5 March 2014 11:10:07 UTC, ste...@activitystream.com wrote:
>
> Hi,
>
> I need to get the most recently added edge for a certain edge type.
>
> I there a better alternative for this to get to the last (most recent) IN 
> edge:
>
> Edge mostRecentEdge = null;
> for (Edge next : oVertex.getEdges(Direction.IN, "CONNECTS_FROM")) {
>     mostRecentEdge = next;
> }
>
> Regards,
>  - Stefan
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to