Skip to content
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

feat(BpmnElementsSearcher): add a new method to get all elements by name #134

Merged

Conversation

tbouffard
Copy link
Member

@tbouffard tbouffard commented Oct 3, 2023

It allows the caller to extract several elements and, if required, to choose how to deduplicate elements with the same name by filtering the results returned.

Closes #114

@tbouffard tbouffard added depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first enhancement New feature or request labels Oct 3, 2023
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

♻️ PR Preview 30003db has been successfully destroyed since this PR has been closed.

🤖 By surge-preview

It allows the caller to extract several elements and, if required, to choose how to deduplicate
elements with the same name by filtering the results returned.
@tbouffard tbouffard changed the title feat(BpmnElementsSearcher): provide options to deduplicate elements feat(BpmnElementsSearcher): add a new method to get all elements by name Oct 4, 2023
@tbouffard tbouffard force-pushed the feat/elements_searcher_retrieve_all_matching_elements branch from 71d7f85 to 30003db Compare October 4, 2023 14:40
@tbouffard tbouffard removed the depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first label Oct 4, 2023
@sonarcloud
Copy link

sonarcloud bot commented Oct 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@tbouffard tbouffard marked this pull request as ready for review October 4, 2023 14:56
@tbouffard tbouffard merged commit d0b5596 into main Oct 4, 2023
7 checks passed
@tbouffard tbouffard deleted the feat/elements_searcher_retrieve_all_matching_elements branch October 4, 2023 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] BpmnElementsSearcher could provide details when several elements match a given name
2 participants