CreateTopLevelVirtualModel 
No documentation yet
Usage
[VirtualModel <value> =]
CreateTopLevelVirtualModel(
resourceName=<resourceName_path>,
resourceCenter=<resourceCenter_path>,
relativePath=<relativePath_path>[,
options])
or
[VirtualModel <value> =]
FML::CreateTopLevelVirtualModel(
resourceName=<resourceName_path>,
resourceCenter=<resourceCenter_path>,
relativePath=<relativePath_path>[,
options])
where
- \<resourceName_path> addresses a
String - \<resourceCenter_path> addresses a
FlexoResourceCenter<?> - \<relativePath_path> addresses a
String
Configuration
| Property | Type | Required |
|---|---|---|
resourceName | String | yes |
resourceCenter | FlexoResourceCenter<?> | yes |
relativePath | String | yes |
resourceURI | String | no |
resourceName: name for the resource to be createdresourceCenter: ResourceCenter where the resource should be registeredrelativePath: relative path (relative to the resource center) where the resource should be createdresourceURI: URI for the resource to be created