new CreateNewApp1Request(components, appID)
Object CreateNewApp1Request
Usage:
RestApiService.getL10nService().createNewApp1(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
components |
com.tibco.bpm.web.client.model.l10n.Component | The set of JSON-serialized Component objects to be included in the model. |
appID |
string | The full path to the application. |
- Since:
- 4.0.0
Members
commonContext :string
Query parameter: 'commonContext' (optional) Nomination of a single component context that will be regarded as "common".
Type:
- string
- Since:
- 4.0.0
sharedContext :Array.<string>
Query parameter: 'sharedContext' (Java type: Set) A set of Strings listing the shard component names that are to be incorporated into the model.
Type:
- Array.<string>
- Since:
- 4.0.0