Found 481 results for "api datatypes association"

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

Gitana / 3.2 / Guide / Guide / Actions / Move Node

Move Node ID: moveNode Moves a source association into a new location in the content graph. The association is unlinked from its source node and linked to the target parent node. The association type and properties are preserved. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source association. branchId text true The ID of the branch of the source association. nodeId text true The ID of the source association. targetRepositoryId t

Score: 2.1759243

Gitana / 4.0 / Data Engine / Behaviors / Actions / Move Node

Move Node ID: moveNode Moves a source association into a new location in the content graph. The association is unlinked from its source node and linked to the target parent node. The association type and properties are preserved. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source association. branchId text true The ID of the branch of the source association. nodeId text true The ID of the source association. targetRepositoryId t

Score: 2.1759243

Gitana / 3.2 / Guide / Guide / Scripting / Node

Node Provides scripting facilities around a Node. Properties Name Type Description associations resultmap All of the associations around a node. attachments object The attachments for the node branch branch The Branch on which this Association resides. branchId string The ID of the branch that this Association resides on. changesetId string The changeset ID on which this node resides. If the node has not yet been saved, this may be null. childAssociations resultmap All of the child associations

Score: 2.174753

Node

Node Provides scripting facilities around a Node. Properties Name Type Description associations resultmap All of the associations around a node. attachments object The attachments for the node branch branch The Branch on which this Association resides. branchId string The ID of the branch that this Association resides on. changesetId string The changeset ID on which this node resides. If the node has not yet been saved, this may be null. childAssociations resultmap All of the child associations

Score: 2.174753

Content Model - Association example

Question. Suppose that I have the following collection types: Customers Orders and I want to store the Customer ID and the Customer Name on each Order… If the customer then updates his Name, how is it possible (if at all) to update the customer’s name on all of his orders - in a single atomic transaction? Answer. For this situation, you would have two content types - Customer and Order. One good way to address this is to utilize an association between the two. You could declare an association ty

Score: 2.1697588

Gitana / 3.2 / Guide / Guide / Features / Stats Sum Counter

Stats Sum Counter QName: f:stats-sum-counter Applied to an association to indicate that a statistics counter from one of end of the association should be aggregated up into another counter on the other end of the association. This feature builds on the existing Node Statistics capabilities of Cloud CMS by letting you define custom sum counters from one end of an association to be applied to the other end. Statistics counters are accumulated once on create and decremented once on delete. Configur

Score: 2.1463223

Gitana / 4.0 / Data Engine / Aspects / Stats Sum Counter

Stats Sum Counter QName: f:stats-sum-counter Applied to an association to indicate that a statistics counter from one of end of the association should be aggregated up into another counter on the other end of the association. This feature builds on the existing Node Statistics capabilities of Cloud CMS by letting you define custom sum counters from one end of an association to be applied to the other end. Statistics counters are accumulated once on create and decremented once on delete. Configur

Score: 2.1463223

Gitana / 3.2 / Guide / Guide / Features / Knowledge Sharing

Knowledge Sharing QName: f:knowledge-sharing Used to tag an association as to indicate that it "shares knowledge" between a source node and a target node. The source node is a node is a "knowledge space" and the target node is a "knowledge recipient". An association marked with f:sharing-knowledge will be considered to be an association that knowledge properties may propagate down when changes are made to a knowledge space node. By default, the a:child association which is used to mark relations

Score: 2.1348188

Gitana / 4.0 / Data Engine / Aspects / Knowledge Sharing

Knowledge Sharing QName: f:knowledge-sharing Used to tag an association as to indicate that it "shares knowledge" between a source node and a target node. The source node is a node is a "knowledge space" and the target node is a "knowledge recipient". An association marked with f:sharing-knowledge will be considered to be an association that knowledge properties may propagate down when changes are made to a knowledge space node. By default, the a:child association which is used to mark relations

Score: 2.1348188

Gitana / 3.2 / Guide / Guide / Features / Property Mapping

Property Mapping QName: f:property-mapping Automates the assignment or mapping of property values from one end of an association to the other. This feature is added to an association (or an association definition) to set up an automatically maintained mapping of values from a "from" node to a "to" node. The feature allows for multiple mappings to be defined. When the defined "from" node is updated, it's property value is automatically copied or mapped into the "to" node's recipient property. The

Score: 2.100313

Gitana / 4.0 / Data Engine / Aspects / Property Mapping

Property Mapping QName: f:property-mapping Automates the assignment or mapping of property values from one end of an association to the other. This feature is added to an association (or an association definition) to set up an automatically maintained mapping of values from a "from" node to a "to" node. The feature allows for multiple mappings to be defined. When the defined "from" node is updated, it's property value is automatically copied or mapped into the "to" node's recipient property. The

Score: 2.100313

Gitana / 3.2 / Guide / Guide / Content Modeling / Scripts

