|
42 | 42 | import org.apache.atlas.repository.graphdb.AtlasEdge; |
43 | 43 | import org.apache.atlas.repository.graphdb.AtlasEdgeDirection; |
44 | 44 | import org.apache.atlas.repository.graphdb.AtlasGraph; |
45 | | -import org.apache.atlas.repository.graphdb.AtlasGraphTraversal; |
46 | | -import org.apache.atlas.repository.graphdb.AtlasGraphTraversalSource; |
47 | 45 | import org.apache.atlas.repository.graphdb.AtlasVertex; |
48 | 46 | import org.apache.atlas.repository.graphdb.janus.AtlasJanusGraph; |
49 | 47 | import org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2; |
|
60 | 58 | import org.apache.atlas.type.AtlasStructType.AtlasAttribute.AtlasRelationshipEdgeDirection; |
61 | 59 | import org.apache.atlas.utils.AtlasEntityUtil; |
62 | 60 | import org.apache.atlas.utils.AtlasPerfMetrics; |
63 | | -import org.apache.atlas.v1.model.instance.Id; |
64 | 61 | import org.apache.commons.collections.CollectionUtils; |
65 | 62 | import org.apache.commons.collections.MapUtils; |
66 | 63 | import org.apache.commons.lang.StringUtils; |
67 | | -import org.apache.tinkerpop.gremlin.process.traversal.P; |
68 | 64 | import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal; |
69 | 65 | import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource; |
70 | | -import org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.__; |
71 | 66 | import org.apache.tinkerpop.gremlin.structure.Direction; |
72 | 67 | import org.apache.tinkerpop.gremlin.structure.Edge; |
73 | 68 | import org.apache.tinkerpop.gremlin.structure.Vertex; |
|
97 | 92 | import static org.apache.atlas.repository.graph.GraphHelper.getTypeName; |
98 | 93 | import static org.apache.atlas.repository.store.graph.v2.AtlasGraphUtilsV2.getState; |
99 | 94 | import static org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.__.id; |
100 | | -import static org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.__.not; |
101 | 95 | import static org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential.__.outV; |
102 | 96 |
|
103 | 97 | public abstract class DeleteHandlerV1 { |
|
0 commit comments