Found 589 results for "gitana 4.0 developers api resources branch get-repositories-repositoryid-b-branchid-schemas-qname"
The search executed in 0.002655656 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / DefinitionsLearn about JSON schema definitions in Cloud CMS, enabling dynamic content creation and robust validation for data integrity. Explore content types, inheritance, and integration with Cloud CMS API.
Score: 2.341638
|
![]() |
Gitana 4.0 / Content Engine / Content Models / DefinitionsLearn about Cloud CMS content definitions, JSON schema, and how to manage and extend content types effortlessly.
Score: 2.341638
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.84Upgrade to Cloud CMS 3.2.84 for ARM-64 support, enhanced performance, and Redis 6.x compatibility. Access release and upgrade notes for more details.
Score: 2.3289495
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.85Upgrade to Cloud CMS 3.2.85 with ARM-64 support, enhanced performance, and Redis 6.x compatibility. Access detailed release and upgrade notes.
Score: 2.3289495
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Upgrades / 3.2.86Upgrade to Cloud CMS 3.2.86 for ARM-64 support, improved performance, and compatibility with Redis 6.x. Follow release notes and upgrade tools for guidance.
Score: 2.3289495
|
![]() |
Gitana 4.0 / Reference / Types / Workflow TaskExplore our comprehensive guide on Workflow Tasks within the Platform, featuring detailed methods, properties, and use cases for seamless integration.
Score: 2.3042493
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Samples / Developer Menu ItemsEnable Developer menu for collaborators in Cloud CMS with custom configuration guidance.
Score: 2.2793763
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Samples / Developer Menu ItemsEnable Developer menu for collaborators in Cloud CMS with custom configuration guidance.
Score: 2.2793763
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Services / LocksOptimize your application server's access to shared resources using the Locks Service, seamlessly configured with Redis for robust cluster management.
Score: 2.2632346
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / Maintenance / UpgradesUpgrade to Cloud CMS 3.2 with updated ElasticSearch and Docker setup steps. Ensure compatibility by rebuilding search indexes and re-indexing data stores.
Score: 2.250245
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / Projects / Delete a ProjectLearn how to safely delete projects, prepare by adjusting settings, and handle protections for error-free project management.
Score: 2.2417607
|
![]() |
Gitana 3.2 / Guide / Guide / WorkflowLearn all about workflow models, tasks, events, and more for creating efficient business processes on Cloud CMS. Explore step-by-step examples and best practices.
Score: 2.2303889
|
![]() |
Gitana 4.0 / Content Engine / WorkflowExplore workflow models, instances, tasks, and more. Understand how content is routed, tracked, and completed efficiently.
Score: 2.2303889
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / LockingOptimize your document management with Cloud CMS's robust locking system for transactional and manual locks, ensuring data integrity and collaboration.
Score: 2.220947
|
![]() |
Gitana 4.0 / User Interface / User Interface / LockingCloud CMS uses data locks to manage transactional write operations, ensuring consistency and preventing conflicts in document editing.
Score: 2.220947
|
![]() |
CMS editor LockingThere 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.220947
|
![]() |
How to unpublish contentCloud 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.1993632
|
![]() |
Gitana 4.0 / Content Engine / Access PoliciesDiscover how to configure robust access control policies using JSON to assign roles and conditions for users, groups, and teams on a platform.
Score: 2.1901662
|
![]() |
Difference between an Application and a ProjectA Project is a logical separation for work within Cloud CMS. It could be a site, a sub-site, a department, a web project or anything else you'd like. Projects let you organize teams, invite members and provide a place for you to collaborate on content. An Application is something that you create to provision resources and services dedicated to your web site or web/mobile application. Each Application provides storage and services that your app can access for things like user registration, passwo
Score: 2.1797159
|
![]() |
Gitana 3.2 / Guide / Guide / Features / LockedLearn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.
Score: 2.1785672
|
![]() |
Gitana 4.0 / Content Engine / Aspects / LockedLearn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.
Score: 2.1785672
|
![]() |
Pagination optionsYou 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.1785672
|
![]() |
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.1580908
|
![]() |
Gitana 4.0 / Reference / Types / ChangesetExplore Changeset API for Cloud CMS to manage your branch content with ease. Enhance content curation and authoring with advanced features.
Score: 2.133479
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-contextDiscover tools for managing projects, exploring content models, and more with developer and manager permissions on our versatile project platform.
Score: 2.1264625
|