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

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

Gitana 4.0 / Content Engine / Search

Optimize your search with Cloud CMS using full-text and structured search powered by Elastic Search and Find API, enabling precise content retrieval.

Score: 2.2887192

Gitana 3.2 / Guide / Guide / Forms

Optimize your content management with Cloud CMS's mobile-friendly, role-based forms using the powerful Alpaca Forms engine.

Score: 2.2799199

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.262804

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.262804

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.2235565

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.2235565

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.2235565

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.2163413

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.2163413

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.199933

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.1888595

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.1888595

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.184133

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.184133

Gitana 4.0 / Content Engine / Find

Discover and retrieve content easily with Cloud CMS Find Service using Query, Search, and Traversal for a unified result set.

Score: 2.1828578

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.178984

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.1770172

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.1770172

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.1688042

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.1688042

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.1682892

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.1481023

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.1454637

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.1454637

Gitana 3.2 / Guide / Guide / Docker

Optimize your Cloud CMS deployment with Docker, offering flexible development and production setups on-premise or via virtual private clouds.

Score: 2.1445296