Found 537 results for "gitana 4.0 developers api definitions resultmap_domainprincipal"

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

Request a Demo - Gitana

Request a Demo - Gitana Schedule a Demo Schedule a live demonstration with a member of our Sales team to learn how Gitana can be adapted to fit your business needs, both within the cloud and on-premise. Just fill out the form, and we'll get back to you regarding any logistics. Or call us anytime at +1.617.475.5288

Score: 4.1132236

Gitana 3.2 / Guide / Guide / Cookbooks / C# Cookbook

Explore the C# Cookbook to effectively utilize the Gitana C# Driver for connecting to Cloud CMS and managing content with .NET Core.

Score: 4.097239

Enterprise Access Policies in Gitana 4.0 (Part 1)

In this article, we'll take a look at Access Policies -- a powerful, new feature in Gitana 4.0 that allows organizations to set up and guarantee compliance with complex, enterprise-wide security requirements. Access Policies build upon the existing access control facilities provided which include per-object ACLs and broader, team-based ACLs. They extend those capabilities by allowing administrators to express access rights in a broad sweeping and prescriptive manner -- one that allows for custom

Score: 4.096106

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

Discover the Gitana JavaScript 2.0 Driver, offering full ECMAScript promise support for seamless Cloud CMS integration. Explore async/await, promises, and callbacks.

Score: 4.0362773

Gitana 3.2 / Guide / Guide / Cookbooks / Java Cookbook

Optimize your Java setup for Gitana with our detailed Java Cookbook guide, featuring code samples and connection methods for Cloud CMS integration.

Score: 3.9615932

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.87

Upgrade to Cloud CMS 3.2.87 for enhanced ARM-64 support, requiring MongoDB 4.0+ and Redis 6.x+. Optimize deployments with AWS Graviton.

Score: 3.9399729

Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.88

Upgrade to Cloud CMS 3.2.88! Enjoy ARM aarch64 support with better performance and lower costs. Requires MongoDB 4.0+ and Redis 6.x+.

Score: 3.9399729

Gitana 3.2 / Guide / Guide / Docker / Configuration / Encrypting Properties

Secure your sensitive data with Cloud CMS by encrypting API properties using RSA keys, safeguarding passwords and credentials effortlessly.

Score: 3.9002945

Gitana 4.0 / Home

Discover Gitana's Enterprise Content Platform: streamline content creation, management, and real-time publishing with workflow-driven control and custom APIs.

Score: 3.900044

Cloud CMS JavaScript Driver Release 1.0.3 is out!

The Cloud CMS team is pleased to announce the immediate availability of version 1.0.3 of the Cloud CMS JavaScript Driver for jQuery, Dojo, Javascript/HTML5 and Node.js applications. Download today from http://github.com/gitana/gitana-javascript-driver. JavaScript Driver for Cloud CMS The Cloud CMS JavaScript Driver is a JS library that you can drop into your HTML5/JS applications to take advantage of the authoring and delivery APIs of the Cloud CMS server. It makes it easier for developers to ut

Score: 3.8943748

Gitana 3.2 / Guide / Guide / Cookbooks / Go Cookbook

Explore the Go Cookbook to learn Go driver setup, Cloud CMS connection, node management, querying, and GraphQL integration.

Score: 3.8685517

Upgrade to version 1.0.6 of our new JavaScript/HTML5 driver!

The Cloud CMS team is pleased to announce the immediate availability of the 1.0.6 version of the Gitana JavaScript Driver for Cloud CMS. JavaScript Driver for Cloud CMS The Gitana JavaScript Driver is a JS library that you can drop into your HTML5/JS applications to take advantage of the authoring and delivery APIs of the Cloud CMS server. It makes it easier for developers to utilize the Cloud CMS HTTP/REST APIs by providing native convenience functions via JavaScript. The Gitana JavaScript Driv

Score: 3.7460096

Gitana 3.2 / Guide / Guide / Actions

Optimize content operations with Cloud CMS Action framework using JSON configuration. Explore various actions like Send Email or Fire a Web Hook efficiently.

Score: 3.7054195

Gitana 4.0 / Content Engine / Behaviors / Actions

Explore Cloud CMS Action framework for automated content operations with customizable actions like email alerts, webhooks, and more—enhancing workflow efficiency.

Score: 3.7054195

Gitana 3.2 / Guide / Guide / Cookbooks / Scripting Cookbook

Explore our Scripting Cookbook with server-side scripting guides, code samples, and practical examples for effortless development.

Score: 3.6658463

Gitana 4.0 / Content Engine / Access Policies / System Policies / project-user

Explore the Gitana System Access Policy for project-user with detailed role permissions and JSON configurations.

Score: 3.6466053

Editorial Flows

Editorial Flows In Gitana 4.0, we introduced a new feature called Editorial Flows. With Editorial Flows, your editorial teams launch draft workspaces where they work on content items at their own pace. They can write new content, change existing content or delete things in isolation without worrying about how it will affect the main line of content. They are free to work without worry about stepping on each other's toes. They can make changes to the content graph, upload new files, adjust taxono

Score: 3.5584443

Gitana 3.2 / Guide / Guide / Cookbooks / Node.js Cookbook

Optimize Node.js skills with our comprehensive Cloud CMS guide. Learn connection, asynchronous chaining, queries, and more. Perfect for developers!

Score: 3.494758

Gitana 3.2 / Guide / Guide / Cookbooks / Content Modeling Cookbook

Discover essential content modeling techniques with our comprehensive cookbook, featuring guides, code samples, and practical examples for every developer.

Score: 3.4922476

Request Information about Enterprise Support - Gitana

Request Information about Enterprise Support - Gitana Enterprise Services and Licenses Gitana provides Managed Services and Support for On-Premise/Private Cloud installations at larger customers with custom pricing needs. We will work with you to determine beneficial ways that our staff can augment your own to provide DevOps support, implementation services, architectural guidance and source code licensing according to the needs of your business. Have a question about our offerings? Please reach

Score: 3.448963

Gitana 3.2 / Guide / Guide / Docker / Container Services / Kubernetes

Optimize your infrastructure with Kubernetes and Gitana SDK. Automate deployment of containerized apps across cloud providers like AWS, Google, and Azure.

Score: 3.4466834

Gitana 4.0 / Developers / Drivers / Java

Connect Java and Android apps effortlessly with Gitana's driver. Explore Maven, API keys, and open-source options for seamless integration.

Score: 3.3369389

Download Version 1.0.3 of the Cloud CMS Java Driver

The Cloud CMS team is pleased to announce the immediate availability of the 1.0.3 version of the Gitana Java Driver for Cloud CMS. Java Driver for Cloud CMS The Gitana Java Driver is a Java library that you can include with your Java applications to take advantage of a programmatic way of interacting with the Cloud CMS server. It makes it easier for developers to utilize Cloud CMS functionality without having to manually handle calls against HTTP/REST, data serialization and event handling. The

Score: 3.325821

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

Gitana 4.0 / Reference / Types / Domain Principal

Explore the features and methods for managing domain principals, enhance your development with easy integration.

Score: 3.2265608