Skip to content

Commit

Permalink
POLICY-139 API endpoint to move the policy
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit-at committed Sep 11, 2024
1 parent c8cdb9d commit c51121a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2943,10 +2943,7 @@ private void handleEntityMutation(List<AtlasVertex> vertices) throws AtlasBaseEx
this.atlasAlternateChangeNotifier.onEntitiesMutation(vertices);
RequestContext.get().endMetricRecord(metricRecorder);
}
<<<<<<< HEAD
=======

>>>>>>> 0724d62c5 (POLICY-139 API endpoint to move the policy)
@Override
@GraphTransaction
public void moveBusinessPolicy(Set<String> policyIds, String assetId, String type) throws AtlasBaseException {
Expand All @@ -2972,10 +2969,3 @@ public void moveBusinessPolicy(Set<String> policyIds, String assetId, String typ
}
}
}

<<<<<<< HEAD



=======
>>>>>>> 0724d62c5 (POLICY-139 API endpoint to move the policy)
Original file line number Diff line number Diff line change
Expand Up @@ -5083,12 +5083,6 @@ public AtlasVertex moveBusinessPolicy(Set<String> policyIds, String assetId, Str
return assetVertex;
}

<<<<<<< HEAD
=======



>>>>>>> 90294f49a (Adding new API for shifting)
private void cacheDifferentialEntity(AtlasVertex ev, Set<String> existingValues) {
AtlasEntity diffEntity = new AtlasEntity(ev.getProperty(TYPE_NAME_PROPERTY_KEY, String.class));
setEntityCommonAttributes(ev, diffEntity);
Expand Down

0 comments on commit c51121a

Please sign in to comment.