GetComponent C++ Example
#include <CkRest.h>
#include <CkAuthAws.h>
#include <CkStringBuilder.h>
#include <CkJsonObject.h>
void ChilkatSample(void)
{
// This example requires the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
CkRest rest;
bool success;
CkAuthAws authAws;
authAws.put_AccessKey("AWS_ACCESS_KEY");
authAws.put_SecretKey("AWS_SECRET_KEY");
// Don't forget to change the region to your particular region. (Also make the same change in the call to Connect below.)
authAws.put_Region("us-west-2");
authAws.put_ServiceName("amplifyuibuilder");
// SetAuthAws causes Chilkat to automatically add the following headers: Authorization, X-Amz-Date
rest.SetAuthAws(authAws);
// URL: https://amplifyuibuilder.us-west-2.amazonaws.com/
// Use the same region as specified above.
success = rest.Connect("amplifyuibuilder.us-west-2.amazonaws.com",443,true,true);
if (success != true) {
std::cout << "ConnectFailReason: " << rest.get_ConnectFailReason() << "\r\n";
std::cout << rest.lastErrorText() << "\r\n";
return;
}
rest.AddHeader("Content-Type","application/x-amz-json-1.1");
rest.AddHeader("X-Amz-Target","GetComponent");
CkStringBuilder sbResponseBody;
success = rest.FullRequestNoBodySb("GET","/app/{appId}/environment/{environmentName}/components/{id}",sbResponseBody);
if (success != true) {
std::cout << rest.lastErrorText() << "\r\n";
return;
}
int respStatusCode = rest.get_ResponseStatusCode();
std::cout << "response status code = " << respStatusCode << "\r\n";
if (respStatusCode != 200) {
std::cout << "Response Header:" << "\r\n";
std::cout << rest.responseHeader() << "\r\n";
std::cout << "Response Body:" << "\r\n";
std::cout << sbResponseBody.getAsString() << "\r\n";
return;
}
CkJsonObject jResp;
jResp.LoadSb(sbResponseBody);
// The following code parses the JSON response.
// A sample JSON response is shown below the sample code.
// Use this online tool to generate parsing code from sample JSON:
// Generate Parsing Code from JSON
// Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.
// See this example explaining how this memory should be used: const char * functions.
const char *field = 0;
const char *operand = 0;
const char *operator = 0;
int j;
int count_j;
const char *strVal = 0;
const char *componentType = 0;
const char *StringAction = 0;
const char *StringBindingEvent = 0;
const char *AnchorComponentName = 0;
int AnchorConfigured;
const char *AnchorEvent = 0;
const char *AnchorImportedValue = 0;
const char *AnchorValue = 0;
const char *name = 0;
const char *sourceId = 0;
const char *direction = 0;
const char *StringString = 0;
const char *variantValuesString = 0;
const char *AppId = jResp.stringOf("component.appId");
const char *Bucket = jResp.stringOf("component.bindingProperties.string.bindingProperties.bucket");
const char *DefaultValue = jResp.stringOf("component.bindingProperties.string.bindingProperties.defaultValue");
const char *Field = jResp.stringOf("component.bindingProperties.string.bindingProperties.field");
const char *Key = jResp.stringOf("component.bindingProperties.string.bindingProperties.key");
const char *Model = jResp.stringOf("component.bindingProperties.string.bindingProperties.model");
const char *UserAttribute = jResp.stringOf("component.bindingProperties.string.bindingProperties.userAttribute");
const char *StringDefaultValue = jResp.stringOf("component.bindingProperties.string.defaultValue");
const char *v_Type = jResp.stringOf("component.bindingProperties.string.type");
const char *StringModel = jResp.stringOf("component.collectionProperties.string.model");
const char *PredicateField = jResp.stringOf("component.collectionProperties.string.predicate.field");
const char *Operand = jResp.stringOf("component.collectionProperties.string.predicate.operand");
const char *Operator = jResp.stringOf("component.collectionProperties.string.predicate.operator");
const char *ComponentType = jResp.stringOf("component.componentType");
int CreatedAt = jResp.IntOf("component.createdAt");
const char *EnvironmentName = jResp.stringOf("component.environmentName");
const char *Action = jResp.stringOf("component.events.string.action");
const char *BindingEvent = jResp.stringOf("component.events.string.bindingEvent");
const char *BindingPropertiesField = jResp.stringOf("component.events.string.parameters.anchor.bindingProperties.field");
const char *Property = jResp.stringOf("component.events.string.parameters.anchor.bindingProperties.property");
const char *Element = jResp.stringOf("component.events.string.parameters.anchor.bindings.string.element");
const char *StringProperty = jResp.stringOf("component.events.string.parameters.anchor.bindings.string.property");
const char *CollectionBindingPropertiesField = jResp.stringOf("component.events.string.parameters.anchor.collectionBindingProperties.field");
const char *CollectionBindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.anchor.collectionBindingProperties.property");
const char *ComponentName = jResp.stringOf("component.events.string.parameters.anchor.componentName");
const char *v_Else = jResp.stringOf("component.events.string.parameters.anchor.condition.else");
const char *ConditionField = jResp.stringOf("component.events.string.parameters.anchor.condition.field");
const char *ConditionOperand = jResp.stringOf("component.events.string.parameters.anchor.condition.operand");
const char *OperandType = jResp.stringOf("component.events.string.parameters.anchor.condition.operandType");
const char *ConditionOperator = jResp.stringOf("component.events.string.parameters.anchor.condition.operator");
const char *ConditionProperty = jResp.stringOf("component.events.string.parameters.anchor.condition.property");
const char *v_Then = jResp.stringOf("component.events.string.parameters.anchor.condition.then");
int Configured = jResp.IntOf("component.events.string.parameters.anchor.configured");
const char *AnchorDefaultValue = jResp.stringOf("component.events.string.parameters.anchor.defaultValue");
const char *v_Event = jResp.stringOf("component.events.string.parameters.anchor.event");
const char *ImportedValue = jResp.stringOf("component.events.string.parameters.anchor.importedValue");
const char *AnchorModel = jResp.stringOf("component.events.string.parameters.anchor.model");
const char *AnchorProperty = jResp.stringOf("component.events.string.parameters.anchor.property");
const char *AnchorType = jResp.stringOf("component.events.string.parameters.anchor.type");
const char *AnchorUserAttribute = jResp.stringOf("component.events.string.parameters.anchor.userAttribute");
const char *Value = jResp.stringOf("component.events.string.parameters.anchor.value");
BindingPropertiesField = jResp.stringOf("component.events.string.parameters.fields.string.bindingProperties.field");
const char *BindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.fields.string.bindingProperties.property");
const char *StringElement = jResp.stringOf("component.events.string.parameters.fields.string.bindings.string.element");
StringProperty = jResp.stringOf("component.events.string.parameters.fields.string.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.events.string.parameters.fields.string.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.fields.string.collectionBindingProperties.property");
const char *StringComponentName = jResp.stringOf("component.events.string.parameters.fields.string.componentName");
const char *ConditionElse = jResp.stringOf("component.events.string.parameters.fields.string.condition.else");
ConditionField = jResp.stringOf("component.events.string.parameters.fields.string.condition.field");
ConditionOperand = jResp.stringOf("component.events.string.parameters.fields.string.condition.operand");
const char *ConditionOperandType = jResp.stringOf("component.events.string.parameters.fields.string.condition.operandType");
ConditionOperator = jResp.stringOf("component.events.string.parameters.fields.string.condition.operator");
ConditionProperty = jResp.stringOf("component.events.string.parameters.fields.string.condition.property");
const char *ConditionThen = jResp.stringOf("component.events.string.parameters.fields.string.condition.then");
int StringConfigured = jResp.IntOf("component.events.string.parameters.fields.string.configured");
StringDefaultValue = jResp.stringOf("component.events.string.parameters.fields.string.defaultValue");
const char *StringEvent = jResp.stringOf("component.events.string.parameters.fields.string.event");
const char *StringImportedValue = jResp.stringOf("component.events.string.parameters.fields.string.importedValue");
StringModel = jResp.stringOf("component.events.string.parameters.fields.string.model");
StringProperty = jResp.stringOf("component.events.string.parameters.fields.string.property");
const char *StringType = jResp.stringOf("component.events.string.parameters.fields.string.type");
const char *StringUserAttribute = jResp.stringOf("component.events.string.parameters.fields.string.userAttribute");
const char *StringValue = jResp.stringOf("component.events.string.parameters.fields.string.value");
BindingPropertiesField = jResp.stringOf("component.events.string.parameters.global.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.global.bindingProperties.property");
StringElement = jResp.stringOf("component.events.string.parameters.global.bindings.string.element");
StringProperty = jResp.stringOf("component.events.string.parameters.global.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.events.string.parameters.global.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.global.collectionBindingProperties.property");
const char *GlobalComponentName = jResp.stringOf("component.events.string.parameters.global.componentName");
ConditionElse = jResp.stringOf("component.events.string.parameters.global.condition.else");
ConditionField = jResp.stringOf("component.events.string.parameters.global.condition.field");
ConditionOperand = jResp.stringOf("component.events.string.parameters.global.condition.operand");
ConditionOperandType = jResp.stringOf("component.events.string.parameters.global.condition.operandType");
ConditionOperator = jResp.stringOf("component.events.string.parameters.global.condition.operator");
ConditionProperty = jResp.stringOf("component.events.string.parameters.global.condition.property");
ConditionThen = jResp.stringOf("component.events.string.parameters.global.condition.then");
int GlobalConfigured = jResp.IntOf("component.events.string.parameters.global.configured");
const char *GlobalDefaultValue = jResp.stringOf("component.events.string.parameters.global.defaultValue");
const char *GlobalEvent = jResp.stringOf("component.events.string.parameters.global.event");
const char *GlobalImportedValue = jResp.stringOf("component.events.string.parameters.global.importedValue");
const char *GlobalModel = jResp.stringOf("component.events.string.parameters.global.model");
const char *GlobalProperty = jResp.stringOf("component.events.string.parameters.global.property");
const char *GlobalType = jResp.stringOf("component.events.string.parameters.global.type");
const char *GlobalUserAttribute = jResp.stringOf("component.events.string.parameters.global.userAttribute");
const char *GlobalValue = jResp.stringOf("component.events.string.parameters.global.value");
BindingPropertiesField = jResp.stringOf("component.events.string.parameters.id.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.id.bindingProperties.property");
StringElement = jResp.stringOf("component.events.string.parameters.id.bindings.string.element");
StringProperty = jResp.stringOf("component.events.string.parameters.id.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.events.string.parameters.id.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.id.collectionBindingProperties.property");
const char *IdComponentName = jResp.stringOf("component.events.string.parameters.id.componentName");
ConditionElse = jResp.stringOf("component.events.string.parameters.id.condition.else");
ConditionField = jResp.stringOf("component.events.string.parameters.id.condition.field");
ConditionOperand = jResp.stringOf("component.events.string.parameters.id.condition.operand");
ConditionOperandType = jResp.stringOf("component.events.string.parameters.id.condition.operandType");
ConditionOperator = jResp.stringOf("component.events.string.parameters.id.condition.operator");
ConditionProperty = jResp.stringOf("component.events.string.parameters.id.condition.property");
ConditionThen = jResp.stringOf("component.events.string.parameters.id.condition.then");
int IdConfigured = jResp.IntOf("component.events.string.parameters.id.configured");
const char *IdDefaultValue = jResp.stringOf("component.events.string.parameters.id.defaultValue");
const char *IdEvent = jResp.stringOf("component.events.string.parameters.id.event");
const char *IdImportedValue = jResp.stringOf("component.events.string.parameters.id.importedValue");
const char *IdModel = jResp.stringOf("component.events.string.parameters.id.model");
const char *IdProperty = jResp.stringOf("component.events.string.parameters.id.property");
const char *IdType = jResp.stringOf("component.events.string.parameters.id.type");
const char *IdUserAttribute = jResp.stringOf("component.events.string.parameters.id.userAttribute");
const char *IdValue = jResp.stringOf("component.events.string.parameters.id.value");
const char *ParametersModel = jResp.stringOf("component.events.string.parameters.model");
const char *StateComponentName = jResp.stringOf("component.events.string.parameters.state.componentName");
const char *StateProperty = jResp.stringOf("component.events.string.parameters.state.property");
BindingPropertiesField = jResp.stringOf("component.events.string.parameters.state.set.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.state.set.bindingProperties.property");
StringElement = jResp.stringOf("component.events.string.parameters.state.set.bindings.string.element");
StringProperty = jResp.stringOf("component.events.string.parameters.state.set.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.events.string.parameters.state.set.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.state.set.collectionBindingProperties.property");
const char *SetComponentName = jResp.stringOf("component.events.string.parameters.state.set.componentName");
ConditionElse = jResp.stringOf("component.events.string.parameters.state.set.condition.else");
ConditionField = jResp.stringOf("component.events.string.parameters.state.set.condition.field");
ConditionOperand = jResp.stringOf("component.events.string.parameters.state.set.condition.operand");
ConditionOperandType = jResp.stringOf("component.events.string.parameters.state.set.condition.operandType");
ConditionOperator = jResp.stringOf("component.events.string.parameters.state.set.condition.operator");
ConditionProperty = jResp.stringOf("component.events.string.parameters.state.set.condition.property");
ConditionThen = jResp.stringOf("component.events.string.parameters.state.set.condition.then");
int SetConfigured = jResp.IntOf("component.events.string.parameters.state.set.configured");
const char *SetDefaultValue = jResp.stringOf("component.events.string.parameters.state.set.defaultValue");
const char *SetEvent = jResp.stringOf("component.events.string.parameters.state.set.event");
const char *SetImportedValue = jResp.stringOf("component.events.string.parameters.state.set.importedValue");
const char *SetModel = jResp.stringOf("component.events.string.parameters.state.set.model");
const char *SetProperty = jResp.stringOf("component.events.string.parameters.state.set.property");
const char *SetType = jResp.stringOf("component.events.string.parameters.state.set.type");
const char *SetUserAttribute = jResp.stringOf("component.events.string.parameters.state.set.userAttribute");
const char *SetValue = jResp.stringOf("component.events.string.parameters.state.set.value");
BindingPropertiesField = jResp.stringOf("component.events.string.parameters.target.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.target.bindingProperties.property");
StringElement = jResp.stringOf("component.events.string.parameters.target.bindings.string.element");
StringProperty = jResp.stringOf("component.events.string.parameters.target.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.events.string.parameters.target.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.target.collectionBindingProperties.property");
const char *TargetComponentName = jResp.stringOf("component.events.string.parameters.target.componentName");
ConditionElse = jResp.stringOf("component.events.string.parameters.target.condition.else");
ConditionField = jResp.stringOf("component.events.string.parameters.target.condition.field");
ConditionOperand = jResp.stringOf("component.events.string.parameters.target.condition.operand");
ConditionOperandType = jResp.stringOf("component.events.string.parameters.target.condition.operandType");
ConditionOperator = jResp.stringOf("component.events.string.parameters.target.condition.operator");
ConditionProperty = jResp.stringOf("component.events.string.parameters.target.condition.property");
ConditionThen = jResp.stringOf("component.events.string.parameters.target.condition.then");
int TargetConfigured = jResp.IntOf("component.events.string.parameters.target.configured");
const char *TargetDefaultValue = jResp.stringOf("component.events.string.parameters.target.defaultValue");
const char *TargetEvent = jResp.stringOf("component.events.string.parameters.target.event");
const char *TargetImportedValue = jResp.stringOf("component.events.string.parameters.target.importedValue");
const char *TargetModel = jResp.stringOf("component.events.string.parameters.target.model");
const char *TargetProperty = jResp.stringOf("component.events.string.parameters.target.property");
const char *TargetType = jResp.stringOf("component.events.string.parameters.target.type");
const char *TargetUserAttribute = jResp.stringOf("component.events.string.parameters.target.userAttribute");
const char *TargetValue = jResp.stringOf("component.events.string.parameters.target.value");
BindingPropertiesField = jResp.stringOf("component.events.string.parameters.type.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.type.bindingProperties.property");
StringElement = jResp.stringOf("component.events.string.parameters.type.bindings.string.element");
StringProperty = jResp.stringOf("component.events.string.parameters.type.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.events.string.parameters.type.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.type.collectionBindingProperties.property");
const char *TypeComponentName = jResp.stringOf("component.events.string.parameters.type.componentName");
ConditionElse = jResp.stringOf("component.events.string.parameters.type.condition.else");
ConditionField = jResp.stringOf("component.events.string.parameters.type.condition.field");
ConditionOperand = jResp.stringOf("component.events.string.parameters.type.condition.operand");
ConditionOperandType = jResp.stringOf("component.events.string.parameters.type.condition.operandType");
ConditionOperator = jResp.stringOf("component.events.string.parameters.type.condition.operator");
ConditionProperty = jResp.stringOf("component.events.string.parameters.type.condition.property");
ConditionThen = jResp.stringOf("component.events.string.parameters.type.condition.then");
int TypeConfigured = jResp.IntOf("component.events.string.parameters.type.configured");
const char *TypeDefaultValue = jResp.stringOf("component.events.string.parameters.type.defaultValue");
const char *TypeEvent = jResp.stringOf("component.events.string.parameters.type.event");
const char *TypeImportedValue = jResp.stringOf("component.events.string.parameters.type.importedValue");
const char *TypeModel = jResp.stringOf("component.events.string.parameters.type.model");
const char *TypeProperty = jResp.stringOf("component.events.string.parameters.type.property");
const char *TypeType = jResp.stringOf("component.events.string.parameters.type.type");
const char *TypeUserAttribute = jResp.stringOf("component.events.string.parameters.type.userAttribute");
const char *TypeValue = jResp.stringOf("component.events.string.parameters.type.value");
BindingPropertiesField = jResp.stringOf("component.events.string.parameters.url.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.url.bindingProperties.property");
StringElement = jResp.stringOf("component.events.string.parameters.url.bindings.string.element");
StringProperty = jResp.stringOf("component.events.string.parameters.url.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.events.string.parameters.url.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.events.string.parameters.url.collectionBindingProperties.property");
const char *UrlComponentName = jResp.stringOf("component.events.string.parameters.url.componentName");
ConditionElse = jResp.stringOf("component.events.string.parameters.url.condition.else");
ConditionField = jResp.stringOf("component.events.string.parameters.url.condition.field");
ConditionOperand = jResp.stringOf("component.events.string.parameters.url.condition.operand");
ConditionOperandType = jResp.stringOf("component.events.string.parameters.url.condition.operandType");
ConditionOperator = jResp.stringOf("component.events.string.parameters.url.condition.operator");
ConditionProperty = jResp.stringOf("component.events.string.parameters.url.condition.property");
ConditionThen = jResp.stringOf("component.events.string.parameters.url.condition.then");
int UrlConfigured = jResp.IntOf("component.events.string.parameters.url.configured");
const char *UrlDefaultValue = jResp.stringOf("component.events.string.parameters.url.defaultValue");
const char *UrlEvent = jResp.stringOf("component.events.string.parameters.url.event");
const char *UrlImportedValue = jResp.stringOf("component.events.string.parameters.url.importedValue");
const char *UrlModel = jResp.stringOf("component.events.string.parameters.url.model");
const char *UrlProperty = jResp.stringOf("component.events.string.parameters.url.property");
const char *UrlType = jResp.stringOf("component.events.string.parameters.url.type");
const char *UrlUserAttribute = jResp.stringOf("component.events.string.parameters.url.userAttribute");
const char *UrlValue = jResp.stringOf("component.events.string.parameters.url.value");
const char *Id = jResp.stringOf("component.id");
int ModifiedAt = jResp.IntOf("component.modifiedAt");
const char *Name = jResp.stringOf("component.name");
const char *v_String = jResp.stringOf("component.overrides.string.string");
BindingPropertiesField = jResp.stringOf("component.properties.string.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.properties.string.bindingProperties.property");
StringElement = jResp.stringOf("component.properties.string.bindings.string.element");
StringProperty = jResp.stringOf("component.properties.string.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.properties.string.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.properties.string.collectionBindingProperties.property");
StringComponentName = jResp.stringOf("component.properties.string.componentName");
ConditionElse = jResp.stringOf("component.properties.string.condition.else");
ConditionField = jResp.stringOf("component.properties.string.condition.field");
ConditionOperand = jResp.stringOf("component.properties.string.condition.operand");
ConditionOperandType = jResp.stringOf("component.properties.string.condition.operandType");
ConditionOperator = jResp.stringOf("component.properties.string.condition.operator");
ConditionProperty = jResp.stringOf("component.properties.string.condition.property");
ConditionThen = jResp.stringOf("component.properties.string.condition.then");
StringConfigured = jResp.IntOf("component.properties.string.configured");
StringDefaultValue = jResp.stringOf("component.properties.string.defaultValue");
StringEvent = jResp.stringOf("component.properties.string.event");
StringImportedValue = jResp.stringOf("component.properties.string.importedValue");
StringModel = jResp.stringOf("component.properties.string.model");
StringProperty = jResp.stringOf("component.properties.string.property");
StringType = jResp.stringOf("component.properties.string.type");
StringUserAttribute = jResp.stringOf("component.properties.string.userAttribute");
StringValue = jResp.stringOf("component.properties.string.value");
const char *SchemaVersion = jResp.stringOf("component.schemaVersion");
const char *SourceId = jResp.stringOf("component.sourceId");
const char *TagsString = jResp.stringOf("component.tags.string");
int i = 0;
int count_i = jResp.SizeOfArray("component.bindingProperties.string.bindingProperties.predicates");
while (i < count_i) {
jResp.put_I(i);
field = jResp.stringOf("component.bindingProperties.string.bindingProperties.predicates[i].field");
operand = jResp.stringOf("component.bindingProperties.string.bindingProperties.predicates[i].operand");
operator = jResp.stringOf("component.bindingProperties.string.bindingProperties.predicates[i].operator");
j = 0;
count_j = jResp.SizeOfArray("component.bindingProperties.string.bindingProperties.predicates[i].and");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.bindingProperties.string.bindingProperties.predicates[i].and[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray("component.bindingProperties.string.bindingProperties.predicates[i].or");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.bindingProperties.string.bindingProperties.predicates[i].or[j]");
j = j + 1;
}
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.children");
while (i < count_i) {
jResp.put_I(i);
componentType = jResp.stringOf("component.children[i].componentType");
StringAction = jResp.stringOf("component.children[i].events.string.action");
StringBindingEvent = jResp.stringOf("component.children[i].events.string.bindingEvent");
BindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.anchor.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.anchor.bindingProperties.property");
StringElement = jResp.stringOf("component.children[i].events.string.parameters.anchor.bindings.string.element");
StringProperty = jResp.stringOf("component.children[i].events.string.parameters.anchor.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.anchor.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.anchor.collectionBindingProperties.property");
AnchorComponentName = jResp.stringOf("component.children[i].events.string.parameters.anchor.componentName");
ConditionElse = jResp.stringOf("component.children[i].events.string.parameters.anchor.condition.else");
ConditionField = jResp.stringOf("component.children[i].events.string.parameters.anchor.condition.field");
ConditionOperand = jResp.stringOf("component.children[i].events.string.parameters.anchor.condition.operand");
ConditionOperandType = jResp.stringOf("component.children[i].events.string.parameters.anchor.condition.operandType");
ConditionOperator = jResp.stringOf("component.children[i].events.string.parameters.anchor.condition.operator");
ConditionProperty = jResp.stringOf("component.children[i].events.string.parameters.anchor.condition.property");
ConditionThen = jResp.stringOf("component.children[i].events.string.parameters.anchor.condition.then");
AnchorConfigured = jResp.IntOf("component.children[i].events.string.parameters.anchor.configured");
AnchorDefaultValue = jResp.stringOf("component.children[i].events.string.parameters.anchor.defaultValue");
AnchorEvent = jResp.stringOf("component.children[i].events.string.parameters.anchor.event");
AnchorImportedValue = jResp.stringOf("component.children[i].events.string.parameters.anchor.importedValue");
AnchorModel = jResp.stringOf("component.children[i].events.string.parameters.anchor.model");
AnchorProperty = jResp.stringOf("component.children[i].events.string.parameters.anchor.property");
AnchorType = jResp.stringOf("component.children[i].events.string.parameters.anchor.type");
AnchorUserAttribute = jResp.stringOf("component.children[i].events.string.parameters.anchor.userAttribute");
AnchorValue = jResp.stringOf("component.children[i].events.string.parameters.anchor.value");
BindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.fields.string.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.fields.string.bindingProperties.property");
StringElement = jResp.stringOf("component.children[i].events.string.parameters.fields.string.bindings.string.element");
StringProperty = jResp.stringOf("component.children[i].events.string.parameters.fields.string.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.fields.string.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.fields.string.collectionBindingProperties.property");
StringComponentName = jResp.stringOf("component.children[i].events.string.parameters.fields.string.componentName");
ConditionElse = jResp.stringOf("component.children[i].events.string.parameters.fields.string.condition.else");
ConditionField = jResp.stringOf("component.children[i].events.string.parameters.fields.string.condition.field");
ConditionOperand = jResp.stringOf("component.children[i].events.string.parameters.fields.string.condition.operand");
ConditionOperandType = jResp.stringOf("component.children[i].events.string.parameters.fields.string.condition.operandType");
ConditionOperator = jResp.stringOf("component.children[i].events.string.parameters.fields.string.condition.operator");
ConditionProperty = jResp.stringOf("component.children[i].events.string.parameters.fields.string.condition.property");
ConditionThen = jResp.stringOf("component.children[i].events.string.parameters.fields.string.condition.then");
StringConfigured = jResp.IntOf("component.children[i].events.string.parameters.fields.string.configured");
StringDefaultValue = jResp.stringOf("component.children[i].events.string.parameters.fields.string.defaultValue");
StringEvent = jResp.stringOf("component.children[i].events.string.parameters.fields.string.event");
StringImportedValue = jResp.stringOf("component.children[i].events.string.parameters.fields.string.importedValue");
StringModel = jResp.stringOf("component.children[i].events.string.parameters.fields.string.model");
StringProperty = jResp.stringOf("component.children[i].events.string.parameters.fields.string.property");
StringType = jResp.stringOf("component.children[i].events.string.parameters.fields.string.type");
StringUserAttribute = jResp.stringOf("component.children[i].events.string.parameters.fields.string.userAttribute");
StringValue = jResp.stringOf("component.children[i].events.string.parameters.fields.string.value");
BindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.global.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.global.bindingProperties.property");
StringElement = jResp.stringOf("component.children[i].events.string.parameters.global.bindings.string.element");
StringProperty = jResp.stringOf("component.children[i].events.string.parameters.global.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.global.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.global.collectionBindingProperties.property");
GlobalComponentName = jResp.stringOf("component.children[i].events.string.parameters.global.componentName");
ConditionElse = jResp.stringOf("component.children[i].events.string.parameters.global.condition.else");
ConditionField = jResp.stringOf("component.children[i].events.string.parameters.global.condition.field");
ConditionOperand = jResp.stringOf("component.children[i].events.string.parameters.global.condition.operand");
ConditionOperandType = jResp.stringOf("component.children[i].events.string.parameters.global.condition.operandType");
ConditionOperator = jResp.stringOf("component.children[i].events.string.parameters.global.condition.operator");
ConditionProperty = jResp.stringOf("component.children[i].events.string.parameters.global.condition.property");
ConditionThen = jResp.stringOf("component.children[i].events.string.parameters.global.condition.then");
GlobalConfigured = jResp.IntOf("component.children[i].events.string.parameters.global.configured");
GlobalDefaultValue = jResp.stringOf("component.children[i].events.string.parameters.global.defaultValue");
GlobalEvent = jResp.stringOf("component.children[i].events.string.parameters.global.event");
GlobalImportedValue = jResp.stringOf("component.children[i].events.string.parameters.global.importedValue");
GlobalModel = jResp.stringOf("component.children[i].events.string.parameters.global.model");
GlobalProperty = jResp.stringOf("component.children[i].events.string.parameters.global.property");
GlobalType = jResp.stringOf("component.children[i].events.string.parameters.global.type");
GlobalUserAttribute = jResp.stringOf("component.children[i].events.string.parameters.global.userAttribute");
GlobalValue = jResp.stringOf("component.children[i].events.string.parameters.global.value");
BindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.id.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.id.bindingProperties.property");
StringElement = jResp.stringOf("component.children[i].events.string.parameters.id.bindings.string.element");
StringProperty = jResp.stringOf("component.children[i].events.string.parameters.id.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.id.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.id.collectionBindingProperties.property");
IdComponentName = jResp.stringOf("component.children[i].events.string.parameters.id.componentName");
ConditionElse = jResp.stringOf("component.children[i].events.string.parameters.id.condition.else");
ConditionField = jResp.stringOf("component.children[i].events.string.parameters.id.condition.field");
ConditionOperand = jResp.stringOf("component.children[i].events.string.parameters.id.condition.operand");
ConditionOperandType = jResp.stringOf("component.children[i].events.string.parameters.id.condition.operandType");
ConditionOperator = jResp.stringOf("component.children[i].events.string.parameters.id.condition.operator");
ConditionProperty = jResp.stringOf("component.children[i].events.string.parameters.id.condition.property");
ConditionThen = jResp.stringOf("component.children[i].events.string.parameters.id.condition.then");
IdConfigured = jResp.IntOf("component.children[i].events.string.parameters.id.configured");
IdDefaultValue = jResp.stringOf("component.children[i].events.string.parameters.id.defaultValue");
IdEvent = jResp.stringOf("component.children[i].events.string.parameters.id.event");
IdImportedValue = jResp.stringOf("component.children[i].events.string.parameters.id.importedValue");
IdModel = jResp.stringOf("component.children[i].events.string.parameters.id.model");
IdProperty = jResp.stringOf("component.children[i].events.string.parameters.id.property");
IdType = jResp.stringOf("component.children[i].events.string.parameters.id.type");
IdUserAttribute = jResp.stringOf("component.children[i].events.string.parameters.id.userAttribute");
IdValue = jResp.stringOf("component.children[i].events.string.parameters.id.value");
ParametersModel = jResp.stringOf("component.children[i].events.string.parameters.model");
StateComponentName = jResp.stringOf("component.children[i].events.string.parameters.state.componentName");
StateProperty = jResp.stringOf("component.children[i].events.string.parameters.state.property");
BindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.state.set.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.state.set.bindingProperties.property");
StringElement = jResp.stringOf("component.children[i].events.string.parameters.state.set.bindings.string.element");
StringProperty = jResp.stringOf("component.children[i].events.string.parameters.state.set.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.state.set.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.state.set.collectionBindingProperties.property");
SetComponentName = jResp.stringOf("component.children[i].events.string.parameters.state.set.componentName");
ConditionElse = jResp.stringOf("component.children[i].events.string.parameters.state.set.condition.else");
ConditionField = jResp.stringOf("component.children[i].events.string.parameters.state.set.condition.field");
ConditionOperand = jResp.stringOf("component.children[i].events.string.parameters.state.set.condition.operand");
ConditionOperandType = jResp.stringOf("component.children[i].events.string.parameters.state.set.condition.operandType");
ConditionOperator = jResp.stringOf("component.children[i].events.string.parameters.state.set.condition.operator");
ConditionProperty = jResp.stringOf("component.children[i].events.string.parameters.state.set.condition.property");
ConditionThen = jResp.stringOf("component.children[i].events.string.parameters.state.set.condition.then");
SetConfigured = jResp.IntOf("component.children[i].events.string.parameters.state.set.configured");
SetDefaultValue = jResp.stringOf("component.children[i].events.string.parameters.state.set.defaultValue");
SetEvent = jResp.stringOf("component.children[i].events.string.parameters.state.set.event");
SetImportedValue = jResp.stringOf("component.children[i].events.string.parameters.state.set.importedValue");
SetModel = jResp.stringOf("component.children[i].events.string.parameters.state.set.model");
SetProperty = jResp.stringOf("component.children[i].events.string.parameters.state.set.property");
SetType = jResp.stringOf("component.children[i].events.string.parameters.state.set.type");
SetUserAttribute = jResp.stringOf("component.children[i].events.string.parameters.state.set.userAttribute");
SetValue = jResp.stringOf("component.children[i].events.string.parameters.state.set.value");
BindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.target.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.target.bindingProperties.property");
StringElement = jResp.stringOf("component.children[i].events.string.parameters.target.bindings.string.element");
StringProperty = jResp.stringOf("component.children[i].events.string.parameters.target.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.target.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.target.collectionBindingProperties.property");
TargetComponentName = jResp.stringOf("component.children[i].events.string.parameters.target.componentName");
ConditionElse = jResp.stringOf("component.children[i].events.string.parameters.target.condition.else");
ConditionField = jResp.stringOf("component.children[i].events.string.parameters.target.condition.field");
ConditionOperand = jResp.stringOf("component.children[i].events.string.parameters.target.condition.operand");
ConditionOperandType = jResp.stringOf("component.children[i].events.string.parameters.target.condition.operandType");
ConditionOperator = jResp.stringOf("component.children[i].events.string.parameters.target.condition.operator");
ConditionProperty = jResp.stringOf("component.children[i].events.string.parameters.target.condition.property");
ConditionThen = jResp.stringOf("component.children[i].events.string.parameters.target.condition.then");
TargetConfigured = jResp.IntOf("component.children[i].events.string.parameters.target.configured");
TargetDefaultValue = jResp.stringOf("component.children[i].events.string.parameters.target.defaultValue");
TargetEvent = jResp.stringOf("component.children[i].events.string.parameters.target.event");
TargetImportedValue = jResp.stringOf("component.children[i].events.string.parameters.target.importedValue");
TargetModel = jResp.stringOf("component.children[i].events.string.parameters.target.model");
TargetProperty = jResp.stringOf("component.children[i].events.string.parameters.target.property");
TargetType = jResp.stringOf("component.children[i].events.string.parameters.target.type");
TargetUserAttribute = jResp.stringOf("component.children[i].events.string.parameters.target.userAttribute");
TargetValue = jResp.stringOf("component.children[i].events.string.parameters.target.value");
BindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.type.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.type.bindingProperties.property");
StringElement = jResp.stringOf("component.children[i].events.string.parameters.type.bindings.string.element");
StringProperty = jResp.stringOf("component.children[i].events.string.parameters.type.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.type.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.type.collectionBindingProperties.property");
TypeComponentName = jResp.stringOf("component.children[i].events.string.parameters.type.componentName");
ConditionElse = jResp.stringOf("component.children[i].events.string.parameters.type.condition.else");
ConditionField = jResp.stringOf("component.children[i].events.string.parameters.type.condition.field");
ConditionOperand = jResp.stringOf("component.children[i].events.string.parameters.type.condition.operand");
ConditionOperandType = jResp.stringOf("component.children[i].events.string.parameters.type.condition.operandType");
ConditionOperator = jResp.stringOf("component.children[i].events.string.parameters.type.condition.operator");
ConditionProperty = jResp.stringOf("component.children[i].events.string.parameters.type.condition.property");
ConditionThen = jResp.stringOf("component.children[i].events.string.parameters.type.condition.then");
TypeConfigured = jResp.IntOf("component.children[i].events.string.parameters.type.configured");
TypeDefaultValue = jResp.stringOf("component.children[i].events.string.parameters.type.defaultValue");
TypeEvent = jResp.stringOf("component.children[i].events.string.parameters.type.event");
TypeImportedValue = jResp.stringOf("component.children[i].events.string.parameters.type.importedValue");
TypeModel = jResp.stringOf("component.children[i].events.string.parameters.type.model");
TypeProperty = jResp.stringOf("component.children[i].events.string.parameters.type.property");
TypeType = jResp.stringOf("component.children[i].events.string.parameters.type.type");
TypeUserAttribute = jResp.stringOf("component.children[i].events.string.parameters.type.userAttribute");
TypeValue = jResp.stringOf("component.children[i].events.string.parameters.type.value");
BindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.url.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.url.bindingProperties.property");
StringElement = jResp.stringOf("component.children[i].events.string.parameters.url.bindings.string.element");
StringProperty = jResp.stringOf("component.children[i].events.string.parameters.url.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.children[i].events.string.parameters.url.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.children[i].events.string.parameters.url.collectionBindingProperties.property");
UrlComponentName = jResp.stringOf("component.children[i].events.string.parameters.url.componentName");
ConditionElse = jResp.stringOf("component.children[i].events.string.parameters.url.condition.else");
ConditionField = jResp.stringOf("component.children[i].events.string.parameters.url.condition.field");
ConditionOperand = jResp.stringOf("component.children[i].events.string.parameters.url.condition.operand");
ConditionOperandType = jResp.stringOf("component.children[i].events.string.parameters.url.condition.operandType");
ConditionOperator = jResp.stringOf("component.children[i].events.string.parameters.url.condition.operator");
ConditionProperty = jResp.stringOf("component.children[i].events.string.parameters.url.condition.property");
ConditionThen = jResp.stringOf("component.children[i].events.string.parameters.url.condition.then");
UrlConfigured = jResp.IntOf("component.children[i].events.string.parameters.url.configured");
UrlDefaultValue = jResp.stringOf("component.children[i].events.string.parameters.url.defaultValue");
UrlEvent = jResp.stringOf("component.children[i].events.string.parameters.url.event");
UrlImportedValue = jResp.stringOf("component.children[i].events.string.parameters.url.importedValue");
UrlModel = jResp.stringOf("component.children[i].events.string.parameters.url.model");
UrlProperty = jResp.stringOf("component.children[i].events.string.parameters.url.property");
UrlType = jResp.stringOf("component.children[i].events.string.parameters.url.type");
UrlUserAttribute = jResp.stringOf("component.children[i].events.string.parameters.url.userAttribute");
UrlValue = jResp.stringOf("component.children[i].events.string.parameters.url.value");
name = jResp.stringOf("component.children[i].name");
BindingPropertiesField = jResp.stringOf("component.children[i].properties.string.bindingProperties.field");
BindingPropertiesProperty = jResp.stringOf("component.children[i].properties.string.bindingProperties.property");
StringElement = jResp.stringOf("component.children[i].properties.string.bindings.string.element");
StringProperty = jResp.stringOf("component.children[i].properties.string.bindings.string.property");
CollectionBindingPropertiesField = jResp.stringOf("component.children[i].properties.string.collectionBindingProperties.field");
CollectionBindingPropertiesProperty = jResp.stringOf("component.children[i].properties.string.collectionBindingProperties.property");
StringComponentName = jResp.stringOf("component.children[i].properties.string.componentName");
ConditionElse = jResp.stringOf("component.children[i].properties.string.condition.else");
ConditionField = jResp.stringOf("component.children[i].properties.string.condition.field");
ConditionOperand = jResp.stringOf("component.children[i].properties.string.condition.operand");
ConditionOperandType = jResp.stringOf("component.children[i].properties.string.condition.operandType");
ConditionOperator = jResp.stringOf("component.children[i].properties.string.condition.operator");
ConditionProperty = jResp.stringOf("component.children[i].properties.string.condition.property");
ConditionThen = jResp.stringOf("component.children[i].properties.string.condition.then");
StringConfigured = jResp.IntOf("component.children[i].properties.string.configured");
StringDefaultValue = jResp.stringOf("component.children[i].properties.string.defaultValue");
StringEvent = jResp.stringOf("component.children[i].properties.string.event");
StringImportedValue = jResp.stringOf("component.children[i].properties.string.importedValue");
StringModel = jResp.stringOf("component.children[i].properties.string.model");
StringProperty = jResp.stringOf("component.children[i].properties.string.property");
StringType = jResp.stringOf("component.children[i].properties.string.type");
StringUserAttribute = jResp.stringOf("component.children[i].properties.string.userAttribute");
StringValue = jResp.stringOf("component.children[i].properties.string.value");
sourceId = jResp.stringOf("component.children[i].sourceId");
j = 0;
count_j = jResp.SizeOfArray("component.children[i].children");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.children[i].children[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray("component.children[i].events.string.parameters.anchor.concat");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.children[i].events.string.parameters.anchor.concat[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray("component.children[i].events.string.parameters.fields.string.concat");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.children[i].events.string.parameters.fields.string.concat[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray("component.children[i].events.string.parameters.global.concat");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.children[i].events.string.parameters.global.concat[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray("component.children[i].events.string.parameters.id.concat");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.children[i].events.string.parameters.id.concat[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray("component.children[i].events.string.parameters.state.set.concat");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.children[i].events.string.parameters.state.set.concat[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray("component.children[i].events.string.parameters.target.concat");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.children[i].events.string.parameters.target.concat[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray("component.children[i].events.string.parameters.type.concat");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.children[i].events.string.parameters.type.concat[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray("component.children[i].events.string.parameters.url.concat");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.children[i].events.string.parameters.url.concat[j]");
j = j + 1;
}
j = 0;
count_j = jResp.SizeOfArray("component.children[i].properties.string.concat");
while (j < count_j) {
jResp.put_J(j);
strVal = jResp.stringOf("component.children[i].properties.string.concat[j]");
j = j + 1;
}
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.collectionProperties.string.identifiers");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.collectionProperties.string.identifiers[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.collectionProperties.string.predicate.and");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.collectionProperties.string.predicate.and[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.collectionProperties.string.predicate.or");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.collectionProperties.string.predicate.or[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.collectionProperties.string.sort");
while (i < count_i) {
jResp.put_I(i);
direction = jResp.stringOf("component.collectionProperties.string.sort[i].direction");
field = jResp.stringOf("component.collectionProperties.string.sort[i].field");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.events.string.parameters.anchor.concat");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.events.string.parameters.anchor.concat[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.events.string.parameters.fields.string.concat");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.events.string.parameters.fields.string.concat[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.events.string.parameters.global.concat");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.events.string.parameters.global.concat[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.events.string.parameters.id.concat");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.events.string.parameters.id.concat[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.events.string.parameters.state.set.concat");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.events.string.parameters.state.set.concat[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.events.string.parameters.target.concat");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.events.string.parameters.target.concat[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.events.string.parameters.type.concat");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.events.string.parameters.type.concat[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.events.string.parameters.url.concat");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.events.string.parameters.url.concat[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.properties.string.concat");
while (i < count_i) {
jResp.put_I(i);
strVal = jResp.stringOf("component.properties.string.concat[i]");
i = i + 1;
}
i = 0;
count_i = jResp.SizeOfArray("component.variants");
while (i < count_i) {
jResp.put_I(i);
StringString = jResp.stringOf("component.variants[i].overrides.string.string");
variantValuesString = jResp.stringOf("component.variants[i].variantValues.string");
i = i + 1;
}
// A sample JSON response body parsed by the above code:
// {
// "component": {
// "appId": "string",
// "bindingProperties": {
// "string": {
// "bindingProperties": {
// "bucket": "string",
// "defaultValue": "string",
// "field": "string",
// "key": "string",
// "model": "string",
// "predicates": [
// {
// "and": [
// "Predicate"
// ],
// "field": "string",
// "operand": "string",
// "operator": "string",
// "or": [
// "Predicate"
// ]
// }
// ],
// "userAttribute": "string"
// },
// "defaultValue": "string",
// "type": "string"
// }
// },
// "children": [
// {
// "children": [
// "ComponentChild"
// ],
// "componentType": "string",
// "events": {
// "string": {
// "action": "string",
// "bindingEvent": "string",
// "parameters": {
// "anchor": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "fields": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "global": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "id": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "model": "string",
// "state": {
// "componentName": "string",
// "property": "string",
// "set": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "target": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "type": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "url": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// }
// }
// },
// "name": "string",
// "properties": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "sourceId": "string"
// }
// ],
// "collectionProperties": {
// "string": {
// "identifiers": [
// "string"
// ],
// "model": "string",
// "predicate": {
// "and": [
// "Predicate"
// ],
// "field": "string",
// "operand": "string",
// "operator": "string",
// "or": [
// "Predicate"
// ]
// },
// "sort": [
// {
// "direction": "string",
// "field": "string"
// }
// ]
// }
// },
// "componentType": "string",
// "createdAt": number,
// "environmentName": "string",
// "events": {
// "string": {
// "action": "string",
// "bindingEvent": "string",
// "parameters": {
// "anchor": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "fields": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "global": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "id": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "model": "string",
// "state": {
// "componentName": "string",
// "property": "string",
// "set": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "target": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "type": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// },
// "url": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// }
// }
// },
// "id": "string",
// "modifiedAt": number,
// "name": "string",
// "overrides": {
// "string": {
// "string": "string"
// }
// },
// "properties": {
// "string": {
// "bindingProperties": {
// "field": "string",
// "property": "string"
// },
// "bindings": {
// "string": {
// "element": "string",
// "property": "string"
// }
// },
// "collectionBindingProperties": {
// "field": "string",
// "property": "string"
// },
// "componentName": "string",
// "concat": [
// "ComponentProperty"
// ],
// "condition": {
// "else": "ComponentProperty",
// "field": "string",
// "operand": "string",
// "operandType": "string",
// "operator": "string",
// "property": "string",
// "then": "ComponentProperty"
// },
// "configured": boolean,
// "defaultValue": "string",
// "event": "string",
// "importedValue": "string",
// "model": "string",
// "property": "string",
// "type": "string",
// "userAttribute": "string",
// "value": "string"
// }
// },
// "schemaVersion": "string",
// "sourceId": "string",
// "tags": {
// "string": "string"
// },
// "variants": [
// {
// "overrides": {
// "string": {
// "string": "string"
// }
// },
// "variantValues": {
// "string": "string"
// }
// }
// ]
// }
// }
}