Skip to content

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

Merged
tbouffard merged 1 commit into
mainfrom
feat/elements_searcher_retrieve_all_matching_elements
Oct 4, 2023
Merged

feat(BpmnElementsSearcher): add a new method to get all elements by name#134
tbouffard merged 1 commit into
mainfrom
feat/elements_searcher_retrieve_all_matching_elements

Conversation

@tbouffard

@tbouffard tbouffard commented Oct 3, 2023

Copy link
Copy Markdown
Member

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

github-actions Bot commented Oct 3, 2023

Copy link
Copy Markdown

♻️ 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
@sonarqubecloud

sonarqubecloud Bot commented Oct 4, 2023

Copy link
Copy Markdown

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 requested a review from csouchet October 4, 2023 14:56
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