Skip to content

Extend Note for PostAllAssetLinksById #422

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1804,6 +1804,7 @@ These interfaces allow to publish information about Asset Administration Shells
h|Operation Name h|Description
e| xref:GetAllAssetAdministrationShellIdsByAssetLink[GetAllAssetAdministrationShellIdsByAssetLink] |Returns a list of Asset Administration Shell ids based on asset identifier key-value-pairs
e| xref:GetAllAssetLinksById[GetAllAssetLinksById] |Returns a list of asset identifier key-value-pairs based on a given Asset Administration Shell id
e| xref:SearchAllAssetAdministrationShellIdsByAssetLink[SearchAllAssetAdministrationShellIdsByAssetLink] |Returns a list of Asset Administration Shell IDs linked to specific asset identifiers or the global asset ID
e| xref:PostAllAssetLinksById[PostAllAssetLinksById] |Creates or replaces all asset identifier key-value-pairs linked to an Asset Administration Shell to edit discoverable content
e| xref:DeleteAllAssetLinksById[DeleteAllAssetLinksById] |Deletes all asset identifier key-value-pair linked to an Asset Administration Shell
|===
Expand Down Expand Up @@ -1912,8 +1913,11 @@ Asset identifier, which could be the globalAssetId or specificAssetIds.


====
Note: the name for the globalAssetId is defined in Contraint AASd-116 in IDTA-0001.
It is the predefined name “_globalAssetId_” that would refer to the _AssetInformation/globalAssetId_.
Note: “_globalAssetId_” is a predefined name (see Constraint AASd-116 in IDTA-0001).
If a specific asset ID uses this predefined name "_globalAssetId_" then its value shall be used as the value for the _AssetInformation/globalAssetId_ attribute of the associated AAS.
It shall not be treated as an additional item of _AssetInformation/specificAssetIds_.
Furthermore, a potentially included SpecificAssetId/externalSubjectId attribute for a specific asset ID with name "globalAssetId" shall be considered an invalid specific asset ID.
Potentially included semanticId or supplementalSemanticIds are ignored.
====


Expand Down
Loading