You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: basyx.aasservice/basyx.aasservice-backend-inmemory/src/main/java/org/eclipse/digitaltwin/basyx/aasservice/backend/InMemoryAasBackend.java
Copy file name to clipboardExpand all lines: basyx.aasservice/basyx.aasservice-backend-mongodb/src/main/java/org/eclipse/digitaltwin/basyx/aasservice/backend/MongoDBAasOperations.java
Copy file name to clipboardExpand all lines: basyx.aasservice/basyx.aasservice-backend/src/main/java/org/eclipse/digitaltwin/basyx/aasservice/backend/AasOperations.java
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,16 @@
44
44
*/
45
45
publicinterfaceAasOperations {
46
46
47
+
/**
48
+
* Retrieves all Asset Administration Shells
49
+
*
50
+
* @param assetIds List of specific asset IDs to filter AASs
51
+
* @param idShort idShort to filter AASs
52
+
* @param pInfo the pagination information
53
+
* @return a {@code CursorResult} containing a list of Asset Administration Shells
Copy file name to clipboardExpand all lines: basyx.submodelservice/basyx.submodelservice-backend-mongodb/src/main/java/org/eclipse/digitaltwin/basyx/submodelservice/backend/MongoDbSubmodelOperations.java
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -146,14 +146,6 @@ public CursorResult<List<SubmodelElement>> getSubmodelElements(String submodelId
0 commit comments