...
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfCopyModelEx (soureModelId : GENERIC;
targetModelSchemaName : STRING;
targetModelRepositoryId : GENERIC;
targetModelName : STRING;
options : INTEGER)
targetModlId : GENERIC
|
The xpfCopyModel function makes a copy of a model, i.e. creates a new model and copies all instances in the source model, specified by the argument <sourceModelId> to the new model (target model), specified by the attributes <targetModelSchemaName>, <targetModelRepositoryId> and <targetModelName>. The function returns the <targetModelId> after the copy operation.
This function is only applicable to data models. The executing EDMuser must have read access to the source model. The source model will be unchanged by this operation. The source model can be open or closed when this function is executed.
This function is equivalent to the EDMinterface function edmiCopyModel.The new created target model will have the same underlying schema as the source model, i.e. the source and target model will be two different populations of the same Express schema.
Arguments
...
Type | Name | Comment |
GENERIC | soureModelId | comments |
STRING | targetModelSchemaName | |
GENERIC | targetModelRepositoryId | |
STRING | targetModelName | |
INTEGER | options |
Return Value
...
Type | Name | Comment |
GENERIC | targetModlId | comments |
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|