Draft
An EditorialObject
with objectType="Draft"
, represents a child collection in the Limecraft Flow UI library sidebar and collection builder application. Similarly, in a Delivery Workspace, it represents a child item in the sidebar.
In the image below, "Animals", "Plants", "My awesome collection 1" and "Summer" are all examples of a Draft
.
In the Limecraft Flow UI, a Draft is referred to as a "Collection" or sometimes "Subcollection".
|
A Draft
can only appear as a child of a Notebook
!
Property Reference
Field Name | Required | Type | Description | Format |
---|---|---|---|---|
abstract |
✘ |
String |
||
alternativeTitle |
✘ |
String |
Can contain a second title (with the title field being the primary title) |
|
category |
✘ |
String |
||
categoryId |
✘ |
Long |
The id of the category we belong to |
int64 |
created |
✘ |
Date |
The time when this resource was created |
date-time |
createdBy |
✘ |
String |
The request or process that created this resource |
|
creatorId |
✘ |
Long |
The id of the user who created this resource |
int64 |
customFields |
✘ |
CustomFields |
||
description |
✘ |
String |
Plain text description |
|
extent |
✘ |
String |
||
funnel |
✘ |
String |
Field which can be interpreted as a subtype (besides objectType). Only the objectType determines the structure of the EditorialObject, the funnel does not. It is meant for applications to indicate the EditorialObject is to be interpreted in a specific way. |
|
id |
✔ |
Long |
The id of this resource |
int64 |
includeCategoryName |
✘ |
Boolean |
||
includeChildren |
✘ |
Boolean |
||
includeEdl |
✘ |
Boolean |
||
includeParent |
✘ |
Boolean |
||
lastUpdated |
✘ |
Date |
The time when this resource was last updated |
date-time |
modifiedBy |
✔ |
String |
The request or process responsible for the last update of this resource |
|
objectType |
✘ |
String |
The data model type or class name of this resource |
|
parent |
✘ |
EditorialObject |
||
parentId |
✘ |
Long |
The id of the parent EditorialObject |
int64 |
productionId |
✘ |
Long |
int64 |
|
status |
✘ |
String |
Status of the EditorialObject. Application-specific implementation. |
|
subObjects_index |
✘ |
Integer |
Order of this EditorialObject inside its parent. Gaps are allowed. |
int32 |
systemFields |
✘ |
CustomFields |
||
title |
✘ |
String |
Contains the primary title of the EditorialObject. |
|
version |
✔ |
Long |
The version of this resource, used for Optimistic Locking |
int64 |