Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxRollbackModelBN (repositoryName   : STRING;
                             modelName        : STRING;
                             modelVersionName : STRING;
                             options          : INTEGER)
                             status           : INTEGER;

Rolls back the current version of an edmModel to a previous version. The model version is identified by the names of the edmRepository, the edmModel and the version. By default, all versions succeeding the new current version will be permanently deleted. Use options to prevent deletion of versions.

Arguments

...

TypeNameComment
STRINGrepositoryNameThe name of the edmRepository in the EDMdatabase holding the edmModel to be rolled back. Repository names are case sensitive.
STRINGmodelNameThe

...

name of the

...

edmModel to roll back. Model names are case sensitive. The combination of the arguments <repositoryName> and <modelName> uniquely identifies

...

an edmModel in the EDMdatabase

...

.

...

STRINGmodelVersionNameThe name of the model

...

version to roll back to.
INTEGERoptionssee below

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

OptionComment
KEEP_ALL_MODEL_VERSIONSNo versions of the edmModel will be deleted when rolling back.

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"