Versions Compared

Key

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

...

  SYNTAX:
 
xpfArchiveModel (repositoryId      : GENERIC;                  modelName         : STRING;                  archivedModelName : STRING;                  options           : INTEGER)                  archivedModelId   : GENERIC;
 
The xpfArchiveModel function returns the ?archivedModelId?

Code Block
languagecpp
themeConfluence
FUNCTION  xpfArchiveModel (repositoryId      : GENERIC;
                           modelName         : STRING;   
                           archivedModelName : STRING;   
                           options           : INTEGER)   
                           archivedModelId   : GENERIC;

Use this function to return the archivedModelId for the specified model to be archived.
The argument <repositoryId>

Arguments

...

TypeNameComment
GENERICrepositoryIdspecifies the name of the data repository that holds the model to be archived. Repository names are case sensitive.

...

STRINGmodelNamespecifies the name of the model. Model names are case sensitive. The model can be open or closed. The calling EDMuser must have read access to this model.

...

STRINGarchivedModelNamespecifies the name of the archived model. Model names are case sensitive.
INTEGER

...

optionssee below

Return Value

...

 

TypeNameComment
GENERICarchivedModelIdid of the archived model

Options

...

OptionComment

xpxKEEP_ACTIVE_MODEL

comment
xpxSKIP_STEP_ID_MODEL 

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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