Skip to content

Conversation

basseche
Copy link
Contributor

@basseche basseche commented Sep 9, 2025

needs filter lib version : gridsuite/filter#84

@basseche basseche self-assigned this Sep 9, 2025
@basseche basseche changed the title Add endpoint to process filters and return Identifiables attributes list WIP : Add endpoint to process filters and return Identifiables attributes list Sep 9, 2025
@basseche basseche force-pushed the FilterBasedContingencyList branch from efb2158 to 6e9eda1 Compare September 11, 2025 09:00
@basseche basseche changed the title WIP : Add endpoint to process filters and return Identifiables attributes list Add endpoint to process filters and return Identifiables attributes list Sep 11, 2025
Signed-off-by: basseche <[email protected]>
Copy link

if (filterIdentiables.getNotFoundIds() != null) {
filterIdentiables.getNotFoundIds().forEach(element -> notFound.put(element.getId(), element));
}
filterIdentiables.getEquipmentIds().forEach(element -> result.put(element.getId(), element));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would implement the same safety than upper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants