Found 717 results for "api datatypes node"

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

Gitana / 3.2 / Guide / Guide / Actions

Actions Cloud CMS provides an Action framework that lets you kick off Actions that perform content operations on your behalf. Actions are units of work that are typically fired off as a result of an event handler or listener. For example, you might register an Action that triggers when a piece of content is updated or when a workflow task transitions. The Action might do something like Send an Email or Fire off a Web Hook. The Cloud CMS Action framework aspires to provide complete units of work

Score: 4.7743034

Gitana / 4.0 / Data Engine / Behaviors / Actions

Actions Cloud CMS provides an Action framework that lets you kick off Actions that perform content operations on your behalf. Actions are units of work that are typically fired off as a result of an event handler or listener. For example, you might register an Action that triggers when a piece of content is updated or when a workflow task transitions. The Action might do something like Send an Email or Fire off a Web Hook. The Cloud CMS Action framework aspires to provide complete units of work

Score: 4.7743034

Gitana / 3.2 / Guide / Guide / Cookbooks / PHP Cookbook

PHP Cookbook Getting Started To get started with the PHP driver, visit Gitana PHP Driver Page or the Github Page. It can be used in any composer php project. To install with composer from the command line: composer require cloudcms/cloudcms Connecting to Gitana You can connect to Gitana with the php driver by providing a config array containing your keys, which can be obtained from a gitana.json file. It should look something like: { "clientKey": "{your client key}", "clientSecret": "{y

Score: 4.6251907

Gitana / 3.2 / Guide / Guide / Cookbooks / Java Cookbook

Java Cookbook Getting Started To get started with the Java driver, please visit the Gitana Java Driver Page. We recommend that you use Maven. At a minimum, you will need to add the following repository declaration to your pom.xml file: cloudcms-public cloudcms-public https://maven.cloudcms.com/public Note that newer vesions of Maven require secure repositories so if you cur

Score: 4.449299

Gitana / 3.2 / Guide / Guide / Policies / Node Policies

Node Policies Node policies provide places where you can hook in behaviors that trigger when nodes are created, updated or deleted within the graph. Nodes may either be entities or associations. This provides an ideal way to plug in your custom behaviors for any definition or content instance within your content graph. The following policies are available: Policy QName Description p:beforeCreateNode Raised before a piece of content is created p:afterCreateNode Raised after a piece of content has

Score: 4.398676

Gitana / 4.0 / Data Engine / Behaviors / Policies / Node Policies

Node Policies Node policies provide places where you can hook in behaviors that trigger when nodes are created, updated or deleted within the graph. Nodes may either be entities or associations. This provides an ideal way to plug in your custom behaviors for any definition or content instance within your content graph. The following policies are available: Policy QName Description p:beforeCreateNode Raised before a piece of content is created p:afterCreateNode Raised after a piece of content has

Score: 4.398676

Gitana / 3.2 / Guide / Guide / Actions / Copy Node

Copy Node ID: copyNode Makes a copy of a node and any of its owned children to a new location in the content graph. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source node. branchId text true The ID of the branch of the source node. nodeId text true The ID of the source node. targetRepositoryId text true The ID of the repository of the target parent node. targetBranchId text true The ID of the branch of the target parent node. t

Score: 4.361745

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

Copy Node ID: copyNode Makes a copy of a node and any of its owned children to a new location in the content graph. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source node. branchId text true The ID of the branch of the source node. nodeId text true The ID of the source node. targetRepositoryId text true The ID of the repository of the target parent node. targetBranchId text true The ID of the branch of the target parent node. t

Score: 4.361745

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

C# Cookbook Getting Started To get started with the C# driver, visit Gitana C# Driver Page or the Github Page. It is written with .NET Core and can be used in any compatible project. You can install the driver via the command line: dotnet add package cloudcms or from within Visual Studio: Install-Package cloudcms Or by adding this to your .csproj file (you may have to adjust the version): Connecting to Cloud

Score: 4.3575487

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Move Node

Move Node Type: moveNode This handler moves nodes that are part of a workflow's payload to a target container. The target container can be identified either by a node ID or a node path. The config for this handler is as follows: { "targetNodeId": "", "targetOffsetPath": "" } If targetOffsetPath is specified, then targetNodeId is the root node to calculate the offset against. If targetNodeId is not provided, the default repository root is used. Here is an exa

Score: 4.354796

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers / Move Node

Move Node Type: moveNode This handler moves nodes that are part of a workflow's payload to a target container. The target container can be identified either by a node ID or a node path. The config for this handler is as follows: { "targetNodeId": "", "targetOffsetPath": "" } If targetOffsetPath is specified, then targetNodeId is the root node to calculate the offset against. If targetNodeId is not provided, the default repository root is used. Here is an exa

Score: 4.354796

Gitana / 3.2 / Guide / Guide / Actions / Unzip Node

Unzip Node ID: unzipNode Unzips an attachment from a node into a target folder. { "title": "Unzip Node", "properties": { "repositoryId": { "title": "Repository ID of node with ZIP attachment", "type": "string" }, "branchId": { "title": "Branch ID of node with ZIP attachment", "type": "string" }, "nodeId": { "title": "ID of node with ZIP attachment", "type": "string" },

Score: 4.3496594

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

Unzip Node ID: unzipNode Unzips an attachment from a node into a target folder. { "title": "Unzip Node", "properties": { "repositoryId": { "title": "Repository ID of node with ZIP attachment", "type": "string" }, "branchId": { "title": "Branch ID of node with ZIP attachment", "type": "string" }, "nodeId": { "title": "ID of node with ZIP attachment", "type": "string" },

Score: 4.3496594

Gitana / 3.2 / Guide / Guide / Actions / Sync Node

Sync Node ID: syncNode Syncs a node to a target location. If the node does not exist in the target location, it is created. If it is already created, it is updated. If the node was deleted or we are explicitly told to sync a delete operation, the node will be deleted at the target location. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source node. branchId text true The ID of the branch of the source node. nodeId text true The ID

Score: 4.3471985

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

Sync Node ID: syncNode Syncs a node to a target location. If the node does not exist in the target location, it is created. If it is already created, it is updated. If the node was deleted or we are explicitly told to sync a delete operation, the node will be deleted at the target location. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source node. branchId text true The ID of the branch of the source node. nodeId text true The ID

Score: 4.3471985

Gitana / 3.2 / Guide / Guide / Actions / Lock Node

Lock Node ID: lockNode Locks a node as the current user. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 4.3453393

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

Lock Node ID: lockNode Locks a node as the current user. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 4.3453393

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Copy Node

Copy Node Type: copyNode This handler copies nodes that are part of a workflow's payload to a target folder. The target folder can be identified either by a node ID or a node path. The config for this handler is as follows: { "targetNodeId": "", "targetOffsetPath": "" } If targetOffsetPath is specified, then targetNodeId is the root node to calculate the offset against. If targetNodeId is not provided, the default repository root is used. Here is an example

Score: 4.3438807

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers / Copy Node

Copy Node Type: copyNode This handler copies nodes that are part of a workflow's payload to a target folder. The target folder can be identified either by a node ID or a node path. The config for this handler is as follows: { "targetNodeId": "", "targetOffsetPath": "" } If targetOffsetPath is specified, then targetNodeId is the root node to calculate the offset against. If targetNodeId is not provided, the default repository root is used. Here is an example

Score: 4.3438807

Gitana / 3.2 / Guide / Guide / Actions / Unlock Node

Unlock Node ID: unlockNode Unlocks a node as the current user. The current user must have the lock or the current user must have authorities to remove the lock. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 4.339347

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

Unlock Node ID: unlockNode Unlocks a node as the current user. The current user must have the lock or the current user must have authorities to remove the lock. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 4.339347

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: 4.335226

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: 4.335226

Gitana / 3.2 / Guide / Guide / Actions / Deploy Node

Deploy Node ID: deployNode Deploys or undeploys a node using the deployment system. { "title": "Deploy Node", "properties": { "deploymentStrategyId": { "type": "string", "title": "Deployment Strategy ID" }, "operation": { "type": "string", "title": "Operation", "enum": ["DEPLOY", "UNDEPLOY"] } } } Where: deploymentStrategyId is the ID of the deployment strategy to use operation indicates whet

Score: 4.3056393

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

Deploy Node ID: deployNode Deploys or undeploys a node using the deployment system. { "title": "Deploy Node", "properties": { "deploymentStrategyId": { "type": "string", "title": "Deployment Strategy ID" }, "operation": { "type": "string", "title": "Operation", "enum": ["DEPLOY", "UNDEPLOY"] } } } Where: deploymentStrategyId is the ID of the deployment strategy to use operation indicates whet

Score: 4.3056393