Copyright © 2014-2021 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
insert/2 | Insert a selected #media_import_props{}. |
insert/3 | Insert a selected #media_import_props{}, add the forced properties to the resource. |
update/3 | Update a resource with the selected #media_import_props(). |
url_import_props/2 | Find possible rsc/medium mappings for the url or fetched url metadata. |
insert(Media_import_props::#media_import_props{}, Context::z:context()) -> {ok, m_rsc:resource_id()} | {error, term()}
Insert a selected #media_import_props{}
insert(Media_import_props::#media_import_props{}, RscProps::map(), Context::z:context()) -> {ok, m_rsc:resource_id()} | {error, term()}
Insert a selected #media_import_props{}, add the forced properties to the resource.
update(RscId, Media_import_props, Context) -> any()
Update a resource with the selected #media_import_props()
url_import_props(Url::z_url_metadata:metadata() | string() | binary(), Context::z:context()) -> {ok, [#media_import_props{}]} | {error, term()}
Find possible rsc/medium mappings for the url or fetched url metadata
Generated by EDoc