Found 453 results for "access-policies conditions property"

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

Gitana / 3.2 / Guide / Guide / Features / Rates

Rates QName: f:rates Applied to an association to indicate that the target node contains a property with a rating value that should be used to aggregate (increment or decrement) rating statistics on the source. This feature automatically computes rating statistics on the source node for the property indicated on the target node. The following statistics are aggregated on the source node: { "_statistics": { "ratingTotalCount": , "ratingTotalValue": , "r

Score: 1.2552384

Gitana / 4.0 / Data Engine / Aspects / Rates

Rates QName: f:rates Applied to an association to indicate that the target node contains a property with a rating value that should be used to aggregate (increment or decrement) rating statistics on the source. This feature automatically computes rating statistics on the source node for the property indicated on the target node. The following statistics are aggregated on the source node: { "_statistics": { "ratingTotalCount": , "ratingTotalValue": , "r

Score: 1.2552384

Using the JavaScript driver to run an elasticsearch query

The Cloud CMS REST API allows for elasticsearch queries against a branch. The API endpoint is POST /repositories/{repositoryId}/branches/{branchId}/nodes/search The payload is a JSON object containing a top-level property called "search" which wraps the elasticsearch DSL query. The JavaScript driver exposes this call on the Branch object using the searchNodes() methods. Examples: 1) Search for nodes containing the keyword "hello" in any property: req.branch(function (err, branch) { branch.trap(f

Score: 1.2325382

Gitana / 4.0 / Forms / Fields / Integer Field

Integer Field The integer field. Properties Title Integer Description Image Field Type integer Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attributes that will be added as DOM attri

Score: 1.2309718

Gitana / 3.2 / Guide / Guide / Features / Precompile

Precompile QName: f:precompile Marks a node as having zero or more text properties that contain markdown or templated text that should be compiled (or transformed) when the document is saved. This transformation should occur when the source property is modified and the result should be stored on a new property that will store the compiled text. Suppose you have a property on a node called text. It is a Markdown field where your editors make changes to text stored in the markdown format. When the

Score: 1.2290193

Gitana / 4.0 / Data Engine / Aspects / Precompile

Precompile QName: f:precompile Marks a node as having zero or more text properties that contain markdown or templated text that should be compiled (or transformed) when the document is saved. This transformation should occur when the source property is modified and the result should be stored on a new property that will store the compiled text. Suppose you have a property on a node called text. It is a Markdown field where your editors make changes to text stored in the markdown format. When the

Score: 1.2290193

Gitana / 3.2 / Guide / Guide / Docker / Container Services / Kubernetes

Kubernetes Kubernetes, also known as K8s, is an open-source system for automating the deployment, scaling, and management of containerized applications. Kubernetes is open-source and adaptable to a number of cloud providers including Amazon, Google, Azure and others. It allows you to express your infrastructure configuration in such a way as to take advantage of on-premises and a diversity of hybrid and public cloud infrastructures. For information on Kubernetes, please visit https://kubernetes.

Score: 1.2215909

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Set Properties

Set Properties Type: setProperties This handler lets you set properties onto the items that are part of your workflow's payload. The config for this handler is as follows: { "properties": [{ "name": "", "value": }] } If a non-null value is provided, it is added to the workflow payload item and the item is saved. If the value is set to null, the property will be removed. Here is an example where we update the workflow state to "approved". Concurrent

Score: 1.2214282

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers / Set Properties

Set Properties Type: setProperties This handler lets you set properties onto the items that are part of your workflow's payload. The config for this handler is as follows: { "properties": [{ "name": "", "value": }] } If a non-null value is provided, it is added to the workflow payload item and the item is saved. If the value is set to null, the property will be removed. Here is an example where we update the workflow state to "approved". Concurrent

Score: 1.2214282

Gitana / 4.0 / Forms / API / Dependencies

Dependencies JSON Schema provides support for dependencies as a means for describing dependencies between fields. Using dependencies, you can establish that property2 should be supplied when property1 is supplied. Alpaca supports both JSON Schema v3 and v4 syntax for declaring dependencies. We recommend using JSON Schema v4 syntax. In JSON Schema v4, a single dependencies block within the container object stores key/values which consist of the ID of the property (key) and an array of property ID

Score: 1.2194536

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

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

Gitana / 3.2 / Guide / Guide / Application Server / Tags / @processTemplate

@processTemplate Processes an arbitrary template contained on a node's attachment or property. Syntax {@processTemplate node="" attachment="" property=""/}

Score: 1.2152098

Gitana / 4.0 / Developers / Application Server / Tags / @processTemplate

@processTemplate Processes an arbitrary template contained on a node's attachment or property. Syntax {@processTemplate node="" attachment="" property=""/}

Score: 1.2152098

Gitana / 4.0 / Forms / Fields / Hidden Field

Hidden Field The hidden field. Properties Title Hidden Description Field for a hidden HTML input Field Type hidden Base Field Type control Schema Property Type Default Description enum array List of specific values for this property Options Property Type Default Description name string Field Name. sort function Defines an f(a,b) sort function for the array of enumerated values [{text, value}]. This is used to sort enum and optionLabels as well as results that come back from any data sources (for

Score: 1.210087

Gitana / 3.2 / Guide / Guide / Features / Extractable

Extractable QName: f:extractable Indicates that a node should have metadata properties extracted from its primary binary attachment. When applied to a node, Cloud CMS will look at the attachment's MIME type and consider the binary object as a potential source of metadata properties that should be extracted and set onto the JSON of the document ahead of write. This capability is triggered at write time whenever the binary attachment is updated. It does not necessarily indicate that the JSON docum

Score: 1.2081488

Gitana / 4.0 / Data Engine / Aspects / Extractable

Extractable QName: f:extractable Indicates that a node should have metadata properties extracted from its primary binary attachment. When applied to a node, Cloud CMS will look at the attachment's MIME type and consider the binary object as a potential source of metadata properties that should be extracted and set onto the JSON of the document ahead of write. This capability is triggered at write time whenever the binary attachment is updated. It does not necessarily indicate that the JSON docum

Score: 1.2081488

Gitana / 3.2 / Guide / Guide / Features / Knowledge Space

Knowledge Space QName: f:knowledge-space Used to indicate that a node should behave as a Knowledge Space. A Knowledge Space has zero or more knowledge properties. A knowledge property is a regular old property on your JSON object that is special in that its value may propagate to other nodes automatically. A Knowledge Space is holds the "master value" for those knowledge properties. When those properties change, their new values are pushed to any other nodes that are sharing the knowledge from t

Score: 1.2073754

Gitana / 4.0 / Data Engine / Aspects / Knowledge Space

Knowledge Space QName: f:knowledge-space Used to indicate that a node should behave as a Knowledge Space. A Knowledge Space has zero or more knowledge properties. A knowledge property is a regular old property on your JSON object that is special in that its value may propagate to other nodes automatically. A Knowledge Space is holds the "master value" for those knowledge properties. When those properties change, their new values are pushed to any other nodes that are sharing the knowledge from t

Score: 1.2073754

Gitana / 4.0 / Forms / Fields / Any Field

Any Field The any field. Properties Title Any Description Any field. Field Type any Base Field Type control Schema Property Type Default Description enum array List of specific values for this property Options Property Type Default Description name string Field Name. showMapOnLoad boolean sort function Defines an f(a,b) sort function for the array of enumerated values [{text, value}]. This is used to sort enum and optionLabels as well as results that come back from any data sources (for select a

Score: 1.1989546

Gitana / 3.2 / Guide / Guide / Docker / Configuration / API Server

API Server The Cloud CMS API Server is a Java application that launches inside of a Java Servlet Container. The Java application surfaces a REST API as well as backend services and DAOs to support connectivity to Mongo DB, Elastic Search and a slew of Amazon services including S3, SNS, SQS, Route 53, Cloud Front and more. Properties File Cloud CMS is primarily configured via a properties file that is auto-detected and loaded when the underlying Spring Framework starts up. This properties file is

Score: 1.1963313

Gitana / 3.2 / Guide / Guide / Cookbooks / Scripting Cookbook

Scripting Cookbook Getting Started To get started with Server-Side Scripting, please visit the Server Side Scripting page. Code Samples Here are some code samples of common data structures to help you get started. Increment a Property With this example, we want to keep track of a counter that tracks the number of updates made to a node. After a node is created, if the user clicks update ten times, we want to have a counter on the node that indicates it has been updated ten times. This script sho

Score: 1.1873356

Gitana / 4.0 / Developers / Cookbooks / Scripting Cookbook

Scripting Cookbook Getting Started To get started with Server-Side Scripting, please visit the Server Side Scripting page. Code Samples Here are some code samples of common data structures to help you get started. Increment a Property With this example, we want to keep track of a counter that tracks the number of updates made to a node. After a node is created, if the user clicks update ten times, we want to have a counter on the node that indicates it has been updated ten times. This script sho

Score: 1.1873356

Gitana / 4.0 / Forms / Fields / Address Field

Address Field The address field. Properties Title Address Description Standard US Address with Street, City, State and Zip. Also comes with support for Google map. Field Type address Base Field Type control Schema Property Type Default Description enum array List of specific values for this property Options Property Type Default Description name string Field Name. showMapOnLoad boolean sort function Defines an f(a,b) sort function for the array of enumerated values [{text, value}]. This is used

Score: 1.1826347

Gitana / 4.0 / Forms / Fields / Email Field

Email Field The email field. Properties Title Email Description Email Field Type email Base Field Type text Schema Property Type Default Description allowOptionalEmpty Allows this non-required field to validate when the value is empty autocomplete string Allows you to specify the autocomplete attribute for the underlying input control whether or not field should have autocomplete enabled. data object Allows you to specify a key/value map of data attributes that will be added as DOM attribuets fo

Score: 1.1684647