2020.2

Table Of Contents
Note: Metadata in OL Connect jobs
In PlanetPress Suite, all levels in the Metadata hold information about an actual job. In
Connect, that isn't the case. The Metadata file created and maintained by OL Connect tasks
looks the same, but contains less information. Only the first three levels in the Metadata hold
information about the job: Job, Group and Document. A Group has information about a
record set in the Connect database and a Document has information about one record in that
set. This information appears under User defined information instead of under Production
information. The Data Model fields are added into the Document level.
Although Data page and Page nodes are visible in the Metadata file, they don't contain any
actual job related information in this case.
The Metadata related plugins (see "Metadata tasks" on page560) can be used in conjunction
with OL Connect tasks nonetheless; see "How Metadata affects the output" on page79.
Metadata Attributes and Fields
Each Metadata node (i.e. Job, Group, Document, etc.) is described with a series of elements,
that is, system-defined attributes or user-defined fields holding static or dynamic information
about the node they are attached to. Each element has a name and a value. Here is a definition
of these 2 types of elements:
l
Attribute: A read-only, system-defined element which holds certain information about a
certain node in the Metadata structure. This information can be static (e.g. the size of a
physical page) or evaluated on-the-fly (e.g. the number of documents in a group).
Attributes are non-repetitive (i.e. name is unique) and do not persist through Metadata
recreation. (See also: "Metadata Attributes reference" on page83.)
l
Field: A read-write, user-defined element which holds custom information about a certain
node in the Metadata structure. Fields are repetitive (i.e. the same field may appear
multiple times) and persist through Metadata recreation.
When the Metadata file is viewed through the Data Selector in Workflow, attributes are listed
under Production information; fields are listed under User defined information (see
"Metadata tab" on page855).
In addition to attributes and fields, each Metadata node has a number of properties and
methods. The Boolean property selected indicates whether or not to produce the pages under
that node. By default, this property is set to true for all nodes. This property is not visible in the
Metadata file, but it can be used in a Run Script task via the Metadata API.
Page 77