Found 456 results for "api datatypes association"
The search executed in 0.0022 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / JavaScript 2.0 CookbookDocumentation Reference Learn JavaScript 2.0 with this comprehensive guide on Gitana JavaScript Driver, promises, async/await, and more. (Gitana 3.2)
Score: 4.4688
|
![]() |
Gitana 3.2 / Guide / Guide / ActionsDocumentation Reference Discover Cloud CMS Action framework for seamless content operations like sending emails, webhooks, and more, all with simple JSON configuration. (Gitana 3.2)
Score: 3.8895
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / ActionsDocumentation Reference Optimize content operations with Cloud CMS Action framework. Trigger actions for tasks like email sends, web hooks, and more. (Gitana 4.0)
Score: 3.8895
|
![]() |
Gitana 3.2 / Guide / Guide / Cookbooks / Ruby CookbookDocumentation Reference Optimize Ruby driver usage with step-by-step guides on installing, connecting to Gitana, and creating nodes in Cloud CMS. (Gitana 3.2)
Score: 3.6275
|
![]() |
How to Retrieve content by their document library pathSupport Article You 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.9268
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / DefinitionsDocumentation Reference Discover how Cloud CMS uses JSON schema to define flexible content types, ensuring structure and validation for various content models. (Gitana 3.2)
Score: 2.8876
|
![]() |
Gitana 4.0 / Content Engine / Content Models / DefinitionsDocumentation Reference Learn how Cloud CMS uses JSON schema to define content types, ensuring data integrity through structured validation. (Gitana 4.0)
Score: 2.8876
|
![]() |
Tree HierarchiesSupport Article In 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.5964
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / Projects / Deleted ItemsDocumentation Reference 'Easily manage and restore deleted content in Cloud CMS with our intuitive deletions index, mimicking the Recycle Bin.' (Gitana 3.2)
Score: 2.5571
|
![]() |
Gitana 4.0 / User Interface / Projects / Deleted ItemsDocumentation Reference Efficiently manage and restore deleted content in Cloud CMS with easy access to the Recycle Bin and comprehensive API tools. (Gitana 4.0)
Score: 2.5571
|
![]() |
Gitana 3.2 / Guide / Guide / Content Modeling / BehaviorsDocumentation Reference Enhance content automation with Cloud CMS behaviors, executing rules and scripts seamlessly across content interactions. (Gitana 3.2)
Score: 2.5045
|
![]() |
Gitana 4.0 / Content Engine / Content Models / BehaviorsDocumentation Reference Enhance your content models with automated behaviors using Cloud CMS for seamless content management. (Gitana 4.0)
Score: 2.5045
|
![]() |
How do I run custom validation before something is deleted?Support Article 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.4522
|
![]() |
Gitana 3.2 / Guide / Guide / Features / LockedDocumentation Reference Ensure nodes are secure and editable only by lock owners through the efficient use of API calls and the f:locked feature. (Gitana 3.2)
Score: 2.447
|
![]() |
Gitana 4.0 / Content Engine / Aspects / LockedDocumentation Reference Learn how to manage locked nodes, ensuring secure, owner-only access through API calls and lock inspections. (Gitana 4.0)
Score: 2.447
|
![]() |
Gitana 4.0 / ReferenceDocumentation Reference Explore comprehensive Gitana data type reference guides, detailing schemas, properties, methods, and more for effective usage. (Gitana 4.0)
Score: 2.3851
|
![]() |
Gitana 4.0 / Content Engine / FindDocumentation Reference Discover and retrieve content with Cloud CMS Find Service, using powerful query, search, and traversal mechanisms. (Gitana 4.0)
Score: 2.3751
|
![]() |
Programmatically create content in a folder?Support Article 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.3647
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-actionsDocumentation Reference Manage document features like multilingual support or attachments with ease. Utilize actions such as lock, unlock, and more. (Gitana 3.2)
Score: 2.3609
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / document-actionsDocumentation Reference Manage documents effortlessly with actions like adding features, translations, locking, and accessibility settings. (Gitana 4.0)
Score: 2.3609
|
![]() |
Gitana 3.2 / Guide / Guide / FindDocumentation Reference Discover content with Cloud CMS Find Service utilizing Query, Search, and Traversal for precise retrieval. (Gitana 3.2)
Score: 2.3365
|
![]() |
How does security work in Cloud CMS?Support Article 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.3262
|
![]() |
Directed and Undirected AssociationsSupport Article Cloud 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.2973
|
![]() |
Gitana 3.2 / Guide / Guide / Policies / Node PoliciesDocumentation Reference Optimize node policies with custom behaviors for node creation, updates, and deletions in your content graph. (Gitana 3.2)
Score: 2.1822
|
![]() |
Gitana 4.0 / Content Engine / Behaviors / Policies / Node PoliciesDocumentation Reference Optimize your content graph with custom node policies to enhance behavior management on nodes creation, updates, and deletions. (Gitana 4.0)
Score: 2.1822
|