Concepts

There is a list of useful terms related to Nuxeo platform. We will go through the most common ones:

Content Model:

  1. Property: properties are the granular data elements stored in a document.
  2. Document: is an object that holds system properties and custom properties. 
  3. Document type: is the set of properties which define the document.

Document Classification:

  1. Folder structure: is the hierarchy of folders / sub-folders that are browsed by users in order to find a document. Folder structures can be configured manually or generated by Nuxeo
  2. Repository: is responsible for storing and serving the documents being a part of the Nuxeo Platform.

Lifestyles and workflows:

  1. Lifecycle: the state of the document, for instance, “created”, “being_processed”, “processed”, “archived”.
  2. Workflow model: is an enterprise process digitized in the platform. A workflow is an automated process involving human interactions. This process has a beginning, an end and a state at any time between this beginning and this end.
  3. Node: a step of the workflow model.

Actions and events:

  1. Action: control of elements' appearance, for instance, adding a button or a tab etc. in the user interface.
  2. Event: a process appearing within document lifestyle: Document copied, Document deleted, Document created etc. 
Share with