1
+ <entityStoreData xmlns =" http://www.vordel.com/2005/06/24/entityStore" >
2
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" abstract =" true" extends =" Entity" name =" RootChild" />
3
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" RootChild" name =" ESConfiguration" >
4
+ <constant name =" _version" type =" integer" value =" 36" />
5
+ <!--
6
+ Give this singleton a key.
7
+ -->
8
+ <field isKey =" true" name =" name" type =" string" />
9
+ <!--
10
+ We use this field to verify that the passphrase for the
11
+ encryped data is synchronized between the server and client, and
12
+ between multiple invocations of the client
13
+ -->
14
+ <field name =" passphraseTest" type =" encrypted" />
15
+ <field name =" version" type =" string" />
16
+ <!-- The product key should never change for the lifetime of the product -->
17
+ <field name =" productKey" type =" string" />
18
+ <field cardinality =" ?" name =" gitrev" type =" string" />
19
+ <!--
20
+ This field contains the typerepo version used to create an EntityStore config.
21
+ -->
22
+ <field cardinality =" 1" name =" typerepoVersion" type =" string" />
23
+ </entityType >
24
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" abstract =" true" extends =" RootChild" name =" NamedTopLevelGroup" >
25
+ <constant name =" _version" type =" integer" value =" 0" />
26
+ <field isKey =" true" name =" name" type =" string" />
27
+ </entityType >
28
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" NamedTopLevelGroup" name =" EnvironmentalizedEntities" >
29
+ <constant name =" _version" type =" integer" value =" 0" />
30
+ <componentType cardinality =" *" name =" EnvironmentalizedEntity" />
31
+ </entityType >
32
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" abstract =" true" extends =" Entity" name =" EnvironmentalizedField" >
33
+ <constant name =" _version" type =" integer" value =" 1" />
34
+ <field cardinality =" 1" isKey =" true" name =" entityFieldName" type =" string" />
35
+ <field cardinality =" 1" default =" 0" isKey =" true" name =" index" type =" integer" />
36
+ <field name =" displayName" type =" string" />
37
+ </entityType >
38
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" EnvironmentalizedField" name =" EnvironmentalizedFieldInteger" >
39
+ <constant name =" _version" type =" integer" value =" 0" />
40
+ <constant name =" class" type =" string" value =" com.vordel.api.deployment.model.EnvironmentalizedFieldInteger" />
41
+ <field cardinality =" ?" name =" value" type =" integer" />
42
+ </entityType >
43
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" EnvironmentalizedField" name =" EnvironmentalizedFieldLong" >
44
+ <constant name =" _version" type =" integer" value =" 0" />
45
+ <constant name =" class" type =" string" value =" com.vordel.api.deployment.model.EnvironmentalizedFieldLong" />
46
+ <field cardinality =" ?" name =" value" type =" long" />
47
+ </entityType >
48
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" EnvironmentalizedField" name =" EnvironmentalizedFieldBoolean" >
49
+ <constant name =" _version" type =" integer" value =" 0" />
50
+ <constant name =" class" type =" string" value =" com.vordel.api.deployment.model.EnvironmentalizedFieldBoolean" />
51
+ <field cardinality =" ?" name =" value" type =" boolean" />
52
+ </entityType >
53
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" EnvironmentalizedField" name =" EnvironmentalizedFieldString" >
54
+ <constant name =" _version" type =" integer" value =" 1" />
55
+ <constant name =" class" type =" string" value =" com.vordel.api.deployment.model.EnvironmentalizedFieldString" />
56
+ <field cardinality =" ?" name =" value" type =" string" />
57
+ <field default =" 0" name =" multiline" type =" boolean" />
58
+ </entityType >
59
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" EnvironmentalizedField" name =" EnvironmentalizedFieldBinary" >
60
+ <constant name =" _version" type =" integer" value =" 0" />
61
+ <constant name =" class" type =" string" value =" com.vordel.api.deployment.model.EnvironmentalizedFieldBinary" />
62
+ <field cardinality =" ?" name =" value" type =" binary" />
63
+ </entityType >
64
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" EnvironmentalizedField" name =" EnvironmentalizedFieldEncrypted" >
65
+ <constant name =" _version" type =" integer" value =" 0" />
66
+ <constant name =" class" type =" string" value =" com.vordel.api.deployment.model.EnvironmentalizedFieldEncrypted" />
67
+ <field cardinality =" ?" name =" value" type =" encrypted" />
68
+ </entityType >
69
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" EnvironmentalizedField" name =" EnvironmentalizedFieldReference" >
70
+ <constant name =" _version" type =" integer" value =" 1" />
71
+ <constant name =" class" type =" string" value =" com.vordel.api.deployment.model.EnvironmentalizedFieldReference" />
72
+ <field cardinality =" ?" name =" value" type =" ^Entity" />
73
+ <field name =" selectorAttributeType" type =" string" />
74
+ <field name =" selectorSearch" type =" string" />
75
+ <field name =" selectorType" type =" string" />
76
+ </entityType >
77
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" Entity" name =" EnvironmentalizedEntity" >
78
+ <constant name =" _version" type =" integer" value =" 0" />
79
+ <componentType cardinality =" +" name =" EnvironmentalizedField" />
80
+ <field isKey =" true" name =" entityPk" type =" ^Entity" />
81
+ </entityType >
82
+ <entityType xmlns =" http://www.vordel.com/2005/06/24/entityStore" extends =" Entity" name =" Root" >
83
+ <componentType cardinality =" *" name =" RootChild" />
84
+ <field isKey =" true" name =" name" type =" string" />
85
+
86
+ <!-- Used by the FileStore implementation, records the last time the store was written -->
87
+ <field name =" lastModificationTime" type =" utctime" />
88
+
89
+ <!-- Used by the in-memory ad filestore implementations, records the next integer to use as a PK -->
90
+ <field name =" pkInc" type =" integer" />
91
+
92
+ <!--
93
+ Provide a user-extensible means to tag an individual store, that won't interfere with federated store
94
+ composition. If it's done in the root node, then there are no synchronization issues across stores in the
95
+ federated context, as each store naturally has full control of its root node, with only the Primary Store's
96
+ root being visible via the federated view.
97
+
98
+ Provide a pair of multivalued string fields. It is up to the user to ensure that the contents are
99
+ synchronized. One string list acts as the key, with the entry in the corresponding list at the same index giving
100
+ the value for that key, e.g.
101
+
102
+ tagName[0] = 'gitrev'
103
+ tagName[0] = 'e39a0a77b92c5b82e5a662a7de0b33daeadfb170'
104
+
105
+ equates to the mapping 'gitrev' -> 'e39a0a77b92c5b82e5a662a7de0b33daeadfb170'
106
+ -->
107
+ <field cardinality =" *" name =" tagName" type =" string" />
108
+ <field cardinality =" *" name =" tagValue" type =" string" />
109
+ </entityType >
110
+ <entity xmlns =" http://www.vordel.com/2005/06/24/entityStore" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" type =" Root" entityPK =" 0" >
111
+ <fval name =" name" ><value >System Components</value ></fval >
112
+ </entity >
113
+ <entity xmlns =" http://www.vordel.com/2005/06/24/entityStore" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" type =" EnvironmentalizedEntities" entityPK =" -3739266031986574350" parentPK =" 0" >
114
+ <fval name =" name" ><value >Environmentalized Entities Metadata</value ></fval >
115
+ </entity >
116
+ <entity xmlns =" http://www.vordel.com/2005/06/24/entityStore" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" type =" ESConfiguration" entityPK =" 2442232753539219555" parentPK =" 0" >
117
+ <fval name =" name" ><value >Entity Store Configuration</value ></fval >
118
+ <fval name =" passphraseTest" ><value >aHR0cDsvL3d3dy52b3JkZWwuY29t</value ></fval >
119
+ <fval name =" productKey" ><value >VordelGateway</value ></fval >
120
+ <fval name =" typerepoVersion" ><value >1.36.6</value ></fval >
121
+ <fval name =" version" ><value >7.7.0</value ></fval >
122
+ </entity >
123
+ </entityStoreData >
0 commit comments