namespace sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory

Visiblity: restricted
Available since: N/A
Module: sap/ui/fl/descriptorRelated/api/DescriptorVariantFactory
Application Component: CA-UI5-FL

Factory for app variants.


Nodes Overview

Node Description

Methods Overview

Method Description
sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory.createAppVariant

Creates a new app variant.

sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory.createDeletion

Creates an app variant deletion.

sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory.createForExisting

Creates an app variant instance for an existing app variant.

sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory.createNew

Creates a new app variant.

sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory.createAppVariant

Creates a new app variant.

Param Type DefaultValue Description
mParameters object

Parameters

reference string

Proposed referenced descriptor or app variant ID (might be overwritten by the back end)

id string

App variant ID

version string

Version of the app variant

layer string 'CUSTOMER'

Proposed layer of the app variant (might be overwritten by the back end)

skipIam boolean false

Indicates whether the default IAM item creation and registration is skipped

sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory.createDeletion

Creates an app variant deletion.

Param Type DefaultValue Description
sId string

App variant ID

sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory.createForExisting

Creates an app variant instance for an existing app variant.

Param Type DefaultValue Description
sId string

App variant ID

sap.ui.fl.descriptorRelated.api.DescriptorVariantFactory.createNew

Creates a new app variant.

Param Type DefaultValue Description
mParameters object

Parameters

reference string

Proposed referenced descriptor or app variant ID (might be overwritten by the back end)

id string

App variant ID

version string

Version of the app variant

layer string 'CUSTOMER'

Proposed layer of the app variant (might be overwritten by the back end)

skipIam boolean false

Indicates whether the default IAM item creation and registration is skipped