Found 1151 results for "access-policies conditions and"

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

Score: 0.29861534

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

Gitana / 3.2 / Guide / Guide / Forms / References

References Forms may use a $ref variable to pull in or include the configuration of another Cloud CMS form (or sub-section of a form). This capability is designed to be compatible with the use of $ref within JSON schema for pulling in alternate schemas or definitions. $ref within schemas Cloud CMS allows you to use the $ref variable within your schemas or definitions to pull in JSON schema blocks from other definitions on the same branch. This is typically done using a QName loader and generally

Score: 0.30222684

Gitana / 3.2 / Guide / Guide / Application Server / Services / Notifications

Notifications The Notifications service is responsible for receiving messages from the outside world. These are frequently transmitted via a message queue or broker and signal the cluster that it should take some action to update its state. This may include things like invalidating caches or re-syncing content. Essential Configuration { "notifications": { "enabled": , "log": "", "type": "", "configuration": { ...configuratio

Score: 0.30222684

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / create_document

create_document ID: create_document This brings up the Create Document wizard that guides the user through the process of creating a new document within a folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. Newly created content is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "create_document", actionContext, function(err) {

Score: 0.30222684

Gitana / 4.0 / Developers / Application Server / Services / Notifications

Notifications The Notifications service is responsible for receiving messages from the outside world. These are frequently transmitted via a message queue or broker and signal the cluster that it should take some action to update its state. This may include things like invalidating caches or re-syncing content. Essential Configuration { "notifications": { "enabled": , "log": "", "type": "", "configuration": { ...configuratio

Score: 0.30222684

Gitana / 4.0 / Developers / User Interface Customization / Actions / create_document

create_document ID: create_document This brings up the Create Document wizard that guides the user through the process of creating a new document within a folder. This wizard is aware of the currently viewed folder and the current user and derives its behavior based off of those contexts. Newly created content is created as a child of the current folder. Sample Code var UI = require("ui"); var actionContext = {}; UI.startAction(observableHolder, "create_document", actionContext, function(err) {

Score: 0.30222684

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

Gitana / 4.0 / Forms / CMS / References

References Forms may use a $ref variable to pull in or include the configuration of another Cloud CMS form (or sub-section of a form). This capability is designed to be compatible with the use of $ref within JSON schema for pulling in alternate schemas or definitions. $ref within schemas Cloud CMS allows you to use the $ref variable within your schemas or definitions to pull in JSON schema blocks from other definitions on the same branch. This is typically done using a QName loader and generally

Score: 0.30222684

Gitana / 4.0 / Forms / Fields / Object Field

Object Field The object field. Properties Title Object Description Object field for containing other fields Field Type object Base Field Type container Schema Property Type Default Description maxProperties number The maximum number of properties that this object is allowed to have minProperties number The minimum number of properties that this object is required to have properties object List of child properties. Options Property Type Default Description animate boolean true Up and down transit

Score: 0.30222684

Recommended Cloud CMS architecture

In general, we recommend a three-tier architecture (browser -> app server -> API) for any applications you build. This would be our recommendation whether you're using Cloud CMS or anyone else. There are a few good reasons: The browser is an insecure runtime. Exposing any API keys within the browser is a very big security hole. Even exposing credentials within the browser (such as within a cookie) for the sake of working around this is also not recommended since hackers can siphon off the creden

Score: 0.30222684

Query Performance

Application queries Application code which consumes Cloud CMS content typically runs query API calls. These queries can be optimized in the following ways: Request only the properties needed When an application requires only a few properties from a set of nodes you should use “_fields” to limit the properties returned. This can drastically reduce the size of the payload and therefore the response time. In this example, we only need “_doc”, “title” and “_type” so these are the only fields that wi

Score: 0.30222684

Gitana / 3.2 / Guide / Guide / Features / Titled

Titled QName: f:titled Indicates that a node should have the title and description JSON properties. Configuration Titled Example { "title": "My Article", "description": "Hello World", "_features": { "f:titled": { } } }

Score: 0.30211923

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-document-is-node

context-document-is-node If a Document is currently being observed and is a node (not an association). { "evaluator": "context-document-is-node" }

Score: 0.30211923

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-document-is-node

context-document-is-node If a Document is currently being observed and is a node (not an association). { "evaluator": "context-document-is-node" }

Score: 0.30211923

Gitana / 4.0 / Data Engine / Aspects / Titled

Titled QName: f:titled Indicates that a node should have the title and description JSON properties. Configuration Titled Example { "title": "My Article", "description": "Hello World", "_features": { "f:titled": { } } }

Score: 0.30211923

Gitana / 4.0 / Forms / Fields / Checkbox Field

Checkbox Field The checkbox field. Properties Title Checkbox Description Checkbox Field for boolean (true/false), string ('true', 'false' or comma-delimited string of values) or data array. Field Type checkbox Base Field Type list Schema Property Type Default Description enum array List of field value options Options Property Type Default Description dataSource string Data source for generating list of options. This can be a string or a function. If a string, it is considered to be a URI to a se

Score: 0.30180642

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-document-is-container

context-document-is-container If a Document is currently being observed and is a container (such as a folder). { "evaluator": "context-document-is-container" }

Score: 0.30166334

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-document-is-container

context-document-is-container If a Document is currently being observed and is a container (such as a folder). { "evaluator": "context-document-is-container" }

Score: 0.30166334

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

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

Gitana / 4.0 / Developers / 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 Gitana

Score: 0.29988262

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-document-is-multilingual

context-document-is-multilingual If a Document is currently being observed and is multilingual (meaning that it has the f:multilingual feature applied to it). { "evaluator": "context-document-is-multilingual" }

Score: 0.29940438

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-document-is-multilingual

context-document-is-multilingual If a Document is currently being observed and is multilingual (meaning that it has the f:multilingual feature applied to it). { "evaluator": "context-document-is-multilingual" }

Score: 0.29940438

Gitana / 3.2 / Guide / Guide / Bulk Import / Files

Files The Cloud CMS Bulk Import tool makes it easy to import content from a file system into a Cloud CMS content repository. Let's imagine that you have some images sitting in an images directory. You wish to ingest these into Cloud CMS as part of an Image Library application. The image directory might look like this: images\ chunio.jpg disney.jpg pavlov.jpg These images are just files on disk. They could be any file type, really. Cloud CMS can ingest files of any format including p

Score: 0.29861534

Gitana / 3.2 / Guide / Guide / Features / Translation

Translation QName: f:translation Indicates this node contains the translated content of a "master node". The master node is the original node. This feature is applied to the node which contains the translation. Note: This node will be pointed to from the master node via an a:has_translation association. The a:has_translation association contains the locale and edition as properties. Configuration

Property Type Default