Found 316 results for "bulk-import nodes"

The search executed in 0.001354098 seconds. That's fast.

Gitana / 3.2 / Guide / Guide / Transfer

Transfer Cloud CMS provides a universal import and export facility that lets you transfer your data in and out of Cloud CMS installations. It also allows you to copy or move data from one Cloud CMS installation to another. Everything in Cloud CMS is portable in this respect. You are always free to export your data and download it. You're also free to upload your data and import it. This universal transfer service is very well suited for: Backing up your content or projects Moving your content or

Score: 1.2327739

Gitana / 4.0 / Data Engine / Transfer / Overview

Transfer Cloud CMS provides a universal import and export facility that lets you transfer your data in and out of Cloud CMS installations. It also allows you to copy or move data from one Cloud CMS installation to another. Everything in Cloud CMS is portable in this respect. You are always free to export your data and download it. You're also free to upload your data and import it. This universal transfer service is very well suited for: Backing up your content or projects Moving your content or

Score: 1.2327739

Gitana / 3.2 / Guide / Guide / API / System Metadata

System Metadata Cloud CMS automatically tracks system metadata for all of the objects that you create within it. System metadata consists of non-data values that describe things like who created an object and when it was modified. System Metadata This system metadata is tracked under the special _system key at the root of your objects. This system metadata is read-only in so far as it is tracked by Cloud CMS automatically. It is available for any object returned by any of the Cloud CMS APIs by s

Score: 1.2289414

Gitana / 4.0 / Data Engine / API / System Metadata

System Metadata Cloud CMS automatically tracks system metadata for all of the objects that you create within it. System metadata consists of non-data values that describe things like who created an object and when it was modified. System Metadata This system metadata is tracked under the special _system key at the root of your objects. This system metadata is read-only in so far as it is tracked by Cloud CMS automatically. It is available for any object returned by any of the Cloud CMS APIs by s

Score: 1.2289414

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Lock Node

Lock Node Type: lockNode This handler lets you lock the nodes that are part of your workflow's payload. There is no config for this workflow handler. Example use: { "type": "lockNode", "config": {} }

Score: 1.2257645

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Unlock Node

Unlock Node Type: unlockNode This handler lets you unlock the nodes that are part of your workflow's payload. There is no config for this workflow handler. Example use: { "type": "unlockNode", "config": {} }

Score: 1.2257645

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers / Lock Node

Lock Node Type: lockNode This handler lets you lock the nodes that are part of your workflow's payload. There is no config for this workflow handler. Example use: { "type": "lockNode", "config": {} }

Score: 1.2257645

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers / Unlock Node

Unlock Node Type: unlockNode This handler lets you unlock the nodes that are part of your workflow's payload. There is no config for this workflow handler. Example use: { "type": "unlockNode", "config": {} }

Score: 1.2257645

Gitana / 3.2 / Guide / Guide / Workflow

Workflow In explaining workflow, let's first take a look at the following things: Workflow Models Workflow Instances Workflow Tasks Workflow Payload Resources Workflow Comments Workflow History Item Workflow Events Workflow Event Handlers A workflow model is a definition of a workflow consisting of a full set of instructions on how content should be routed between participants or activities on its way toward completion. A workflow model is kind of like a blueprint describing the sequence of step

Score: 1.2206042

Gitana / 4.0 / Data Engine / Workflow / Overview

Workflow In explaining workflow, let's first take a look at the following things: Workflow Models Workflow Instances Workflow Tasks Workflow Payload Resources Workflow Comments Workflow History Item Workflow Events Workflow Event Handlers A workflow model is a definition of a workflow consisting of a full set of instructions on how content should be routed between participants or activities on its way toward completion. A workflow model is kind of like a blueprint describing the sequence of step

Score: 1.2206042

Gitana / 3.2 / Guide / Guide / Features / Relator

Relator QName: f:relator This feature is applied internally to relator associations within the content graph that connect two nodes via a relator property. There is no need to apply this feature manually. For information on relator properties, please see relator properties. Configuration

Score: 1.2094623

Gitana / 3.2 / Guide / Guide / Workflow / Sample Workflows / Simple Unpublish

Simple Unpublish { "id": "simple-unpublish", "title": "Simple Unpublish", "nodes": { "start": { "type": "start", "transitions": { "start": "unpublish" } }, "unpublish": { "type": "passthru", "title": "Unpublish", "swimlane": "initiator", "transitions": { "next": "end" }, "handlers": { "ENTER": [

Score: 1.2094623

Gitana / 4.0 / Data Engine / Aspects / Relator

Relator QName: f:relator This feature is applied internally to relator associations within the content graph that connect two nodes via a relator property. There is no need to apply this feature manually. For information on relator properties, please see relator properties. Configuration

Score: 1.2094623

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows / Simple Unpublish

Simple Unpublish { "id": "simple-unpublish", "title": "Simple Unpublish", "nodes": { "start": { "type": "start", "transitions": { "start": "unpublish" } }, "unpublish": { "type": "passthru", "title": "Unpublish", "swimlane": "initiator", "transitions": { "next": "end" }, "handlers": { "ENTER": [

Score: 1.2094623

Gitana / 3.2 / Guide / Guide / Application Server / Tags / @expand

@expand Fetches a list of content instance by first extracting a set of node id values from properties of a node. Useful when using _relators in a parent node and you wish to load all the resulting associated nodes in a single Dust tag. Parameters parameter required description list lost of nodes key JSON "path" to the property containing the ID of the record to fetch type the type of node to query for (definition QName) sort the field to sort on sortDirection the direction to sort in (either 1

Score: 1.2080977

Gitana / 4.0 / Developers / Application Server / Tags / @expand

@expand Fetches a list of content instance by first extracting a set of node id values from properties of a node. Useful when using _relators in a parent node and you wish to load all the resulting associated nodes in a single Dust tag. Parameters parameter required description list lost of nodes key JSON "path" to the property containing the ID of the record to fetch type the type of node to query for (definition QName) sort the field to sort on sortDirection the direction to sort in (either 1

Score: 1.2080977

Gitana / 4.0 / Developers / Drivers / C#

C# Driver Connect your .NET applications to Gitana Latest Version Version undefined Date The Gitana C# driver allows you to easily connect your C# and .NET applications to the Gitana server. Currently supports the following functionality: Connect to and refresh access tokens with the API Read platform, branch, and repositories Read, query, search, create, update, and delete nodes Installation Install this driver as you would any other NuGet package. Command Line: dotnet add package cloudcms Vis

Score: 1.197046

Gitana / 3.2 / Guide / Guide / Workflow / Sample Workflows / Custom Form

Custom Form You may wish to introduce custom properties that flow along with your workflow. These properties are tracked as your workflow transitions from state to state. They may comprise things like due dates, notes, parameters for the workflow or anything else you'd like. You can use the form capability to define a form that lets users editing and modify these properties. Global Form The global form can be defined once and it will be used for all places within the workflow where a form can be

Score: 1.1939982

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows / Custom Form

Custom Form You may wish to introduce custom properties that flow along with your workflow. These properties are tracked as your workflow transitions from state to state. They may comprise things like due dates, notes, parameters for the workflow or anything else you'd like. You can use the form capability to define a form that lets users editing and modify these properties. Global Form The global form can be defined once and it will be used for all places within the workflow where a form can be

Score: 1.1939982

Gitana / 3.2 / Guide / Guide / Attachments

Attachments Cloud CMS provides support for the storage and retrieval of binary assets. These assets are stored as attachments on an object. Unlike some CMS systems which start with the binary asset, Cloud CMS considers all of your objects and content to be JSON documents. The JSON document then has N number of binary BLOBs attached to it. Each attachment has a unique name and retains information such as mimetype, filename and content length. The following kinds of objects support attachments: Co

Score: 1.1846963

Gitana / 3.2 / Guide / Guide / Features / Watermarkable

Watermarkable Cloud CMS lets you configure your content so that watermarks are automatically applied when content is created and updated. This lets you systematize the watermarking of your images to ensure consistency across your project. You can maintain a single watermark or multiple watermarks and divide up how they are applied on both a per-content instance and per-content type basis. To start, you simply upload a watermark image to Cloud CMS. Typically, watermark images are image/jpeg or im

Score: 1.1846963

Gitana / 4.0 / Data Engine / Aspects / Watermarkable

Watermarkable Cloud CMS lets you configure your content so that watermarks are automatically applied when content is created and updated. This lets you systematize the watermarking of your images to ensure consistency across your project. You can maintain a single watermark or multiple watermarks and divide up how they are applied on both a per-content instance and per-content type basis. To start, you simply upload a watermark image to Cloud CMS. Typically, watermark images are image/jpeg or im

Score: 1.1846963

Gitana / 4.0 / Data Engine / Nodes / Attachments

Attachments Cloud CMS provides support for the storage and retrieval of binary assets. These assets are stored as attachments on an object. Unlike some CMS systems which start with the binary asset, Cloud CMS considers all of your objects and content to be JSON documents. The JSON document then has N number of binary BLOBs attached to it. Each attachment has a unique name and retains information such as mimetype, filename and content length. The following kinds of objects support attachments: Co

Score: 1.1846963

Gitana / 3.2 / Guide / Guide / Features / Knowledge Sharing

Knowledge Sharing QName: f:knowledge-sharing Used to tag an association as to indicate that it "shares knowledge" between a source node and a target node. The source node is a node is a "knowledge space" and the target node is a "knowledge recipient". An association marked with f:sharing-knowledge will be considered to be an association that knowledge properties may propagate down when changes are made to a knowledge space node. By default, the a:child association which is used to mark relations

Score: 1.1667643

Gitana / 4.0 / Developers / Drivers / PHP

PHP Connect your PHP applications to Gitana Latest Version Version undefined Date The Gitana PHP driver is a client library used to facilitate connections to the Gitana API. The driver handles OAuth authentication and token management, HTTPS calls, and provides convenient methods and classes with which to perform content operations. It works against Gitana instances on our SaaS platform as well as on-premise installations. Installation To install, run: composer require cloudcms/cloudcms Example

Score: 1.1667643