Found 300 results for "access-policies conditions branch"

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

Gitana 3.2 / Guide / Guide / API / Data Types / Changeset

Explore the complexities of Cloud CMS changesets: manage histories, handle transactions, and understand configurations for seamless branch management.

Score: 1.7760918

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

Sync Node handler automates syncing and managing workflow payload nodes to a target branch, with options for deletion and frozen branches.

Score: 1.7625966

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

Sync Node handler automates syncing and managing workflow payload nodes to a target branch, with options for deletion and frozen branches.

Score: 1.7625966

Gitana 3.2 / Guide / Guide / Cookbooks / Java Cookbook

Explore comprehensive guides and samples for Java development with the Gitana Java Driver. Learn setup, connect to Cloud CMS, and manage nodes seamlessly.

Score: 1.756775

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

Gitana 4.0 / Reference / Types / Access Policy

Explore our Access Policy guide to learn about creating, updating, and managing policies within the Gitana platform, complete with examples and schema details.

Score: 1.7511209

Gitana 4.0 / Getting Started / Working with Content / Versioning

Explore Cloud CMS's changeset versioning, offering a Git-like, seamless, collaborative environment for content management without file locking issues.

Score: 1.748812

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

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

Gitana 3.2 / Guide / Guide / Cookbooks / Python Cookbook

Master Gitana's Python Driver to manage repositories, branches, nodes, and queries effectively with Python 3. Ideal for developers seeking seamless Git-like functionality.

Score: 1.7375298

Gitana 4.0 / Developers / Cookbooks / Python Cookbook

Explore the Python Cookbook to start using Gitana's Python driver, with code samples, connection tutorials, and node management tips.

Score: 1.7375298

Gitana 4.0 / Reference / Types / Node

Nodes are essential for organizing content in a repository, forming a graph structure to build associations and hierarchies.

Score: 1.7370912

Gitana 4.0 / Developers / Cookbooks / C# Cookbook

Start developing with the Gitana C# Driver, integrate with .NET Core projects, and explore code samples for efficient connection, querying, and node creation methods.

Score: 1.7315892

Gitana 4.0 / Developers / Command Line Interface / Commands

Explore Cloud CMS CLI commands for managing repositories, nodes, domains, projects, and more efficiently. Your guide to streamlined operations.

Score: 1.7306293

Gitana 3.2 / Guide / Guide / Command Line

The Cloud CMS command-line client enables developers to manage projects and resources seamlessly. Easy setup and free access included.

Score: 1.725925

Gitana 3.2 / Guide / Guide / UI Developers Guide / Evaluators

Learn how evaluators define conditions for runtime configurations, impacting observed data and user permissions, with a wide variety of types available.

Score: 1.7230155

Gitana 4.0 / Developers / User Interface Customization / Evaluators

Discover how evaluators help define conditions for configuration inclusion based on runtime aspects like observables, permissions, and current user authority.

Score: 1.7230155

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

Explore the C# Cloud CMS driver with detailed setup steps, connection methods, and extensive code samples for efficient content management.

Score: 1.7220839

Gitana 3.2 / Guide / Guide / Application Server / URL Addressability / Node URLs

Enhance web performance and cache efficiency by retrieving nodes and attachments through URLs, supporting static and on-the-fly transformations.

Score: 1.7126825

Gitana 4.0 / Developers / Application Server / URL Addressability / Node URLs

Optimize binary payload retrieval and caching with Cloud CMS API. Enhance performance using static and preview URL methods for seamless content delivery.

Score: 1.7126825

Gitana 3.2 / Guide / Guide / Features / Copied From

Identify copy history in nodes efficiently with the Copied From feature, tracking source references automatically during operations.

Score: 1.709976

Gitana 4.0 / Content Engine / Aspects / Copied From

Identify copy history in nodes efficiently with the Copied From feature, tracking source references automatically during operations.

Score: 1.709976

How can I reuse connections with the Java Driver?

The Cloud CMS Java Driver uses a thread local variable to store the authentication context it receives after connecting. This is perhaps unusual for folks who are coming from the JavaScript world but should be very familiar for anyone who works with common JavaScript frameworks such as Spring Framework or Spring Security. When the authentication completes, the Java Driver constructs a "Driver" object that it stores into a thread local variable using the following call: DriverContext.setDriver(dr

Score: 1.7041664

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 1.6886711

Gitana 4.0 / Getting Started / Navigating the User Interface / Instant Preview

Instantly preview content changes with Cloud CMS, eliminating extra server setups and ensuring fast iterations for Development, Staging, and QA.

Score: 1.6876414