-
Notifications
You must be signed in to change notification settings - Fork 2
service_asset
Thorsten Zoerner edited this page Feb 1, 2024
·
4 revisions
Update/Insert a profile fields. Sets or updates a profile fields.
graph TD
access.updateAssetMeta --> asset.upsert
balancing.addSettlement --> asset.upsert
nextcloud.createAssetShare --> asset.upsert
Get full profile of given assetId.
- access.sharedFolder()
- access.getAssetMeta()
- balancing.getUpstream()
- balancing.addSettlement()
- clearing.retrieve()
- debit.open()
- nextcloud.createAssetShare()
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
Native MongoDB find.
- balancing.peers()
graph TD
balancing.peers --> asset.query
Native MongoDB find.
graph TD