Found 506 results for "scripting node"

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

Gitana 4.0 / Developers / Cookbooks / Java Cookbook

Discover Java Cookbook tips for connecting Gitana Java Driver using Maven. Access secure repositories, set up dependencies, connect, and manage projects.

Score: 1.1131413

Gitana 3.2 / Guide / Guide / Templates / Workflow Transition

Optimize your workflow transitions with detailed property IDs and transition descriptions for seamless node management.

Score: 1.10669

Gitana 3.2 / Guide / Guide / Scripting / Actions

Learn about the 'execute' method, its usage, arguments, and see practical examples of changing a node's type with this JavaScript action.

Score: 1.10669

Actions

Learn about the 'execute' method, its usage, arguments, and see practical examples of changing a node's type with this JavaScript action.

Score: 1.10669

Gitana 4.0 / Content Engine / Templates / Workflow Transition

Optimize your workflow transitions with detailed property IDs and transition descriptions for seamless node management.

Score: 1.10669

Gitana 3.2 / Guide / Guide / Features / Multilingual

Enable multilingual support and translation management for your content nodes with Cloud CMS to reach a wider audience effortlessly.

Score: 1.1023318

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

Fetch single content instance by node ID or path for templates. Explore parameters, JSON response, and reusable template examples.

Score: 1.1023318

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

Fetch single content instance by node ID or path for templates. Explore parameters, JSON response, and reusable template examples.

Score: 1.1023318

Gitana 4.0 / Content Engine / Aspects / Multilingual

Enable multilingual support and translation management for your content nodes with Cloud CMS to reach a wider audience effortlessly.

Score: 1.1023318

Gitana 3.2 / Guide / Guide / Actions / Send a Slack Message

Send messages to Slack channels using Cloud CMS. Integrate seamlessly with our detailed configuration and example guides.

Score: 1.0996819

Gitana 4.0 / Content Engine / Behaviors / Actions / Send a Slack Message

Send Slack messages effortlessly. Learn configuration and integration with Cloud CMS for seamless communication in your channels.

Score: 1.0996819

Gitana 3.2 / Guide / Guide / Features / Property Mapping

Automate property mapping in associations, ensuring seamless data transfer between nodes, perfect for MongoDB indexing and multi-node content sharing.

Score: 1.0985591

Gitana 4.0 / Content Engine / Aspects / Property Mapping

Automate property mapping in associations, ensuring seamless data transfer between nodes, perfect for MongoDB indexing and multi-node content sharing.

Score: 1.0985591

Gitana 3.2 / Guide / Guide / Features / Rates

Optimize your association ratings with automatic computation of rating statistics, including total count, value, and averages.

Score: 1.0971069

Gitana 3.2 / Guide / Guide / Content Modeling / Definitions / Association Definition

Learn how association definitions establish schema for relationships between nodes, detailing linked and owned associations, with practical examples.

Score: 1.0971069

Gitana 4.0 / Content Engine / Aspects / Rates

Optimize your association ratings with automatic computation of rating statistics, including total count, value, and averages.

Score: 1.0971069

Gitana 4.0 / Content Engine / Content Models / Definitions / Association Definition

Learn how association definitions establish schema for relationships between nodes, detailing linked and owned associations, with practical examples.

Score: 1.0971069

Gitana 3.2 / Guide / Guide / Conditions / Merge

Test whether a node is being merged with customizable conditions, including source and target branches or release attributes.

Score: 1.094117

Gitana 4.0 / Content Engine / Behaviors / Conditions / Merge

Test whether a node is being merged with customizable conditions, including source and target branches or release attributes.

Score: 1.094117

How to Retrieve content by their document library path

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 1.094117

Gitana 3.2 / Guide / Guide / Features / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 1.0931375

Gitana 4.0 / Content Engine / Aspects / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 1.0931375

Gitana 3.2 / Guide / Guide / Policies / Data List Policies

Optimize your data list operations with custom policy hooks for adding, updating, and removing list items in JavaScript and Java.

Score: 1.0901557

Gitana 4.0 / Content Engine / Behaviors / Policies / Data List Policies

Optimize your data list operations with custom policy hooks for adding, updating, and removing list items in JavaScript and Java.

Score: 1.0901557

Managing a large number of PDFs or images

In Cloud CMS everything is a node. A node has JSON properties and could also have binary attachments. What you would call a "file" is a node with properties describing it's folder location and a "default" attachment holding the payload (PDF file, image, MSWord doc, etc). Typically, for large number of PDFs, images, etc, we suggest individual nodes with a single attachment each (which is the PDF, image, etc). We have many customers who use Cloud CMS in this way and it essentially works like a doc

Score: 1.0900555