|
Rename Method public removeEdge(graph OrientBaseGraph, edge OrientEdge) : void renamed to public removeEdgeInternal(graph OrientBaseGraph, edge OrientEdge) : void in class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx |
From |
To |
|
Rename Method package abstract addEdge(currentVertex OrientVertex, label String, inVertex OrientVertex, iClassName String, iClusterName String, fields Object...) : OrientEdge renamed to package abstract addEdgeInternal(currentVertex OrientVertex, label String, inVertex OrientVertex, iClassName String, iClusterName String, fields Object...) : OrientEdge in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph |
From |
To |
|
Rename Method package addEdge(currentVertex OrientVertex, label String, inVertex OrientVertex, iClassName String, iClusterName String, fields Object...) : OrientEdge renamed to package addEdgeInternal(currentVertex OrientVertex, label String, inVertex OrientVertex, iClassName String, iClusterName String, fields Object...) : OrientEdge in class com.tinkerpop.blueprints.impls.orient.OrientGraph |
From |
To |
|
Rename Method private deleteGraphConcurrently() : void renamed to private deleteEdgesConcurrently() : void in class com.orientechnologies.orient.graph.blueprints.BlueprintsConcurrentGraphChangesTestNoTx |
From |
To |
|
Rename Method private assertDeletedGraph() : void renamed to private assertEdgesDeletedGraph() : void in class com.orientechnologies.orient.graph.blueprints.BlueprintsConcurrentGraphChangesTestNoTx |
From |
To |
|
Rename Method package addEdge(graph OrientBaseGraph, currentVertex OrientVertex, label String, inVertex OrientVertex, iClassName String, iClusterName String, fields Object...) : OrientEdge renamed to package addEdgeInternal(graph OrientBaseGraph, currentVertex OrientVertex, label String, inVertex OrientVertex, iClassName String, iClusterName String, fields Object...) : OrientEdge in class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx |
From |
To |
|
Rename Method package abstract removeEdge(currentVertex OrientEdge) : void renamed to package abstract removeEdgeInternal(currentVertex OrientEdge) : void in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph |
From |
To |
|
Rename Method package addEdge(currentVertex OrientVertex, label String, inVertex OrientVertex, iClassName String, iClusterName String, fields Object...) : OrientEdge renamed to package addEdgeInternal(currentVertex OrientVertex, label String, inVertex OrientVertex, iClassName String, iClusterName String, fields Object...) : OrientEdge in class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx |
From |
To |
|
Rename Method public removeEdge(edge OrientEdge) : void renamed to public removeEdgeInternal(edge OrientEdge) : void in class com.tinkerpop.blueprints.impls.orient.OrientGraph |
From |
To |
|
Rename Method private modifyGraphConcurrently() : void renamed to private addEdgesConcurrently() : void in class com.orientechnologies.orient.graph.blueprints.BlueprintsConcurrentGraphChangesTestNoTx |
From |
To |
|
Move Method public removeEdges(iVertex ODocument, iFieldName String, iVertexToRemove OIdentifiable, iAlsoInverse boolean, useVertexFieldsForEdgeLabels boolean, autoScaleEdgeType boolean) : void from class com.tinkerpop.blueprints.impls.orient.OrientVertex to protected removeEdges(graph OrientBaseGraph, iVertex ODocument, iFieldName String, iVertexToRemove OIdentifiable, iAlsoInverse boolean, useVertexFieldsForEdgeLabels boolean, autoScaleEdgeType boolean, forceReload boolean) : void from class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph |
From |
To |
|
Move Method private deleteEdgeIfAny(iRecord OIdentifiable) : void from class com.tinkerpop.blueprints.impls.orient.OrientVertex to private deleteEdgeIfAny(iRecord OIdentifiable, forceReload boolean) : void from class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph |
From |
To |
|
Move Method private removeInverseEdge(iVertex ODocument, iFieldName String, iVertexToRemove OIdentifiable, iFieldValue Object, useVertexFieldsForEdgeLabels boolean, autoScaleEdgeType boolean) : void from class com.tinkerpop.blueprints.impls.orient.OrientVertex to private removeInverseEdge(graph OrientBaseGraph, iVertex ODocument, iFieldName String, iVertexToRemove OIdentifiable, currentRecord OIdentifiable, useVertexFieldsForEdgeLabels boolean, autoScaleEdgeType boolean, forceReload boolean) : void from class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph |
From |
To |