Versions Compared

Key

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

...

  SYNTAX:
 
xpfActivateModel (archivedModelName : STRING;                   repositoryId      : GENERIC;                   modelName         : STRING;                   options           : INTEGER)                   activatedModelId  : GENERIC;
The xpfActivateModel function returns activatedModelId

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

This function returns activated ModelId for the specified archived model.
The argument <archivedModelName> specifies

Arguments

...

TypeNameComment
STRINGarchivedModelNameSpecifies the name of the archived model to be activated. Model names are case sensitive. The calling EDMuser must have read access to this model.

...

GENERICrepositoryIdSpecifies the name of the data repository that holds the model. 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.

...

INTEGERoptionsSpecifies the options to be used in the invocation of the xpfActivateModel function.

...

Return Value

...

 

TypeNameComment
GENERICactivatedModelIdactivated ModelId for the specified archived model.

Options

...

OptionComment
xpxSKIP_STEP_ID_MODELcomment
xpxRESTORE_MODEL_ADMIN_DATA 
xpxKEEP_ARCHIVED_MODEL 

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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