Factory for Descriptor Inline Changes
Node | Description |
---|
Creates an inline change of change type appdescr_app_addAnnotationsToOData
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
dataSourceId | string |
the id of the data source to be changed by adding annotations from annotations parameter |
|
annotations | array |
array with ids of data sources of type 'ODataAnnotation' that should be added to the data source to be changed |
|
annotationsInsertPosition | sap.ui.fl.descriptorRelated.api.AnnotationsInsertPositionType |
position at which the annotations should be added to the annotations of the data source to be changed (BEGINNING/END, default BEGINNING) |
|
dataSource | object |
one or several data sources of type 'ODataAnnotation' which should be added, all need to be contained in the annotations parameter |
Creates an inline change of change type appdescr_app_addCdsViews
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
cdsViews | array |
the cdsViews |
Creates an inline change of change type appdescr_app_addNewDataSource
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
dataSource | object |
the data source to be created according to descriptor schema (either one data source or one of type OData and one of type ODataAnnotation) |
Creates an inline change of change type appdescr_app_addNewInbound
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
inbound | object |
the inbound to be created according to descriptor schema |
|
mTexts | object |
texts for the inline change |
Creates an inline change of change type appdescr_app_addNewOutbound
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
outbound | object |
the outbound to be created according to descriptor schema |
Creates an inline change of change type appdescr_app_addTechnicalAttributes
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
technicalAttributes | array |
the technicalAttributes |
Creates an inline change of change type appdescr_app_changeDataSource
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
dataSourceId | string |
the id of the data source to be changed |
|
entityPropertyChange | object array |
the entity property change or an array of multiple changes |
|
propertyPath | object |
the property path inside the data source |
|
operation | object |
the operation (INSERT, UPDATE, UPSERT, DELETE) |
|
propertyValue | object |
the new property value |
Creates an inline change of change type appdescr_app_changeInbound
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
inboundId | string |
the id of the inbound to be changed |
|
entityPropertyChange | object array |
the entity property change or an array of multiple changes |
|
propertyPath | object |
the property path inside the inbound. If the propertyPath contains a parameter id with slash(es), each slash of the parameter id has to be escaped by exactly 2 backslashes. |
|
operation | object |
the operation (INSERT, UPDATE, UPSERT, DELETE) |
|
propertyValue | object |
the new property value |
|
mTexts | object |
texts for the inline change |
Creates an inline change of change type appdescr_app_changeOutbound
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
outboundId | string |
the id of the outbound to be changed |
|
entityPropertyChange | object array |
the entity property change or an array of multiple changes |
|
propertyPath | object |
the property path inside the outbound. If the |
|
operation | object |
the operation (INSERT, UPDATE, UPSERT, DELETE) |
|
propertyValue | object |
the new property value |
Creates an inline change of change type appdescr_app_removeAllInboundsExceptOne
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
inboundId | string |
the id of the inbound that should be preserved |
Creates an inline change of change type appdescr_app_removeCdsViews
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
cdsViews | array |
the cdsViews |
Creates an inline change of change type appdescr_app_removeDataSource
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
dataSourceId | string |
the id of the data source to be removed |
|
removeUnusedODataAnnotation | boolean |
option to remove also no longer referenced dataSources of type ODataAnnotion |
Creates an inline change of change type appdescr_app_removeInbound
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
inboundId | string |
the id of the inbound to be removed |
Creates an inline change of change type appdescr_app_removeOutbound
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
outboundId | string |
the id of the outbound to be removed |
Creates an inline change of change type appdescr_app_removeTechnicalAttributes
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
technicalAttributes | array |
the technicalAttributes |
Creates an inline change of change type appdescr_app_setAch
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
ach | object |
the ACH component |
Creates an inline change of change type appdescr_app_setDescription
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
map of text properties |
|
maxLength | object |
max length of description |
|
type | object | 'XTIT' |
type of description |
comment | object |
comment for additional information |
|
value | object |
map of locale and text, "" represents the default description |
|
mTexts | object |
the i18n properties file path |
Creates an inline change of change type appdescr_app_setDestination
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
destination | object |
the destination |
Creates an inline change of change type appdescr_app_setInfo
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
map of text properties |
|
maxLength | object |
max length of info |
|
type | object | 'XTIT' |
type of info |
comment | object |
comment for additional information |
|
value | object |
map of locale and text, "" represents the default info |
|
mTexts | object |
i18n properties file path |
Creates an inline change of change type appdescr_app_setKeywords
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
keywords | array |
the keywords |
|
mTexts | object |
texts for the inline change |
Creates an inline change of change type appdescr_app_setShortTitle
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
map of text properties |
|
maxLength | object |
max length of sub title |
|
type | object | 'XTIT' |
type of short title |
comment | object |
comment for additional information |
|
value | object |
map of locale and text, "" represents the default short title |
|
mTexts | object |
the i18n properties file path |
Creates an inline change of change type appdescr_app_setSubTitle
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
map of text properties |
|
maxLength | object |
max length of sub title |
|
type | object | 'XTIT' |
type of sub title |
comment | object |
comment for additional information |
|
value | object |
map of locale and text, "" represents the default sub title |
|
mTexts | object |
the i18n properties file path |
Creates an inline change of change type appdescr_app_setTitle
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
map of text properties |
|
maxLength | object |
max length of title |
|
type | object | 'XTIT' |
type of title |
comment | object |
comment for additional information |
|
value | object |
map of locale and text, "" represents the default title |
|
mTexts | object |
the i18n properties file path |
Creates an inline change of change type appdescr_fiori_setAbstract
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
Parameters of the change type |
|
abstract | boolean |
Abstract property |
Creates an inline change of change type appdescr_fiori_setRegistrationIds
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
registrationIds | object |
the array of registrationId strings |
Creates an inline change of change type appdescr_flp_setConfig
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
config | array |
the config settings |
Creates an inline change of change type appdescr_ovp_addNewCard
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
card | object |
the card to be created according to descriptor schema |
|
model | object |
the ui5 model to be created according to descriptor schema |
|
dataSource | object |
the data sources to be created according to descriptor schema (either not provided or of type OData or of type OData and ODataAnnotation |
|
mTexts | object |
texts for the inline change |
Creates an inline change of change type appdescr_ovp_changeCard
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
cardId | string |
the id of the card to be changed |
|
entityPropertyChange | object array |
the entity property change or an array of multiple changes |
|
propertyPath | object |
the property path inside the card (Eg. '/settings/title'). |
|
operation | object |
the operation (INSERT, UPDATE, UPSERT, DELETE) |
|
propertyValue | object |
the new property value |
|
mTexts | object |
texts for the inline change |
Creates an inline change of change type appdescr_ovp_removeCard
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
cardId | string |
the id of the card to be removed |
Creates an inline change of change type appdescr_smb_addNamespace
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
smartBusinessApp | object |
the smart business app to be created according to descriptor schema |
Creates an inline change of change type appdescr_smb_changeNamespace
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
smartBusinessApp | object |
the smart business app to be changed according to descriptor schema |
Creates an inline change of change type appdescr_ui5_addLibraries
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
libraries | object |
library to be added |
Creates an inline change of change type appdescr_ui5_addNewModel
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
model | object |
the ui5 model to be created according to descriptor schema |
|
dataSource | object |
the data sources to be created according to descriptor schema (either not provided or of arbitrary type or two provided of type OData and of type OData and ODataAnnotation) |
Creates an inline change of change type appdescr_ui5_addNewModelEnhanceWith
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
modelId | string |
the ui5 model id to be enhanced |
|
texts | object |
the i18n properties file path |
Creates an inline change of change type appdescr_ui5_removeModel
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
modelId | string |
the id of the ui5 model to be removed |
Creates an inline change of change type appdescr_ui5_replaceComponentUsage
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
componentUsageId | object |
the ui5 component usage id to be created |
|
componentUsage | object |
the ui5 component usage data to replace the old one according to descriptor schema |
Creates an inline change of change type appdescr_ui5_setFlexExtensionPointEnabled
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
flexExtensionPointEnabled | boolean |
the flexExtensionPointEnabled property |
Creates an inline change of change type appdescr_ui5_setMinUI5Version
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
minUI5Version | string |
the UI5 Version to be updated |
Creates an inline change of change type appdescr_ui_generic_app_setMainPage
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
page | object |
the page to be created according to descriptor schema |
|
mTexts | object |
texts for the inline change |
Creates an inline change of change type appdescr_ui_setDeviceTypes
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
deviceTypes | object |
the device types |
Creates an inline change of change type appdescr_ui_setIcon
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
icon | object |
the icon string |
Creates an inline change of change type appdescr_url_setUri
Param | Type | DefaultValue | Description |
---|---|---|---|
mParameters | object |
parameters of the change type |
|
uri | object |
the uri string |
Creates an inline change
Param | Type | DefaultValue | Description |
---|---|---|---|
sDescriptorChangeType | string |
the change type |
|
mParameters | object |
parameters of the changed type |
|
mTexts | object |
texts for the inline change |