maxon.UpdatableAssetRepositoryInterface¶
Description¶
Asset repository which allows to update assets.
Methods Signature¶
  | 
Returns an array with a list of unsaved changes.  | 
  | 
Update applies the updates to the repository.  | 
Methods Definition¶
- 
UpdatableAssetRepositoryInterface.GetPendingUpdates(reset)¶ Returns an array with a list of unsaved changes.
- Parameters
 reset (bool) – True to reset the changes.
- Returns
 Array on success.
- Return type
 maxon.BaseArray[maxon.Tuple[maxon.AssetDescription,maxon.BaseArray[maxon.AssetBase]]]
- 
UpdatableAssetRepositoryInterface.Update(updates)¶ Update applies the updates to the repository.
- Parameters
 updates (
maxon.BaseArray[maxon.Tuple[maxon.AssetDescription,maxon.BaseArray[maxon.AssetBase]]]) – Updates to process