-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MESH-316 | Supporting Unarchiving of Products #3958
base: master
Are you sure you want to change the base?
Conversation
@@ -195,6 +195,7 @@ public class EntityGraphMapper { | |||
private final EntityGraphRetriever retrieverNoRelation; | |||
|
|||
private static final Set<String> excludedTypes = new HashSet<>(Arrays.asList(TYPE_GLOSSARY, TYPE_CATEGORY, TYPE_TERM, TYPE_PRODUCT, TYPE_DOMAIN)); | |||
private static final Set<String> edgeLabelsForHardDeletion = new HashSet<>(Arrays.asList(OUTPUT_PORT_PRODUCT_EDGE_LABEL, INPUT_PORT_PRODUCT_EDGE_LABEL)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make a list of all relationships that Product have today, we will decide on what relations we will do hard delete. Mostly for all we will do hard delete, but make a list of relationships first and then we can decide. This edgeLabelsForHardDeletion list will inlude all those lables that we decide to hard delete
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not resolved yet because there will be some other relations like terms as well which will need hard delete
Change description
JIRA.
Type of change
Development
Security
Code review