Refactoring EntityManagement
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@141257 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8b68f5d93f
commit
963afbe0fb
|
@ -57,6 +57,12 @@ public class ResourceManagement extends EntityManagement<Resource> {
|
|||
* JSONArray isRelatedToArray = new JSONArray();
|
||||
*/
|
||||
|
||||
/*
|
||||
* Due to orientdb bug cannot get ConsistsOf edge only because
|
||||
* are filtered in hasNext() function
|
||||
* vertex.getEdges(Direction.OUT, ConsistsOf.NAME);
|
||||
*/
|
||||
|
||||
Iterable<Edge> edges = vertex.getEdges(Direction.OUT);
|
||||
for(Edge edge : edges){
|
||||
@SuppressWarnings("rawtypes")
|
||||
|
|
Loading…
Reference in New Issue