Found 473 results for "api datatypes association"
The search executed in 0.00103597 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / ActionsOptimize content operations with Cloud CMS Action framework using JSON configuration. Explore various actions like Send Email or Fire a Web Hook efficiently.
Score: 3.8571358
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / ActionsExplore Cloud CMS Action framework for automated content operations with customizable actions like email alerts, webhooks, and more—enhancing workflow efficiency.
Score: 3.8571358
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Ruby CookbookDiscover how to set up and connect Ruby with Cloud CMS using our Ruby Cookbook. Find code samples, connection tips, and more!
Score: 3.6078982
|
![]() |
How to Retrieve content by their document library pathYou can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo
Score: 2.9323788
|
![]() |
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.9054716
|
![]() |
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.9054716
|
![]() |
Tree HierarchiesIn Cloud CMS, there are no hard and fast rules regarding association types between nodes. And so, when dealing with things like tree structures, you usually have to first make some assumptions about the kinds of relationships between nodes that you want to traverse. For arbitrary relationships and traversals around nodes, Cloud CMS provides traversal methods which are a bit more intensive to use. However, if you're using typical a:child relationships between nodes (which is what Cloud CMS uses f
Score: 2.6004243
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / Projects / Deleted ItemsEfficiently manage and restore deleted content with Cloud CMS's intuitive tools, ensuring data is never lost entirely. Explore our unique features today!
Score: 2.5592027
|
![]() |
Gitana 4.0 / User Interface / Projects / Deleted ItemsManage content recovery effortlessly with Cloud CMS's 'copy on write' system, offering a simple way to view, restore, or purge deleted items.
Score: 2.5592027
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / BehaviorsDiscover how Cloud CMS automates content behaviors with rules and scripts, ensuring seamless content model integration and consistent triggers across all platforms.
Score: 2.522018
|
![]() |
Gitana 4.0 / Content Engine / Content Models / BehaviorsEffortlessly automate content interactions with Cloud CMS by wiring behaviors like rules and scripts to your content models for dynamic policy execution.
Score: 2.522018
|
![]() |
How do I run custom validation before something is deleted?Cloud CMS provides several ways to run validation ahead of deletion. There are many use cases where this employed - such as: Preventing an Image from being deleted when it is being referenced by a live Web Page Preventing a required sub-object from being deleted Preventing something from deleted when one or more other things are referencing it or depend on it in some way Here are a few approaches which are commonly used: ## Content Model Dependencies We implement link validation via the graph. S
Score: 2.4695034
|
![]() |
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.4539514
|
![]() |
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.4539514
|
![]() |
Gitana 4.0 / ReferenceExplore comprehensive Gitana data type references, including schemas, properties, methods, and API links, for data stores, objects, and general types.
Score: 2.3868284
|
![]() |
Programmatically create content in a folder?The Cloud CMS content API lets you work with JSON to create any kind of content you'd like. It supports any JSON structure you desire and also supports a number of special properties that you can use to make life easier for you. These special properties are: _rootNodeId - The mount node ID of the root against which relatives path are computed. By default, this is the root of the repository. In general, it isn't necessary to use this property unless you have multiple mount nodes configured. And m
Score: 2.374611
|
![]() |
Gitana 4.0 / Content Engine / FindDiscover and retrieve content effortlessly with Cloud CMS Find Service, using Query, Search, and Traversal for composite result sets.
Score: 2.3721452
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-actionsEfficiently manage documents with multilingual, lock, or attachment features, allowing actions like lock, unlock, update, or download in the admin console.
Score: 2.365442
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / document-actionsEfficiently manage documents with multilingual, lock, or attachment features, allowing actions like lock, unlock, update, or download in the admin console.
Score: 2.365442
|
![]() |
How does security work in Cloud CMS?Cloud CMS provides two ways to describe access rights to things: Object-level / role-based authorities Team / role-based authorities With object-level / role-based authorities, you assign a principal (either a user or a group) a role against something. For example, you might give Joe the CONSUMER role against a content node. When Joe then interacts with the content node in the future, he will do so with the CONSUMER role which will allow him to "read" the node. With team / role-based authorities
Score: 2.3382154
|
![]() |
Gitana 3.2 / Guide / Guide / FindDiscover and retrieve content with Cloud CMS's Find Service using MongoDB, ElasticSearch, and Graph Traversal for powerful, unified results.
Score: 2.3322523
|
![]() |
Directed and Undirected AssociationsCloud CMS has the notion of both directed and undirected associations. In the API and within the drivers, when you work with associations, you can query for associations that are "incoming" or "outgoing": These are both directed associations which are relative to a given node. Outgoing means start from this node and find associations pointing to another node. Incoming means find associations that point to me. It also supports the notion of "mutual" associations which are undirected. The source o
Score: 2.3030674
|
![]() |
Gitana 3.2 / Guide / Guide / Policies / Node PoliciesOptimize your content graph with node policies that trigger actions for node creation, updates, and deletions. Enhance management with custom node behavior.
Score: 2.214884
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / Policies / Node PoliciesOptimize your content graph with node policies that trigger actions for node creation, updates, and deletions. Enhance management with custom node behavior.
Score: 2.214884
|
![]() |
Gitana 3.2 / Guide / Guide / Scripting / NodeExplore comprehensive Node scripting resources, detailing properties and methods for managing associations, attachments, and more for effective document manipulation.
Score: 2.1704898
|