Scripts Scripts are content nodes with a default attachment of type application/javascript. As with all behaviors, script nodes must implement the f:behavior feature. They must be bound to a node upon which to act (either a definition node or a content instance) using a a:has_behavior association. Script Interfaces If you elect to write scripts to implement custom behaviors, the following signatures can be used inside of your JavaScript: {{#article "policies/association"}}Association Policies{{/

Score: 2.097794

Gitana / 4.0 / Data Engine / Content Models / Scripts

Scripts Scripts are content nodes with a default attachment of type application/javascript. As with all behaviors, script nodes must implement the f:behavior feature. They must be bound to a node upon which to act (either a definition node or a content instance) using a a:has_behavior association. Script Interfaces If you elect to write scripts to implement custom behaviors, the following signatures can be used inside of your JavaScript: {{#article "policies/association"}}Association Policies{{/

Score: 2.097794

Gitana / 3.2 / Guide / Guide / Transfer

Transfer Cloud CMS provides a universal import and export facility that lets you transfer your data in and out of Cloud CMS installations. It also allows you to copy or move data from one Cloud CMS installation to another. Everything in Cloud CMS is portable in this respect. You are always free to export your data and download it. You're also free to upload your data and import it. This universal transfer service is very well suited for: Backing up your content or projects Moving your content or

Score: 2.0832717

Gitana / 4.0 / Data Engine / Transfer / Overview

Transfer Cloud CMS provides a universal import and export facility that lets you transfer your data in and out of Cloud CMS installations. It also allows you to copy or move data from one Cloud CMS installation to another. Everything in Cloud CMS is portable in this respect. You are always free to export your data and download it. You're also free to upload your data and import it. This universal transfer service is very well suited for: Backing up your content or projects Moving your content or

Score: 2.0832717

Gitana / 3.2 / Guide / Guide / Features / Propagates Authorities

Propagates Authorities QName: f:propagates-authorities Flags an association as one that propagates inherited authorities from the source to the target. If a parent has authorities assigned to it, those authorities are propagated to the children as masked a:hasRole associations. These associations have inherited set to true and inheritsAssociation set to the association ID being masked. Cloud CMS uses this feature to model propagation of authorities in a containment model within the graph. When y

Score: 2.0686991

Gitana / 4.0 / Data Engine / Aspects / Propagates Authorities

Propagates Authorities QName: f:propagates-authorities Flags an association as one that propagates inherited authorities from the source to the target. If a parent has authorities assigned to it, those authorities are propagated to the children as masked a:hasRole associations. These associations have inherited set to true and inheritsAssociation set to the association ID being masked. Cloud CMS uses this feature to model propagation of authorities in a containment model within the graph. When y

Score: 2.0686991

Gitana / 3.2 / Guide / Guide / Features / Behavior Binding

Behavior Binding QName: f:behavior-binding Marks an association as pointing to the implementation of a behavior for a policy on the source node. Valid target nodes include script nodes and rules. By applying this feature, you indicate that the target node script or rule should execute when the policy triggers. The target node (script or rule) must implement the f:behavior feature. For example, you might upload a JavaScript file that provides an implementation of a method to handle the afterNodeU

Score: 2.0474715

Gitana / 4.0 / Data Engine / Aspects / Behavior Binding

Behavior Binding QName: f:behavior-binding Marks an association as pointing to the implementation of a behavior for a policy on the source node. Valid target nodes include script nodes and rules. By applying this feature, you indicate that the target node script or rule should execute when the policy triggers. The target node (script or rule) must implement the f:behavior feature. For example, you might upload a JavaScript file that provides an implementation of a method to handle the afterNodeU

Score: 2.0474715

Gitana / 3.2 / Guide / Guide / Features / Non-Cyclic

Non-Cyclic QName: f:non-cyclic Marks an association as one that does not allow cyclical chains in the graph. Cloud CMS does not assume that cyclical chains are invalid. In fact, for modeling some content, they may be encouraged. This feature gives you a way to indicate that some associations should not support them. An example of a valid cyclic graph might be one where you have multiple friends - Joe, Diane and Pete. An association might be modeled called "is best friends with". In this graph, w

Score: 2.0111208

Gitana / 4.0 / Data Engine / Aspects / Non-Cyclic

Non-Cyclic QName: f:non-cyclic Marks an association as one that does not allow cyclical chains in the graph. Cloud CMS does not assume that cyclical chains are invalid. In fact, for modeling some content, they may be encouraged. This feature gives you a way to indicate that some associations should not support them. An example of a valid cyclic graph might be one where you have multiple friends - Joe, Diane and Pete. An association might be modeled called "is best friends with". In this graph, w

Score: 2.0111208

Gitana / 3.2 / Guide / Guide / Bulk Import / Nodes

Nodes The Cloud CMS Bulk Import tool makes it easy to import content from structured data files stored on disk. The Packager API provides several methods which can read content from directories and bulk import that content all in one fell-swoop. This includes content types, content instances and relational information between content items. This is useful for many scenarios including those where you may wish to store a master copy of your foundation content types and content instances for new pr

Score: 1.9934485

Gitana / 3.2 / Guide / Guide / Features / Container

Container QName: f:container Makes a node as a container. In Cloud CMS, all nodes are essentially equivalent. There is no assumed containment model - in other words, Cloud CMS does not assume a folder structure or any kind of graph that you must adhere to. You can use associations to model any kind of relationship you would like. For example, you might have nodes that maintain only a kind of "linked" relationship to do things like link together related items for a product catalog. Another exampl

Score: 1.9934485

Gitana / 4.0 / Data Engine / Aspects / Container

Container QName: f:container Makes a node as a container. In Cloud CMS, all nodes are essentially equivalent. There is no assumed containment model - in other words, Cloud CMS does not assume a folder structure or any kind of graph that you must adhere to. You can use associations to model any kind of relationship you would like. For example, you might have nodes that maintain only a kind of "linked" relationship to do things like link together related items for a product catalog. Another exampl

Score: 1.9934485

Gitana / 4.0 / Data Engine / Bulk Import / Nodes

Nodes The Cloud CMS Bulk Import tool makes it easy to import content from structured data files stored on disk. The Packager API provides several methods which can read content from directories and bulk import that content all in one fell-swoop. This includes content types, content instances and relational information between content items. This is useful for many scenarios including those where you may wish to store a master copy of your foundation content types and content instances for new pr

Score: 1.9934485