AAS HTTP Client Documentation
Loading...
Searching...
No Matches
implementations.shell_implementation.ShellRepoImplementation Member List

This is the complete list of members for implementations.shell_implementation.ShellRepoImplementation, including all inherited members.

__init__(self, "AasHttpClient" client)implementations.shell_implementation.ShellRepoImplementation
_clientimplementations.shell_implementation.ShellRepoImplementationprotected
delete_asset_administration_shell_by_id(self, str aas_identifier)implementations.shell_implementation.ShellRepoImplementation
delete_submodel_reference_by_id_aas_repository(self, str aas_identifier, str submodel_identifier)implementations.shell_implementation.ShellRepoImplementation
delete_thumbnail_aas_repository(self, str aas_identifier)implementations.shell_implementation.ShellRepoImplementation
get_all_asset_administration_shells(self, list[dict]|None asset_ids=None, str id_short="", int limit=100, str cursor="")implementations.shell_implementation.ShellRepoImplementation
get_all_submodel_references_aas_repository(self, str aas_identifier, int limit=100, str cursor="")implementations.shell_implementation.ShellRepoImplementation
get_asset_administration_shell_by_id(self, str aas_identifier)implementations.shell_implementation.ShellRepoImplementation
get_asset_administration_shell_by_id_reference_aas_repository(self, str aas_identifier)implementations.shell_implementation.ShellRepoImplementation
get_submodel_by_id_aas_repository(self, str aas_identifier, str submodel_identifier)implementations.shell_implementation.ShellRepoImplementation
get_thumbnail_aas_repository(self, str aas_identifier)implementations.shell_implementation.ShellRepoImplementation
post_asset_administration_shell(self, dict request_body)implementations.shell_implementation.ShellRepoImplementation
post_submodel_reference_aas_repository(self, str aas_identifier, dict request_body)implementations.shell_implementation.ShellRepoImplementation
put_asset_administration_shell_by_id(self, str aas_identifier, dict request_body)implementations.shell_implementation.ShellRepoImplementation
put_submodel_by_id_aas_repository(self, str aas_identifier, str submodel_identifier, dict request_body)implementations.shell_implementation.ShellRepoImplementation
put_thumbnail_aas_repository(self, str aas_identifier, str file_name, Path file)implementations.shell_implementation.ShellRepoImplementation