Versions Compared

Key

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

 
SYNTAX:
 
xpxRenameModelVersionBN (repositoryName      : STRING;
                          modelName           : STRING;
                          modelVersionName    : STRING;
                          newModelVersionName : STRING);
                          status              : INTEGER;
 
To be completed
The function xpxRenameModelVersionBN

Description:
This function changes the name of a given repository.
NOTE: Only the "administrators" of an repository are allowed to rename a it. The "system repositories" (SystemRepository, DictionaryRepository, DataRepository, EDMvisualExpress) cannot be renamed.
Signature:
FUNCTION xpxRenameRepository (repositoryName       : STRING;
                              newRepositoryName    : STRING)
                              status               : INTEGER;
Arguments:

repositoryName

current repository name

newRepositoryName

new repository name

status

 

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxRenameModelVersionBN (repositoryName      : STRING;
                                  modelName           : STRING;
                                  modelVersionName    : STRING;
                                  newModelVersionName : STRING);
                                  status              : INTEGER;                                

Use this function to ....

Arguments

...

TypeNameComment
STRINGrepositoryNameThe name of the repository
STRINGmodelNameThe name of the model
STRINGmodelVersionNameCurrent model version name
STRINGnewModelVersionNameThe new model version name

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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