Attributes
| name (7) | type | default value | required | constraints | description | options |
|---|---|---|---|---|---|---|
| start_timestamp (start timestamp) | International date and time | no | ||||
| end_timestamp (end timestamp) | International date and time | no | ||||
| log (log) | String | no | ||||
| status (status) | String | in progress | yes | value in ('in progress', 'success', 'failed') size <= 11 | indexed,internationalizable | |
| modification_date (modification date) | International date and time | yes |
latest modification time of an entity | |||
| creation_date (creation date) | International date and time | yes |
creation time of an entity | |||
| cwuri (internal uri) | String | yes |
internal entity uri |
Relations
CWDataImport is subject of:
| name (6) | object type | cardinality | constraints | options |
|---|---|---|---|---|
| created_by (created by) | CWUser (User) | 0..1 | ||
| cw_import_of (source) | CWSource (Data source) | 1 | composite=object | |
| cw_source (source) | CWSource (Data source) | 1 | composite=object | |
| is (is) | CWEType (Entity type) | 1 | ||
| is_instance_of (is instance of) | CWEType (Entity type) | 1..n | ||
| owned_by (owned by) | CWUser (User) | 0..n |