Omni Data Classes
examples.omni.data_classes
CDFExternalReferences
Bases: DomainModel
This represents the reading version of cdf external reference.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external reference. |
required | |
data_record
|
The data record of the cdf external reference node. |
required | |
file
|
The file field. |
required | |
sequence
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references.py
as_apply()
Convert this read version of cdf external reference to the writing version.
Source code in examples/omni/data_classes/_cdf_external_references.py
as_write()
Convert this read version of cdf external reference to the writing version.
Source code in examples/omni/data_classes/_cdf_external_references.py
CDFExternalReferencesGraphQL
Bases: GraphQLCore
This represents the reading version of cdf external reference, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external reference. |
required | |
data_record
|
The data record of the cdf external reference node. |
required | |
file
|
The file field. |
required | |
sequence
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references.py
as_read()
Convert this GraphQL format of cdf external reference to the reading format.
Source code in examples/omni/data_classes/_cdf_external_references.py
as_write()
Convert this GraphQL format of cdf external reference to the writing format.
Source code in examples/omni/data_classes/_cdf_external_references.py
CDFExternalReferencesList
Bases: DomainModelList[CDFExternalReferences]
List of cdf external references in the read version.
Source code in examples/omni/data_classes/_cdf_external_references.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_cdf_external_references.py
as_write()
Convert these read versions of cdf external reference to the writing versions.
CDFExternalReferencesListed
Bases: DomainModel
This represents the reading version of cdf external references listed.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external references listed. |
required | |
data_record
|
The data record of the cdf external references listed node. |
required | |
files
|
The file field. |
required | |
sequences
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
as_apply()
Convert this read version of cdf external references listed to the writing version.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
as_write()
Convert this read version of cdf external references listed to the writing version.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
CDFExternalReferencesListedGraphQL
Bases: GraphQLCore
This represents the reading version of cdf external references listed, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external references listed. |
required | |
data_record
|
The data record of the cdf external references listed node. |
required | |
files
|
The file field. |
required | |
sequences
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
as_read()
Convert this GraphQL format of cdf external references listed to the reading format.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
as_write()
Convert this GraphQL format of cdf external references listed to the writing format.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
CDFExternalReferencesListedList
Bases: DomainModelList[CDFExternalReferencesListed]
List of cdf external references listeds in the read version.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
as_write()
Convert these read versions of cdf external references listed to the writing versions.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
CDFExternalReferencesListedWrite
Bases: DomainModelWrite
This represents the writing version of cdf external references listed.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external references listed. |
required | |
data_record
|
The data record of the cdf external references listed node. |
required | |
files
|
The file field. |
required | |
sequences
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 |
|
CDFExternalReferencesListedWriteList
Bases: DomainModelWriteList[CDFExternalReferencesListedWrite]
List of cdf external references listeds in the writing version.
Source code in examples/omni/data_classes/_cdf_external_references_listed.py
CDFExternalReferencesWrite
Bases: DomainModelWrite
This represents the writing version of cdf external reference.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the cdf external reference. |
required | |
data_record
|
The data record of the cdf external reference node. |
required | |
file
|
The file field. |
required | |
sequence
|
The sequence field. |
required | |
timeseries
|
The timesery field. |
required |
Source code in examples/omni/data_classes/_cdf_external_references.py
CDFExternalReferencesWriteList
Bases: DomainModelWriteList[CDFExternalReferencesWrite]
List of cdf external references in the writing version.
Source code in examples/omni/data_classes/_cdf_external_references.py
ConnectionEdgeA
Bases: DomainRelation
This represents the reading version of connection edge a.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection edge a. |
required | |
data_record
|
The data record of the connection edge a edge. |
required | |
end_node
|
The end node of this edge. |
required | |
end_time
|
The end time field. |
required | |
name
|
The name field. |
required | |
start_time
|
The start time field. |
required |
Source code in examples/omni/data_classes/_connection_edge_a.py
as_apply()
Convert this read version of connection edge a to the writing version.
Source code in examples/omni/data_classes/_connection_edge_a.py
as_write()
Convert this read version of connection edge a to the writing version.
Source code in examples/omni/data_classes/_connection_edge_a.py
ConnectionEdgeAGraphQL
Bases: GraphQLCore
This represents the reading version of connection edge a, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection edge a. |
required | |
data_record
|
The data record of the connection edge a node. |
required | |
end_node
|
The end node of this edge. |
required | |
end_time
|
The end time field. |
required | |
name
|
The name field. |
required | |
start_time
|
The start time field. |
required |
Source code in examples/omni/data_classes/_connection_edge_a.py
as_read()
Convert this GraphQL format of connection edge a to the reading format.
Source code in examples/omni/data_classes/_connection_edge_a.py
as_write()
Convert this GraphQL format of connection edge a to the writing format.
Source code in examples/omni/data_classes/_connection_edge_a.py
ConnectionEdgeAList
Bases: DomainRelationList[ConnectionEdgeA]
List of connection edge as in the reading version.
Source code in examples/omni/data_classes/_connection_edge_a.py
as_apply()
Convert these read versions of connection edge a list to the writing versions.
Source code in examples/omni/data_classes/_connection_edge_a.py
as_write()
Convert this read version of connection edge a list to the writing version.
ConnectionEdgeAWrite
Bases: DomainRelationWrite
This represents the writing version of connection edge a.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection edge a. |
required | |
data_record
|
The data record of the connection edge a edge. |
required | |
end_node
|
The end node of this edge. |
required | |
end_time
|
The end time field. |
required | |
name
|
The name field. |
required | |
start_time
|
The start time field. |
required |
Source code in examples/omni/data_classes/_connection_edge_a.py
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 |
|
ConnectionEdgeAWriteList
Bases: DomainRelationWriteList[ConnectionEdgeAWrite]
List of connection edge as in the writing version.
Source code in examples/omni/data_classes/_connection_edge_a.py
ConnectionItemA
Bases: DomainModel
This represents the reading version of connection item a.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item a. |
required | |
data_record
|
The data record of the connection item a node. |
required | |
name
|
The name field. |
required | |
other_direct
|
The other direct field. |
required | |
outwards
|
The outward field. |
required | |
self_direct
|
The self direct field. |
required |
Source code in examples/omni/data_classes/_connection_item_a.py
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 |
|
as_apply()
Convert this read version of connection item a to the writing version.
Source code in examples/omni/data_classes/_connection_item_a.py
as_write()
Convert this read version of connection item a to the writing version.
Source code in examples/omni/data_classes/_connection_item_a.py
ConnectionItemAGraphQL
Bases: GraphQLCore
This represents the reading version of connection item a, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item a. |
required | |
data_record
|
The data record of the connection item a node. |
required | |
name
|
The name field. |
required | |
other_direct
|
The other direct field. |
required | |
outwards
|
The outward field. |
required | |
self_direct
|
The self direct field. |
required |
Source code in examples/omni/data_classes/_connection_item_a.py
as_read()
Convert this GraphQL format of connection item a to the reading format.
Source code in examples/omni/data_classes/_connection_item_a.py
as_write()
Convert this GraphQL format of connection item a to the writing format.
Source code in examples/omni/data_classes/_connection_item_a.py
ConnectionItemAList
Bases: DomainModelList[ConnectionItemA]
List of connection item as in the read version.
Source code in examples/omni/data_classes/_connection_item_a.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_connection_item_a.py
as_write()
Convert these read versions of connection item a to the writing versions.
ConnectionItemAWrite
Bases: DomainModelWrite
This represents the writing version of connection item a.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item a. |
required | |
data_record
|
The data record of the connection item a node. |
required | |
name
|
The name field. |
required | |
other_direct
|
The other direct field. |
required | |
outwards
|
The outward field. |
required | |
self_direct
|
The self direct field. |
required |
Source code in examples/omni/data_classes/_connection_item_a.py
265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 |
|
ConnectionItemAWriteList
Bases: DomainModelWriteList[ConnectionItemAWrite]
List of connection item as in the writing version.
Source code in examples/omni/data_classes/_connection_item_a.py
ConnectionItemB
Bases: DomainModel
This represents the reading version of connection item b.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item b. |
required | |
data_record
|
The data record of the connection item b node. |
required | |
inwards
|
The inward field. |
required | |
name
|
The name field. |
required | |
self_edge
|
The self edge field. |
required |
Source code in examples/omni/data_classes/_connection_item_b.py
142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 |
|
as_apply()
Convert this read version of connection item b to the writing version.
Source code in examples/omni/data_classes/_connection_item_b.py
as_write()
Convert this read version of connection item b to the writing version.
Source code in examples/omni/data_classes/_connection_item_b.py
ConnectionItemBGraphQL
Bases: GraphQLCore
This represents the reading version of connection item b, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item b. |
required | |
data_record
|
The data record of the connection item b node. |
required | |
inwards
|
The inward field. |
required | |
name
|
The name field. |
required | |
self_edge
|
The self edge field. |
required |
Source code in examples/omni/data_classes/_connection_item_b.py
as_read()
Convert this GraphQL format of connection item b to the reading format.
Source code in examples/omni/data_classes/_connection_item_b.py
as_write()
Convert this GraphQL format of connection item b to the writing format.
Source code in examples/omni/data_classes/_connection_item_b.py
ConnectionItemBList
Bases: DomainModelList[ConnectionItemB]
List of connection item bs in the read version.
Source code in examples/omni/data_classes/_connection_item_b.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_connection_item_b.py
as_write()
Convert these read versions of connection item b to the writing versions.
ConnectionItemBWrite
Bases: DomainModelWrite
This represents the writing version of connection item b.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item b. |
required | |
data_record
|
The data record of the connection item b node. |
required | |
inwards
|
The inward field. |
required | |
name
|
The name field. |
required | |
self_edge
|
The self edge field. |
required |
Source code in examples/omni/data_classes/_connection_item_b.py
239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 |
|
ConnectionItemBWriteList
Bases: DomainModelWriteList[ConnectionItemBWrite]
List of connection item bs in the writing version.
Source code in examples/omni/data_classes/_connection_item_b.py
ConnectionItemCEdge
Bases: DomainRelation
This represents the reading version of connection item c edge.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item c edge. |
required | |
data_record
|
The data record of the connection item c edge edge. |
required | |
end_node
|
The end node of this edge. |
required | |
connection_item_a
|
The connection item a field. |
required | |
connection_item_b
|
The connection item b field. |
required |
Source code in examples/omni/data_classes/_connection_item_c_edge.py
ConnectionItemCEdgeGraphQL
Bases: GraphQLCore
This represents the reading version of connection item c edge, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item c edge. |
required | |
data_record
|
The data record of the connection item c edge node. |
required | |
end_node
|
The end node of this edge. |
required | |
connection_item_a
|
The connection item a field. |
required | |
connection_item_b
|
The connection item b field. |
required |
Source code in examples/omni/data_classes/_connection_item_c_edge.py
as_read()
Convert this GraphQL format of connection item c edge to the reading format.
Source code in examples/omni/data_classes/_connection_item_c_edge.py
ConnectionItemCEdgeList
Bases: DomainRelationList[ConnectionItemCEdge]
List of connection item c edges in the reading version.
Source code in examples/omni/data_classes/_connection_item_c_edge.py
ConnectionItemCNode
Bases: DomainModel
This represents the reading version of connection item c node.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item c node. |
required | |
data_record
|
The data record of the connection item c node node. |
required | |
connection_item_a
|
The connection item a field. |
required | |
connection_item_b
|
The connection item b field. |
required |
Source code in examples/omni/data_classes/_connection_item_c_node.py
142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 |
|
as_apply()
Convert this read version of connection item c node to the writing version.
Source code in examples/omni/data_classes/_connection_item_c_node.py
as_write()
Convert this read version of connection item c node to the writing version.
Source code in examples/omni/data_classes/_connection_item_c_node.py
ConnectionItemCNodeGraphQL
Bases: GraphQLCore
This represents the reading version of connection item c node, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item c node. |
required | |
data_record
|
The data record of the connection item c node node. |
required | |
connection_item_a
|
The connection item a field. |
required | |
connection_item_b
|
The connection item b field. |
required |
Source code in examples/omni/data_classes/_connection_item_c_node.py
as_read()
Convert this GraphQL format of connection item c node to the reading format.
Source code in examples/omni/data_classes/_connection_item_c_node.py
as_write()
Convert this GraphQL format of connection item c node to the writing format.
Source code in examples/omni/data_classes/_connection_item_c_node.py
ConnectionItemCNodeList
Bases: DomainModelList[ConnectionItemCNode]
List of connection item c nodes in the read version.
Source code in examples/omni/data_classes/_connection_item_c_node.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_connection_item_c_node.py
as_write()
Convert these read versions of connection item c node to the writing versions.
ConnectionItemCNodeWrite
Bases: DomainModelWrite
This represents the writing version of connection item c node.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item c node. |
required | |
data_record
|
The data record of the connection item c node node. |
required | |
connection_item_a
|
The connection item a field. |
required | |
connection_item_b
|
The connection item b field. |
required |
Source code in examples/omni/data_classes/_connection_item_c_node.py
242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 |
|
ConnectionItemCNodeWriteList
Bases: DomainModelWriteList[ConnectionItemCNodeWrite]
List of connection item c nodes in the writing version.
Source code in examples/omni/data_classes/_connection_item_c_node.py
ConnectionItemD
Bases: DomainModel
This represents the reading version of connection item d.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item d. |
required | |
data_record
|
The data record of the connection item d node. |
required | |
direct_multi
|
The direct multi field. |
required | |
direct_single
|
The direct single field. |
required | |
name
|
The name field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_d.py
158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 |
|
as_apply()
Convert this read version of connection item d to the writing version.
Source code in examples/omni/data_classes/_connection_item_d.py
as_write()
Convert this read version of connection item d to the writing version.
Source code in examples/omni/data_classes/_connection_item_d.py
ConnectionItemDGraphQL
Bases: GraphQLCore
This represents the reading version of connection item d, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item d. |
required | |
data_record
|
The data record of the connection item d node. |
required | |
direct_multi
|
The direct multi field. |
required | |
direct_single
|
The direct single field. |
required | |
name
|
The name field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_d.py
70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 |
|
as_read()
Convert this GraphQL format of connection item d to the reading format.
Source code in examples/omni/data_classes/_connection_item_d.py
as_write()
Convert this GraphQL format of connection item d to the writing format.
Source code in examples/omni/data_classes/_connection_item_d.py
ConnectionItemDList
Bases: DomainModelList[ConnectionItemD]
List of connection item ds in the read version.
Source code in examples/omni/data_classes/_connection_item_d.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_connection_item_d.py
as_write()
Convert these read versions of connection item d to the writing versions.
ConnectionItemDWrite
Bases: DomainModelWrite
This represents the writing version of connection item d.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item d. |
required | |
data_record
|
The data record of the connection item d node. |
required | |
direct_multi
|
The direct multi field. |
required | |
direct_single
|
The direct single field. |
required | |
name
|
The name field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_d.py
281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 |
|
ConnectionItemDWriteList
Bases: DomainModelWriteList[ConnectionItemDWrite]
List of connection item ds in the writing version.
Source code in examples/omni/data_classes/_connection_item_d.py
ConnectionItemE
Bases: DomainModel
This represents the reading version of connection item e.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item e. |
required | |
data_record
|
The data record of the connection item e node. |
required | |
direct_no_source
|
The direct no source field. |
required | |
direct_reverse_multi
|
The direct reverse multi field. |
required | |
direct_reverse_single
|
The direct reverse single field. |
required | |
inwards_single
|
The inwards single field. |
required | |
inwards_single_property
|
The inwards single property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_e.py
190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 |
|
as_apply()
Convert this read version of connection item e to the writing version.
Source code in examples/omni/data_classes/_connection_item_e.py
as_write()
Convert this read version of connection item e to the writing version.
Source code in examples/omni/data_classes/_connection_item_e.py
ConnectionItemEGraphQL
Bases: GraphQLCore
This represents the reading version of connection item e, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item e. |
required | |
data_record
|
The data record of the connection item e node. |
required | |
direct_no_source
|
The direct no source field. |
required | |
direct_reverse_multi
|
The direct reverse multi field. |
required | |
direct_reverse_single
|
The direct reverse single field. |
required | |
inwards_single
|
The inwards single field. |
required | |
inwards_single_property
|
The inwards single property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_e.py
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
|
as_read()
Convert this GraphQL format of connection item e to the reading format.
Source code in examples/omni/data_classes/_connection_item_e.py
as_write()
Convert this GraphQL format of connection item e to the writing format.
Source code in examples/omni/data_classes/_connection_item_e.py
ConnectionItemEList
Bases: DomainModelList[ConnectionItemE]
List of connection item es in the read version.
Source code in examples/omni/data_classes/_connection_item_e.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_connection_item_e.py
as_write()
Convert these read versions of connection item e to the writing versions.
ConnectionItemEWrite
Bases: DomainModelWrite
This represents the writing version of connection item e.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item e. |
required | |
data_record
|
The data record of the connection item e node. |
required | |
direct_no_source
|
The direct no source field. |
required | |
inwards_single
|
The inwards single field. |
required | |
inwards_single_property
|
The inwards single property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_e.py
337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 |
|
ConnectionItemEWriteList
Bases: DomainModelWriteList[ConnectionItemEWrite]
List of connection item es in the writing version.
Source code in examples/omni/data_classes/_connection_item_e.py
ConnectionItemF
Bases: DomainModel
This represents the reading version of connection item f.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item f. |
required | |
data_record
|
The data record of the connection item f node. |
required | |
direct_list
|
The direct list field. |
required | |
name
|
The name field. |
required | |
outwards_multi
|
The outwards multi field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_f.py
161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 |
|
as_apply()
Convert this read version of connection item f to the writing version.
Source code in examples/omni/data_classes/_connection_item_f.py
as_write()
Convert this read version of connection item f to the writing version.
Source code in examples/omni/data_classes/_connection_item_f.py
ConnectionItemFGraphQL
Bases: GraphQLCore
This represents the reading version of connection item f, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item f. |
required | |
data_record
|
The data record of the connection item f node. |
required | |
direct_list
|
The direct list field. |
required | |
name
|
The name field. |
required | |
outwards_multi
|
The outwards multi field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_f.py
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
|
as_read()
Convert this GraphQL format of connection item f to the reading format.
Source code in examples/omni/data_classes/_connection_item_f.py
as_write()
Convert this GraphQL format of connection item f to the writing format.
Source code in examples/omni/data_classes/_connection_item_f.py
ConnectionItemFList
Bases: DomainModelList[ConnectionItemF]
List of connection item fs in the read version.
Source code in examples/omni/data_classes/_connection_item_f.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_connection_item_f.py
as_write()
Convert these read versions of connection item f to the writing versions.
ConnectionItemFWrite
Bases: DomainModelWrite
This represents the writing version of connection item f.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item f. |
required | |
data_record
|
The data record of the connection item f node. |
required | |
direct_list
|
The direct list field. |
required | |
name
|
The name field. |
required | |
outwards_multi
|
The outwards multi field. |
required | |
outwards_single
|
The outwards single field. |
required |
Source code in examples/omni/data_classes/_connection_item_f.py
288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 |
|
ConnectionItemFWriteList
Bases: DomainModelWriteList[ConnectionItemFWrite]
List of connection item fs in the writing version.
Source code in examples/omni/data_classes/_connection_item_f.py
ConnectionItemG
Bases: DomainModel
This represents the reading version of connection item g.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item g. |
required | |
data_record
|
The data record of the connection item g node. |
required | |
inwards_multi_property
|
The inwards multi property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_g.py
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 |
|
as_apply()
Convert this read version of connection item g to the writing version.
Source code in examples/omni/data_classes/_connection_item_g.py
as_write()
Convert this read version of connection item g to the writing version.
Source code in examples/omni/data_classes/_connection_item_g.py
ConnectionItemGGraphQL
Bases: GraphQLCore
This represents the reading version of connection item g, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item g. |
required | |
data_record
|
The data record of the connection item g node. |
required | |
inwards_multi_property
|
The inwards multi property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_g.py
as_read()
Convert this GraphQL format of connection item g to the reading format.
Source code in examples/omni/data_classes/_connection_item_g.py
as_write()
Convert this GraphQL format of connection item g to the writing format.
Source code in examples/omni/data_classes/_connection_item_g.py
ConnectionItemGList
Bases: DomainModelList[ConnectionItemG]
List of connection item gs in the read version.
Source code in examples/omni/data_classes/_connection_item_g.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_connection_item_g.py
as_write()
Convert these read versions of connection item g to the writing versions.
ConnectionItemGWrite
Bases: DomainModelWrite
This represents the writing version of connection item g.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the connection item g. |
required | |
data_record
|
The data record of the connection item g node. |
required | |
inwards_multi_property
|
The inwards multi property field. |
required | |
name
|
The name field. |
required |
Source code in examples/omni/data_classes/_connection_item_g.py
ConnectionItemGWriteList
Bases: DomainModelWriteList[ConnectionItemGWrite]
List of connection item gs in the writing version.
Source code in examples/omni/data_classes/_connection_item_g.py
DependentOnNonWritable
Bases: DomainModel
This represents the reading version of dependent on non writable.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the dependent on non writable. |
required | |
data_record
|
The data record of the dependent on non writable node. |
required | |
a_value
|
The a value field. |
required | |
to_non_writable
|
The to non writable field. |
required |
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
|
as_apply()
Convert this read version of dependent on non writable to the writing version.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
as_write()
Convert this read version of dependent on non writable to the writing version.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
DependentOnNonWritableGraphQL
Bases: GraphQLCore
This represents the reading version of dependent on non writable, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the dependent on non writable. |
required | |
data_record
|
The data record of the dependent on non writable node. |
required | |
a_value
|
The a value field. |
required | |
to_non_writable
|
The to non writable field. |
required |
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
as_read()
Convert this GraphQL format of dependent on non writable to the reading format.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
as_write()
Convert this GraphQL format of dependent on non writable to the writing format.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
DependentOnNonWritableList
Bases: DomainModelList[DependentOnNonWritable]
List of dependent on non writables in the read version.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
as_write()
Convert these read versions of dependent on non writable to the writing versions.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
DependentOnNonWritableWrite
Bases: DomainModelWrite
This represents the writing version of dependent on non writable.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the dependent on non writable. |
required | |
data_record
|
The data record of the dependent on non writable node. |
required | |
a_value
|
The a value field. |
required | |
to_non_writable
|
The to non writable field. |
required |
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 |
|
DependentOnNonWritableWriteList
Bases: DomainModelWriteList[DependentOnNonWritableWrite]
List of dependent on non writables in the writing version.
Source code in examples/omni/data_classes/_dependent_on_non_writable.py
Empty
Bases: DomainModel
This represents the reading version of empty.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the empty. |
required | |
data_record
|
The data record of the empty node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_empty.py
as_apply()
Convert this read version of empty to the writing version.
Source code in examples/omni/data_classes/_empty.py
as_write()
Convert this read version of empty to the writing version.
Source code in examples/omni/data_classes/_empty.py
EmptyGraphQL
Bases: GraphQLCore
This represents the reading version of empty, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the empty. |
required | |
data_record
|
The data record of the empty node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_empty.py
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 |
|
as_read()
Convert this GraphQL format of empty to the reading format.
Source code in examples/omni/data_classes/_empty.py
as_write()
Convert this GraphQL format of empty to the writing format.
Source code in examples/omni/data_classes/_empty.py
EmptyList
Bases: DomainModelList[Empty]
List of empties in the read version.
Source code in examples/omni/data_classes/_empty.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_empty.py
as_write()
EmptyWrite
Bases: DomainModelWrite
This represents the writing version of empty.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the empty. |
required | |
data_record
|
The data record of the empty node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_empty.py
226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 |
|
EmptyWriteList
Bases: DomainModelWriteList[EmptyWrite]
List of empties in the writing version.
Source code in examples/omni/data_classes/_empty.py
Implementation1
Bases: SubInterface
This represents the reading version of implementation 1.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 1. |
required | |
data_record
|
The data record of the implementation 1 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required | |
value_1
|
The value 1 field. |
required | |
value_2
|
The value 2 field. |
required |
Source code in examples/omni/data_classes/_implementation_1.py
as_apply()
Convert this read version of implementation 1 to the writing version.
Source code in examples/omni/data_classes/_implementation_1.py
as_write()
Convert this read version of implementation 1 to the writing version.
Source code in examples/omni/data_classes/_implementation_1.py
Implementation1GraphQL
Bases: GraphQLCore
This represents the reading version of implementation 1, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 1. |
required | |
data_record
|
The data record of the implementation 1 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required | |
value_1
|
The value 1 field. |
required | |
value_2
|
The value 2 field. |
required |
Source code in examples/omni/data_classes/_implementation_1.py
as_read()
Convert this GraphQL format of implementation 1 to the reading format.
Source code in examples/omni/data_classes/_implementation_1.py
as_write()
Convert this GraphQL format of implementation 1 to the writing format.
Source code in examples/omni/data_classes/_implementation_1.py
Implementation1List
Bases: DomainModelList[Implementation1]
List of implementation 1 in the read version.
Source code in examples/omni/data_classes/_implementation_1.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_implementation_1.py
as_write()
Convert these read versions of implementation 1 to the writing versions.
Implementation1NonWriteable
Bases: SubInterface
This represents the reading version of implementation 1 non writeable.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 1 non writeable. |
required | |
data_record
|
The data record of the implementation 1 non writeable node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required | |
value_1
|
The value 1 field. |
required |
Source code in examples/omni/data_classes/_implementation_1_non_writeable.py
Implementation1NonWriteableGraphQL
Bases: GraphQLCore
This represents the reading version of implementation 1 non writeable, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 1 non writeable. |
required | |
data_record
|
The data record of the implementation 1 non writeable node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required | |
value_1
|
The value 1 field. |
required |
Source code in examples/omni/data_classes/_implementation_1_non_writeable.py
as_read()
Convert this GraphQL format of implementation 1 non writeable to the reading format.
Source code in examples/omni/data_classes/_implementation_1_non_writeable.py
Implementation1NonWriteableList
Bases: DomainModelList[Implementation1NonWriteable]
List of implementation 1 non writeables in the read version.
Source code in examples/omni/data_classes/_implementation_1_non_writeable.py
Implementation1Write
Bases: SubInterfaceWrite
This represents the writing version of implementation 1.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 1. |
required | |
data_record
|
The data record of the implementation 1 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required | |
value_1
|
The value 1 field. |
required | |
value_2
|
The value 2 field. |
required |
Source code in examples/omni/data_classes/_implementation_1.py
Implementation1WriteList
Bases: DomainModelWriteList[Implementation1Write]
List of implementation 1 in the writing version.
Source code in examples/omni/data_classes/_implementation_1.py
Implementation2
Bases: SubInterface
This represents the reading version of implementation 2.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 2. |
required | |
data_record
|
The data record of the implementation 2 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_implementation_2.py
as_apply()
Convert this read version of implementation 2 to the writing version.
Source code in examples/omni/data_classes/_implementation_2.py
as_write()
Convert this read version of implementation 2 to the writing version.
Source code in examples/omni/data_classes/_implementation_2.py
Implementation2GraphQL
Bases: GraphQLCore
This represents the reading version of implementation 2, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 2. |
required | |
data_record
|
The data record of the implementation 2 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_implementation_2.py
as_read()
Convert this GraphQL format of implementation 2 to the reading format.
Source code in examples/omni/data_classes/_implementation_2.py
as_write()
Convert this GraphQL format of implementation 2 to the writing format.
Source code in examples/omni/data_classes/_implementation_2.py
Implementation2List
Bases: DomainModelList[Implementation2]
List of implementation 2 in the read version.
Source code in examples/omni/data_classes/_implementation_2.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_implementation_2.py
as_write()
Convert these read versions of implementation 2 to the writing versions.
Implementation2Write
Bases: SubInterfaceWrite
This represents the writing version of implementation 2.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the implementation 2. |
required | |
data_record
|
The data record of the implementation 2 node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_implementation_2.py
Implementation2WriteList
Bases: DomainModelWriteList[Implementation2Write]
List of implementation 2 in the writing version.
Source code in examples/omni/data_classes/_implementation_2.py
MainInterface
Bases: DomainModel
This represents the reading version of main interface.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the main interface. |
required | |
data_record
|
The data record of the main interface node. |
required | |
main_value
|
The main value field. |
required |
Source code in examples/omni/data_classes/_main_interface.py
as_apply()
Convert this read version of main interface to the writing version.
Source code in examples/omni/data_classes/_main_interface.py
as_write()
Convert this read version of main interface to the writing version.
Source code in examples/omni/data_classes/_main_interface.py
MainInterfaceGraphQL
Bases: GraphQLCore
This represents the reading version of main interface, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the main interface. |
required | |
data_record
|
The data record of the main interface node. |
required | |
main_value
|
The main value field. |
required |
Source code in examples/omni/data_classes/_main_interface.py
as_read()
Convert this GraphQL format of main interface to the reading format.
Source code in examples/omni/data_classes/_main_interface.py
as_write()
Convert this GraphQL format of main interface to the writing format.
Source code in examples/omni/data_classes/_main_interface.py
MainInterfaceList
Bases: DomainModelList[MainInterface]
List of main interfaces in the read version.
Source code in examples/omni/data_classes/_main_interface.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_main_interface.py
as_write()
Convert these read versions of main interface to the writing versions.
MainInterfaceWrite
Bases: DomainModelWrite
This represents the writing version of main interface.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the main interface. |
required | |
data_record
|
The data record of the main interface node. |
required | |
main_value
|
The main value field. |
required |
Source code in examples/omni/data_classes/_main_interface.py
MainInterfaceWriteList
Bases: DomainModelWriteList[MainInterfaceWrite]
List of main interfaces in the writing version.
Source code in examples/omni/data_classes/_main_interface.py
PrimitiveNullable
Bases: DomainModel
This represents the reading version of primitive nullable.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable. |
required | |
data_record
|
The data record of the primitive nullable node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable.py
as_apply()
Convert this read version of primitive nullable to the writing version.
Source code in examples/omni/data_classes/_primitive_nullable.py
as_write()
Convert this read version of primitive nullable to the writing version.
Source code in examples/omni/data_classes/_primitive_nullable.py
PrimitiveNullableGraphQL
Bases: GraphQLCore
This represents the reading version of primitive nullable, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable. |
required | |
data_record
|
The data record of the primitive nullable node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable.py
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 |
|
as_read()
Convert this GraphQL format of primitive nullable to the reading format.
Source code in examples/omni/data_classes/_primitive_nullable.py
as_write()
Convert this GraphQL format of primitive nullable to the writing format.
Source code in examples/omni/data_classes/_primitive_nullable.py
PrimitiveNullableList
Bases: DomainModelList[PrimitiveNullable]
List of primitive nullables in the read version.
Source code in examples/omni/data_classes/_primitive_nullable.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_primitive_nullable.py
as_write()
Convert these read versions of primitive nullable to the writing versions.
PrimitiveNullableListed
Bases: DomainModel
This represents the reading version of primitive nullable listed.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable listed. |
required | |
data_record
|
The data record of the primitive nullable listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
as_apply()
Convert this read version of primitive nullable listed to the writing version.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
as_write()
Convert this read version of primitive nullable listed to the writing version.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
PrimitiveNullableListedGraphQL
Bases: GraphQLCore
This represents the reading version of primitive nullable listed, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable listed. |
required | |
data_record
|
The data record of the primitive nullable listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
|
as_read()
Convert this GraphQL format of primitive nullable listed to the reading format.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
as_write()
Convert this GraphQL format of primitive nullable listed to the writing format.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
PrimitiveNullableListedList
Bases: DomainModelList[PrimitiveNullableListed]
List of primitive nullable listeds in the read version.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
as_write()
Convert these read versions of primitive nullable listed to the writing versions.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
PrimitiveNullableListedWrite
Bases: DomainModelWrite
This represents the writing version of primitive nullable listed.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable listed. |
required | |
data_record
|
The data record of the primitive nullable listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 |
|
PrimitiveNullableListedWriteList
Bases: DomainModelWriteList[PrimitiveNullableListedWrite]
List of primitive nullable listeds in the writing version.
Source code in examples/omni/data_classes/_primitive_nullable_listed.py
PrimitiveNullableWrite
Bases: DomainModelWrite
This represents the writing version of primitive nullable.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive nullable. |
required | |
data_record
|
The data record of the primitive nullable node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_nullable.py
226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 |
|
PrimitiveNullableWriteList
Bases: DomainModelWriteList[PrimitiveNullableWrite]
List of primitive nullables in the writing version.
Source code in examples/omni/data_classes/_primitive_nullable.py
PrimitiveRequired
Bases: DomainModel
This represents the reading version of primitive required.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required. |
required | |
data_record
|
The data record of the primitive required node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required.py
as_apply()
Convert this read version of primitive required to the writing version.
Source code in examples/omni/data_classes/_primitive_required.py
as_write()
Convert this read version of primitive required to the writing version.
Source code in examples/omni/data_classes/_primitive_required.py
PrimitiveRequiredGraphQL
Bases: GraphQLCore
This represents the reading version of primitive required, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required. |
required | |
data_record
|
The data record of the primitive required node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required.py
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 |
|
as_read()
Convert this GraphQL format of primitive required to the reading format.
Source code in examples/omni/data_classes/_primitive_required.py
as_write()
Convert this GraphQL format of primitive required to the writing format.
Source code in examples/omni/data_classes/_primitive_required.py
PrimitiveRequiredList
Bases: DomainModelList[PrimitiveRequired]
List of primitive requireds in the read version.
Source code in examples/omni/data_classes/_primitive_required.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_primitive_required.py
as_write()
Convert these read versions of primitive required to the writing versions.
PrimitiveRequiredListed
Bases: DomainModel
This represents the reading version of primitive required listed.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required listed. |
required | |
data_record
|
The data record of the primitive required listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required_listed.py
as_apply()
Convert this read version of primitive required listed to the writing version.
Source code in examples/omni/data_classes/_primitive_required_listed.py
as_write()
Convert this read version of primitive required listed to the writing version.
Source code in examples/omni/data_classes/_primitive_required_listed.py
PrimitiveRequiredListedGraphQL
Bases: GraphQLCore
This represents the reading version of primitive required listed, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required listed. |
required | |
data_record
|
The data record of the primitive required listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required_listed.py
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 |
|
as_read()
Convert this GraphQL format of primitive required listed to the reading format.
Source code in examples/omni/data_classes/_primitive_required_listed.py
as_write()
Convert this GraphQL format of primitive required listed to the writing format.
Source code in examples/omni/data_classes/_primitive_required_listed.py
PrimitiveRequiredListedList
Bases: DomainModelList[PrimitiveRequiredListed]
List of primitive required listeds in the read version.
Source code in examples/omni/data_classes/_primitive_required_listed.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_primitive_required_listed.py
as_write()
Convert these read versions of primitive required listed to the writing versions.
Source code in examples/omni/data_classes/_primitive_required_listed.py
PrimitiveRequiredListedWrite
Bases: DomainModelWrite
This represents the writing version of primitive required listed.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required listed. |
required | |
data_record
|
The data record of the primitive required listed node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required_listed.py
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 |
|
PrimitiveRequiredListedWriteList
Bases: DomainModelWriteList[PrimitiveRequiredListedWrite]
List of primitive required listeds in the writing version.
Source code in examples/omni/data_classes/_primitive_required_listed.py
PrimitiveRequiredWrite
Bases: DomainModelWrite
This represents the writing version of primitive required.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive required. |
required | |
data_record
|
The data record of the primitive required node. |
required | |
boolean
|
The boolean field. |
required | |
date
|
The date field. |
required | |
float_32
|
The float 32 field. |
required | |
float_64
|
The float 64 field. |
required | |
int_32
|
The int 32 field. |
required | |
int_64
|
The int 64 field. |
required | |
json_
|
The json field. |
required | |
text
|
The text field. |
required | |
timestamp
|
The timestamp field. |
required |
Source code in examples/omni/data_classes/_primitive_required.py
226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 |
|
PrimitiveRequiredWriteList
Bases: DomainModelWriteList[PrimitiveRequiredWrite]
List of primitive requireds in the writing version.
Source code in examples/omni/data_classes/_primitive_required.py
PrimitiveWithDefaults
Bases: DomainModel
This represents the reading version of primitive with default.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive with default. |
required | |
data_record
|
The data record of the primitive with default node. |
required | |
auto_increment_int_32
|
The auto increment int 32 field. |
required | |
default_boolean
|
The default boolean field. |
required | |
default_float_32
|
The default float 32 field. |
required | |
default_object
|
The default object field. |
required | |
default_string
|
The default string field. |
required |
Source code in examples/omni/data_classes/_primitive_with_defaults.py
as_apply()
Convert this read version of primitive with default to the writing version.
Source code in examples/omni/data_classes/_primitive_with_defaults.py
as_write()
Convert this read version of primitive with default to the writing version.
Source code in examples/omni/data_classes/_primitive_with_defaults.py
PrimitiveWithDefaultsGraphQL
Bases: GraphQLCore
This represents the reading version of primitive with default, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive with default. |
required | |
data_record
|
The data record of the primitive with default node. |
required | |
auto_increment_int_32
|
The auto increment int 32 field. |
required | |
default_boolean
|
The default boolean field. |
required | |
default_float_32
|
The default float 32 field. |
required | |
default_object
|
The default object field. |
required | |
default_string
|
The default string field. |
required |
Source code in examples/omni/data_classes/_primitive_with_defaults.py
as_read()
Convert this GraphQL format of primitive with default to the reading format.
Source code in examples/omni/data_classes/_primitive_with_defaults.py
as_write()
Convert this GraphQL format of primitive with default to the writing format.
Source code in examples/omni/data_classes/_primitive_with_defaults.py
PrimitiveWithDefaultsList
Bases: DomainModelList[PrimitiveWithDefaults]
List of primitive with defaults in the read version.
Source code in examples/omni/data_classes/_primitive_with_defaults.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_primitive_with_defaults.py
as_write()
Convert these read versions of primitive with default to the writing versions.
PrimitiveWithDefaultsWrite
Bases: DomainModelWrite
This represents the writing version of primitive with default.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the primitive with default. |
required | |
data_record
|
The data record of the primitive with default node. |
required | |
auto_increment_int_32
|
The auto increment int 32 field. |
required | |
default_boolean
|
The default boolean field. |
required | |
default_float_32
|
The default float 32 field. |
required | |
default_object
|
The default object field. |
required | |
default_string
|
The default string field. |
required |
Source code in examples/omni/data_classes/_primitive_with_defaults.py
PrimitiveWithDefaultsWriteList
Bases: DomainModelWriteList[PrimitiveWithDefaultsWrite]
List of primitive with defaults in the writing version.
Source code in examples/omni/data_classes/_primitive_with_defaults.py
SubInterface
Bases: MainInterface
This represents the reading version of sub interface.
It is used to when data is retrieved from CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the sub interface. |
required | |
data_record
|
The data record of the sub interface node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_sub_interface.py
as_apply()
Convert this read version of sub interface to the writing version.
Source code in examples/omni/data_classes/_sub_interface.py
as_write()
Convert this read version of sub interface to the writing version.
Source code in examples/omni/data_classes/_sub_interface.py
SubInterfaceGraphQL
Bases: GraphQLCore
This represents the reading version of sub interface, used when data is retrieved from CDF using GraphQL.
It is used when retrieving data from CDF using GraphQL.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the sub interface. |
required | |
data_record
|
The data record of the sub interface node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_sub_interface.py
as_read()
Convert this GraphQL format of sub interface to the reading format.
Source code in examples/omni/data_classes/_sub_interface.py
as_write()
Convert this GraphQL format of sub interface to the writing format.
Source code in examples/omni/data_classes/_sub_interface.py
SubInterfaceList
Bases: DomainModelList[SubInterface]
List of sub interfaces in the read version.
Source code in examples/omni/data_classes/_sub_interface.py
as_apply()
Convert these read versions of primitive nullable to the writing versions.
Source code in examples/omni/data_classes/_sub_interface.py
as_write()
Convert these read versions of sub interface to the writing versions.
SubInterfaceWrite
Bases: MainInterfaceWrite
This represents the writing version of sub interface.
It is used to when data is sent to CDF.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
space
|
The space where the node is located. |
required | |
external_id
|
The external id of the sub interface. |
required | |
data_record
|
The data record of the sub interface node. |
required | |
main_value
|
The main value field. |
required | |
sub_value
|
The sub value field. |
required |
Source code in examples/omni/data_classes/_sub_interface.py
SubInterfaceWriteList
Bases: DomainModelWriteList[SubInterfaceWrite]
List of sub interfaces in the writing version.