Found 606 results for "gitana 4.0 engine api datatypes branch"

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

Gitana / 3.2 / Guide / Guide / Application Server / Installation / Module Installation

Run Cloud CMS as a Node.js module, customize it with functions, APIs, and templates for flexible web content management.

Score: 2.256854

Gitana / 4.0 / Developers / Application Server / Installation / Module Installation

Optimize your Node.js app with Cloud CMS server. Access robust features, extend functionality, and streamline content management effortlessly.

Score: 2.256854

Gitana / 3.2 / Guide / Guide / User Interface / Locking

Optimize your document management with Cloud CMS's robust locking system for transactional and manual locks, ensuring data integrity and collaboration.

Score: 2.2263098

Gitana / 4.0 / User Interface / User Interface / Locking

Cloud CMS uses data locks to manage transactional write operations, ensuring consistency and preventing conflicts in document editing.

Score: 2.2263098

CMS editor Locking

There are two levels of locking which usually come into play in a scenario like this. One is a "UI lock" which is taken out when a user begins editing something within the user interface. This lock is released when they finished editing (either by hitting save or canceling). The other lock is a "data lock" which is a transactional lock taken out when the write of multiple documents begins. This is a transactional lock in the sense that it blocks other write operations against those documents and

Score: 2.2263098

Gitana / 3.2 / Guide / Guide / Docker / Maintenance / Upgrades

Optimize your Cloud CMS setup by upgrading to version 3.2 and implementing new features, including Elastic Search 6.2.4, using our detailed guide.

Score: 2.2230232

Gitana / 4.0 / Self Managed / Maintenance / Upgrades

Upgrade to Cloud CMS Version 3.2 with detailed steps for Docker setup and Elasticsearch update. Ensure compatibility and optimal performance with new features.

Score: 2.2230232

How to unpublish content

Cloud CMS provides a range of options for making content available to your presentation tier. The most common scenarios are: 1) Use the Publishing setup within Cloud CMS; Workflow, Lifecycle states, deployment configurations. https://www.cloudcms.com/documentation/welcome/publishing.html With Publishing Enabled for a project, there are 2 simple workflows: `simple publish` and `simple unpublish`. See the Publishing example for further details: https://www.cloudcms.com/documentation/publishing/exa

Score: 2.2022645

Gitana / 3.2 / Guide / Guide / Features / Locked

Learn how node locking ensures exclusive edit access with f:locked in your system, and discover configuration options and API usage details.

Score: 2.1896527

Gitana / 4.0 / Content Engine / Aspects / Locked

Learn how node locking ensures exclusive edit access with f:locked in your system, and discover configuration options and API usage details.

Score: 2.1896527

Gitana / 3.2 / Guide / Guide / Command Line / Modules Commands

Optimize Cloud CMS with command-line tools for managing UI modules: register, deploy, and redeploy JavaScript from GitHub repositories effortlessly.

Score: 2.1892283

Gitana / 4.0 / Developers / Command Line Interface / Modules Commands

Optimize your Cloud CMS experience with command-line tools for managing UI modules effortlessly. Register, deploy, and more.

Score: 2.1892283

Gitana / 3.2 / Guide / Guide / Content Modeling / Definitions

Explore comprehensive Cloud CMS JSON schema definitions for creating structured content, enhancing validation, and ensuring data integrity in your projects.

Score: 2.1863973

Gitana / 4.0 / Content Engine / Content Models / Definitions

Discover the power of defining content types in Cloud CMS using JSON schema to ensure data consistency, validation, and integrity for structured content management.

Score: 2.1863973

Gitana / 4.0 / Content Engine / Find / Overview

Discover content effortlessly with Cloud CMS Find Service using Query, Search, and Traversal for powerful, unified results.

Score: 2.1768024

Chat GPT and Cloud CMS

Lately, the the new development taking the tech world and media by storm is Chat GPT - an incredible new chatbot from Open AI which is capable of producing clear and well worded text of all kinds, from instructions to build a treehouse to poems written from the perspective of a pirate. While not perfect, the potential of this technology is immense, and got us to thinking, how might an AI of this calibur be applied to the future of content management? As it turns out, the training process for Ope

Score: 2.1734252

Pagination options

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 2.1690657

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

Define custom properties with our global and participant state forms, using the Cloud CMS engine to enhance your workflow management.

Score: 2.164287

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

Define custom properties with our global and participant state forms, using the Cloud CMS engine to enhance your workflow management.

Score: 2.164287

Gitana / 3.2 / Guide / Guide / GraphQL

Optimize your content integration in Cloud CMS with GraphQL, offering seamless query and search capabilities for developers.

Score: 2.1527433

Gitana / 4.0 / Content Engine / Graph QL / Overview

Explore Cloud CMS's comprehensive GraphQL API for streamlined content queries and integration with real-time schema adaption based on branch model changes.

Score: 2.1527433

How to get a content definition JSON from the Cloud CMS API?

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 2.1488626

Gitana / 3.2 / Guide / Guide / Features / Indexable

Optimize your content indexing with Cloud CMS's f:indexable feature, offering flexible search management via ElasticSearch, custom paths, and scheduling.

Score: 2.1450267

Gitana / 4.0 / Content Engine / Aspects / Indexable

Optimize your content indexing with Cloud CMS's f:indexable feature, ensuring efficient search and performance with customized options.

Score: 2.1450267

Gitana / 4.0 / Reference / Types / Changeset

Explore Changeset API for Cloud CMS to manage your branch content with ease. Enhance content curation and authoring with advanced features.

Score: 2.1397748