Skip to content

service_asset

Thorsten Zoerner edited this page Feb 1, 2024 · 4 revisions

Service: asset

Method upsert

Update/Insert a profile fields. Sets or updates a profile fields.

Called by:

graph TD
   access.updateAssetMeta --> asset.upsert
   balancing.addSettlement --> asset.upsert
   nextcloud.createAssetShare --> asset.upsert
Loading

Method get

Get full profile of given assetId.

Called by:

graph TD
   access.sharedFolder --> asset.get
   access.getAssetMeta --> asset.get
   balancing.getUpstream --> asset.get
   balancing.addSettlement --> asset.get
   clearing.retrieve --> asset.get
   debit.open --> asset.get
   nextcloud.createAssetShare --> asset.get
Loading

Method query

Native MongoDB find.

Called by:

graph TD
   balancing.peers --> asset.query
Loading

Method find

Native MongoDB find.

graph TD
Loading
Clone this wiki locally