Namespace: docUpload

bcdui.component. docUpload

This namespace contains functionality directly related to BCD-UI docUpload

Classes

Uploader

Methods

staticbcdui.component.docUpload.getUploadOverview(args){bcdui.core.DataProvider}

component/docUpload/docUploadCreate.js, line 628
Generate a wrs modelwrapper holding overview information for the given scope (optionally limited to instances) The wrs holds 1 row per instance with the information about loaded, needed and missing required documents
Name Type Description
args The parameter map contains the following properties:
Name Type Default Description
scope string The scope identifier
id string optional The id of the returned wrs modelwrapper
instance string | Array.<string> optional Array or string or space separated string of instance ids in case you want to limit the output
filterBRefs string optional The space separated list of binding Refs that will be used in filter clause of request document
config bcdui.core.DataProvider bcdui.wkModels.bcdDocUpload optional The model containing the docUpload configuration data. If it is not present the well known bcdui.wkModels.bcdDocUpload is used
Returns:
Type Description
bcdui.core.DataProvider a wrs model holding the overview information