-
Notifications
You must be signed in to change notification settings - Fork 11
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 : code changes for new serial part submodel with multi version and removed not supported maven modules #139
feat : code changes for new serial part submodel with multi version and removed not supported maven modules #139
Conversation
|
||
@SneakyThrows | ||
public String lookupTwinRemotely(Integer rowIndex, Map<String, String> specificAssetIds, | ||
String bpnForRemoteRegistry, ObjectNode jsonObject, JsonObject asJsonObject) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
private final DigitalTwinsFacilitator digitalTwinFacilitator; | ||
|
||
@SneakyThrows | ||
public String lookupTwinInLocalRrgistry(Integer rowIndex, Map<String, String> specificAssetIds, |
Check notice
Code scanning / CodeQL
Useless parameter Note
|
||
@SneakyThrows | ||
public String lookupTwinInLocalRrgistry(Integer rowIndex, Map<String, String> specificAssetIds, | ||
ObjectNode jsonObject, JsonObject asJsonObject) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
|
||
@SneakyThrows | ||
public String lookupTwinInLocalRrgistry(Integer rowIndex, Map<String, String> specificAssetIds, | ||
ObjectNode jsonObject, JsonObject asJsonObject) { |
Check notice
Code scanning / CodeQL
Useless parameter Note
|
||
@SneakyThrows | ||
private String getChildSubmodelDetails(Integer rowIndex, ShellLookupRequest shellLookupRequest, String endpoint, | ||
Map<String, String> header, ObjectNode jsonObject, String dtOfferUrl, List<String> childshellIds) |
Check notice
Code scanning / CodeQL
Useless parameter Note
private final SubmoduleUtility submoduleUtility; | ||
|
||
@SneakyThrows | ||
public JsonNode run(Integer rowIndex, ObjectNode jsonObject, String processId, PolicyModel policy) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
DatabaseUsecaseStep.run
} | ||
} | ||
|
||
public void delete(Integer rowIndex, JsonObject jsonObject, String delProcessId, String refProcessId) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
EDCUsecaseStep.delete
private final DeleteEDCFacilitator deleteEDCFacilitator; | ||
|
||
@SneakyThrows | ||
public ObjectNode run(Integer rowNumber, ObjectNode objectNode, String processId, PolicyModel policy) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
EDCUsecaseStep.run
} | ||
|
||
@SneakyThrows | ||
public JsonNode run(Integer rowIndex, ObjectNode jsonObject, String processId, PolicyModel policy) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
DigitalTwinUsecaseStep.run
|
||
private final DigitalTwinLookUpInRegistry digitalTwinLookUpInRegistry; | ||
|
||
public void delete(Integer rowIndex, JsonObject jsonObject, String delProcessId, String refProcessId) { |
Check notice
Code scanning / CodeQL
Missing Override annotation Note
DigitalTwinUsecaseStep.delete
CX_R24.05_multi_version_submodel_impl_part_4
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.
LGTM
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.
LGTM
…model_impl_part_4
@almadigabor I have updated changelog file and PR discription about removed maven modules. |
…_A1SDS-2359_DDTR - Empty check added
Description
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: