Found 717 results for "api datatypes node"

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

Gitana / 3.2 / Guide / Guide / Cookbooks / JavaScript 2.0 Cookbook

JavaScript 2.0 Cookbook Getting Started To get started with the JavaScript driver, please visit the Gitana JavaScript 2.0 Driver Page. This JavaScript driver, in contrast to the Gitana JavaScript 1.0 Driver, fully supports ECMAScript promises, which makes it easier to seamlessly integrate with your javascript apps. Connecting to Cloud CMS You can connect and then use this driver in three different but equivalent ways: Async / Await Promises Callbacks Async / Await const cloudcms = require("cloud

Score: 4.2794185

Gitana / 3.2 / Guide / Guide / Cookbooks / Python Cookbook

Python Cookbook Getting Started To get started with the Python driver, visit Gitana Python Driver Page or the Github Page. It is written with Python 3 and can be used in any compatible project. You can install the driver via the command line: pip install cloudcms or pip3 install cloudcms Or add something like this to your requirements.txt: cloudcms==1.1.0 Connecting to Gitana You can connect to Gitana by providing a config file or the oauth variables directly. Using a Gitana JSON file You ca

Score: 4.251244

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: 4.228824

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: 4.228824

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: 4.228824

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: 4.228824

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Sync Node

Sync Node Type: syncNode This handler "syncs" nodes that are part of a workflow's payload to a target branch. This handler can be used to have workflow payload nodes automatically copied to or deleted from a target branch. The full config for this handler is as follows: { "targetProjectId": "", "targetRepositoryId": "", "targetBranchId": "", "asynchronous": , "includeAllAssociations": , "delete": , "allowWr

Score: 4.1407013

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

Sync Node Type: syncNode This handler "syncs" nodes that are part of a workflow's payload to a target branch. This handler can be used to have workflow payload nodes automatically copied to or deleted from a target branch. The full config for this handler is as follows: { "targetProjectId": "", "targetRepositoryId": "", "targetBranchId": "", "asynchronous": , "includeAllAssociations": , "delete": , "allowWr

Score: 4.1407013

Gitana / 3.2 / Guide / Guide / Application Server / Clustering

Clustering The Cloud CMS Application Server supports running on a single Node process as well as multiple Node processes. Node processes can run on a single server instance or can be spread across multiple server instances behind a load balancer. By default, the Application Server starts up and allocates itself to a single CPU. This is known as single mode. Even if you have a server with more than one CPU on it, the Application Server will still only bind to 1 of those CPUs. When the Application

Score: 4.0202255

Gitana / 3.2 / Guide / Guide / Cookbooks / Go Cookbook

Go Cookbook Getting Started To get started with the Go driver, visit the Github Page or Package Page to view the source code, tests and basic usage examples. You can install the driver via the command line: go get github.com/gitana/cloudcms-go-driver Connecting to Cloud CMS There are two ways to connect with the Go driver: By finding a gitana.json file in your working directory, or by providing a config configuration. // Connect to CloudCMS using gitana.json in working directory session, err :=

Score: 3.9780712

Gitana / 3.2 / Guide / Guide / API / Data Types / Platform

Platform Configuration and custom properties. You can write your own properties onto this configuration document if you wish. You might use those properties to query and retrieve the directory at a later time. Some system properties are read-only and others are writable. You can adjust the writable properties to modify the behavior and characteristics of the directory. The following table presents you the system properties. Data Store Properties Data Store Type {{#dataTypeArticle datastoreTypeId

Score: 3.8628812

Gitana / 4.0 / Data Engine / API / Data Types / Platform

Platform Configuration and custom properties. You can write your own properties onto this configuration document if you wish. You might use those properties to query and retrieve the directory at a later time. Some system properties are read-only and others are writable. You can adjust the writable properties to modify the behavior and characteristics of the directory. The following table presents you the system properties. Data Store Properties Data Store Type {{#dataTypeArticle datastoreTypeId

Score: 3.8628812

Gitana / 3.2 / Guide / Guide / Conditions / Node Has Attachment

Node Has Attachment The nodeHasAttachment condition tests whether a node has an attachment with a given attachmentId and optional contentType. It triggers if a matching attachment is found. JSON Schema { "title": "Node Has Attachment", "properties": { "attachmentId": { "type": "string", "title": "Attachment ID", "default": "default" }, "contentType": { "type": "string", "title": "Content Type" }

Score: 3.7638426

Gitana / 4.0 / Data Engine / Behaviors / Conditions / Node Has Attachment

Node Has Attachment The nodeHasAttachment condition tests whether a node has an attachment with a given attachmentId and optional contentType. It triggers if a matching attachment is found. JSON Schema { "title": "Node Has Attachment", "properties": { "attachmentId": { "type": "string", "title": "Attachment ID", "default": "default" }, "contentType": { "type": "string", "title": "Content Type" }

Score: 3.7638426

Gitana / 3.2 / Guide / Guide / Actions / OCR Extract Node

OCR Extract Node This section describes features that are coming in 4.0 ID: ocrExtractNode Runs OCR Extraction against a node. { "title": "OCR Extract Node", "properties": { "serviceId": { "type": "string", "title": "Service ID" } } } Where: serviceId is the ID of an optional OCR Extraction Service to be used If serviceId is not provided, the default OCR Extraction Service for the project will be used (if available). Example { "serviceId":

Score: 3.7443442

Gitana / 4.0 / Data Engine / Behaviors / Actions / OCR Extract Node

OCR Extract Node This section describes features that are coming in 4.0 ID: ocrExtractNode Runs OCR Extraction against a node. { "title": "OCR Extract Node", "properties": { "serviceId": { "type": "string", "title": "Service ID" } } } Where: serviceId is the ID of an optional OCR Extraction Service to be used If serviceId is not provided, the default OCR Extraction Service for the project will be used (if available). Example { "serviceId":

Score: 3.7443442

Gitana / 3.2 / Guide / Guide / Forms / Fields / File Picker

File Picker ID: file-picker The file-picker field type renders a modal picker for a file. This uses the File Folder service within Cloud CMS to let you browse through folder-based navigation. A breadcrumb is rendered at the top to help users step through the folder hierarchy. Sample configuration: { "type": "file-picker" } As with the node picker, the file picker should be modeled on top of either an object or an array field. The former is used for selection of a single node whereas the lat

Score: 3.4879282

Gitana / 4.0 / Forms / CMS / Fields / File Picker

File Picker ID: file-picker The file-picker field type renders a modal picker for a file. This uses the File Folder service within Cloud CMS to let you browse through folder-based navigation. A breadcrumb is rendered at the top to help users step through the folder hierarchy. Sample configuration: { "type": "file-picker" } As with the node picker, the file picker should be modeled on top of either an object or an array field. The former is used for selection of a single node whereas the lat

Score: 3.4879282

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-document-is-node

context-document-is-node If a Document is currently being observed and is a node (not an association). { "evaluator": "context-document-is-node" }

Score: 3.3764782

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-document-is-node

context-document-is-node If a Document is currently being observed and is a node (not an association). { "evaluator": "context-document-is-node" }

Score: 3.3764782

Gitana / 3.2 / Guide / Guide / Forms / Fields / Related Content

Related Content ID: related-content The related-content field type renders an upload field that is pre-configured to upload assets and store them as standalone document nodes within the content graph. This is useful, say, if you wanted to let end users upload images and store them in an /Images folder. Sample configuration: { "type": "related-content", "uploadPath": "/Images" } The related content control should be modeled on top of either an object or an array field. This is very simil

Score: 3.2754946

Gitana / 4.0 / Forms / CMS / Fields / Related Content

Related Content ID: related-content The related-content field type renders an upload field that is pre-configured to upload assets and store them as standalone document nodes within the content graph. This is useful, say, if you wanted to let end users upload images and store them in an /Images folder. Sample configuration: { "type": "related-content", "uploadPath": "/Images" } The related content control should be modeled on top of either an object or an array field. This is very simil

Score: 3.2754946

Gitana / 3.2 / Guide / Guide / Access Policies / Conditions / Feature

Feature This section describes features that are coming in 4.0 The feature condition allows you to constrain a policy statement so that it applies to content nodes that have a particular feature. Configuration { "type": "feature", "config": { "qname": "{qname regex}" } } Samples This policy grants the Consumer role to all content with feature f:thumbnailable: { "title": "My Sample Policy", "statements": [{ "action": "grant", "roles": ["consumer"],

Score: 3.1234155

Gitana / 3.2 / Guide / Guide / Access Policies / Conditions / Locale

Locale This section describes features that are coming in 4.0 The locale condition allows you to constrain a policy statement so that it applies to content nodes that have a matching locale. This condition supports regular expressions, allowing you to focus in on a single path, sub paths or arbitrary matching path structures. Configuration { "type": "locale", "config": { "locale": "{value regex}" } } Samples This policy document grants the Consumer role to all content with l

Score: 3.1234155

Gitana / 3.2 / Guide / Guide / Access Policies / Conditions / Path

Path This section describes features that are coming in 4.0 The path condition allows you to constrain a policy statement so that it applies to content nodes that exist at a matching path. This condition supports regular expressions, allowing you to focus in on a single path, sub paths or arbitrary matching path structures. Configuration { "type": "path", "config": { "path": "{value regex}" } } Samples This policy document grants the Consumer role to all content in the path

Score: 3.1234155