Found 533 results for "policies node"
The search executed in 0.00245707 seconds. That's fast.
Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / Amazon S3 Deployment HandlerAmazon S3 Deployment Handler Handles the deployment of one or more Deployment Packages to an Amazon S3 bucket. The Amazon S3 bucket is described by: accessKey secretKey region bucketName And optionally: prefix The contents of the Deployment Packages will be deployed sequentially to the target location. If any of the content within the Deployment Packages fails to copy, it will simply be skipped. Other content objects will be allowed to proceed unabated. Configuration { "accessKey": "{a
Score: 0.90260345
|
|
Gitana / 4.0 / Data Engine / Deployment / Deployment Handlers / FTP Deployment HandlerFTP Deployment Handler Handles the deployment of one or more Deployment Packages to an SFTP or FTP server. The remote S/FTP server is described by a URL, username and password. The contents of the Deployment Packages will be deployed sequentially to the target location. If any of the content within the Deployment Packages fails to copy, it will simply be skipped. Other content objects will be allowed to proceed unabated. Configuration { "url": "{url}", "username": "{username}", "pass
Score: 0.90260345
|
|
Gitana / 4.0 / Data Engine / Deployment / Deployment Handlers / Amazon S3 Deployment HandlerAmazon S3 Deployment Handler Handles the deployment of one or more Deployment Packages to an Amazon S3 bucket. The Amazon S3 bucket is described by: accessKey secretKey region bucketName And optionally: prefix The contents of the Deployment Packages will be deployed sequentially to the target location. If any of the content within the Deployment Packages fails to copy, it will simply be skipped. Other content objects will be allowed to proceed unabated. Configuration { "accessKey": "{a
Score: 0.90260345
|
|
Gitana / 3.2 / Guide / Guide / NarrationNarration This section describes features that are coming in 4.0 With Narration in place, a content instance will automatically have the textual value of a source attachment or a source property sent to an audio processing service to be narrated. The narrated result converts the textual source to audio using text-to-speech. The resulting narration audio file stored back onto the content instance. Any content that you place into Cloud CMS will automatically detect the availability or modification
Score: 0.89431524
|
|
Gitana / 3.2 / Guide / Guide / Features / Auto RecognizeAuto Recognize This section describes features that are coming in 4.0 QName: f:auto-recognize With this feature in place, a content instance will automatically have its default binary attachment processed through recognition services to detect and discover meaning contained in the underlying image. The recognition process will detect the following kinds of elements: Faces Celebrities Labels Text Moderation Labels (bad language, adult content) To use this service, you will first need to set up a
Score: 0.89431524
|
|
Gitana / 4.0 / Data Engine / Aspects / Auto RecognizeAuto Recognize This section describes features that are coming in 4.0 QName: f:auto-recognize With this feature in place, a content instance will automatically have its default binary attachment processed through recognition services to detect and discover meaning contained in the underlying image. The recognition process will detect the following kinds of elements: Faces Celebrities Labels Text Moderation Labels (bad language, adult content) To use this service, you will first need to set up a
Score: 0.89431524
|
|
Gitana / 4.0 / Data Engine / Services / NarrationNarration This section describes features that are coming in 4.0 With Narration in place, a content instance will automatically have the textual value of a source attachment or a source property sent to an audio processing service to be narrated. The narrated result converts the textual source to audio using text-to-speech. The resulting narration audio file stored back onto the content instance. Any content that you place into Cloud CMS will automatically detect the availability or modification
Score: 0.89431524
|
|
Use Case: Digital Experiences / Retail - GitanaUse Case: Digital Experiences / Retail - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI ser
Score: 0.89419675
|
|
Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / File System Deployment HandlerFile System Deployment Handler Handles the deployment of one or more Deployment Packages to a file system. A file system is described by a local path on disk, such as: /www/files /data /Users/joesmith/files These paths, in turn, my describe mounts that are ephemeral or non-ephemeral (such as Amazon EBS mounted drives or shared network storage). The contents of the Deployment Packages will be deployed sequentially to the target location. If any of the content within the Deployment Packages fails
Score: 0.8920624
|
|
Gitana / 4.0 / Data Engine / Deployment / Deployment Handlers / File System Deployment HandlerFile System Deployment Handler Handles the deployment of one or more Deployment Packages to a file system. A file system is described by a local path on disk, such as: /www/files /data /Users/joesmith/files These paths, in turn, my describe mounts that are ephemeral or non-ephemeral (such as Amazon EBS mounted drives or shared network storage). The contents of the Deployment Packages will be deployed sequentially to the target location. If any of the content within the Deployment Packages fails
Score: 0.8920624
|
|
Gitana / 3.2 / Guide / Guide / FeaturesFeatures Features are aspect-oriented, cross-cutting concerns that can be applied to nodes. Once applied, they may introduce new behaviors and metadata to your content objects. You can use features to describe cross-cutting or aspect-oriented concerns that can be plugged onto your content nodes at any time. Features may participate in the inheritance tree of content types or they may be injected anywhere and at any point. There are a number of out-of-the-box features provided by Cloud CMS, inclu
Score: 0.8877935
|
|
Gitana / 4.0 / Data Engine / Aspects / OverviewFeatures Features are aspect-oriented, cross-cutting concerns that can be applied to nodes. Once applied, they may introduce new behaviors and metadata to your content objects. You can use features to describe cross-cutting or aspect-oriented concerns that can be plugged onto your content nodes at any time. Features may participate in the inheritance tree of content types or they may be injected anywhere and at any point. There are a number of out-of-the-box features provided by Cloud CMS, inclu
Score: 0.8877935
|
|
Gitana / 3.2 / Guide / Guide / Conditions / Type EqualsType Equals The typeEquals condition tests whether a node's type is equal to a given value. JSON Schema { "title": "Type Equals", "properties": { "type": { "type": "string", "title": "Type" } } } Example #1 Suppose you wanted to test whether a node is of type my:article. You could set up the condition like this: { "type": "typeEquals", "config": { "type": "my:article" } }
Score: 0.88537157
|
|
Gitana / 4.0 / Developers / Drivers / OverviewDrivers We offer driver libraries that you can drop into your new or existing web applications to make it very easy to interact with Cloud CMS. These drivers handle things like authentication state, concurrency and fast API calls over the wire. The following drivers are available: C# Go Java JavaScript / Node JavaScript (Legacy) PHP Python Ruby
Score: 0.88537157
|
|
Gitana / 4.0 / Data Engine / Behaviors / Conditions / Type EqualsType Equals The typeEquals condition tests whether a node's type is equal to a given value. JSON Schema { "title": "Type Equals", "properties": { "type": { "type": "string", "title": "Type" } } } Example #1 Suppose you wanted to test whether a node is of type my:article. You could set up the condition like this: { "type": "typeEquals", "config": { "type": "my:article" } }
Score: 0.88537157
|
|
Gitana / 3.2 / Guide / Guide / Application Server / Services / CacheCache The Cache Service is responsible for providing an application server cache that all processes, whether local or distributed, have access to for non-transactional caching. Objects stored in the cache are eventually available to other members of the cluster (if there are any), no matter whether running on the same server or on other servers in the cluster. Modes The Cloud CMS Application Server can run in one of three modes: single node cluster multiple nodes (on a single process) sticky-clu
Score: 0.88507044
|
|
Gitana / 4.0 / Developers / Application Server / Services / CacheCache The Cache Service is responsible for providing an application server cache that all processes, whether local or distributed, have access to for non-transactional caching. Objects stored in the cache are eventually available to other members of the cluster (if there are any), no matter whether running on the same server or on other servers in the cluster. Modes The Cloud CMS Application Server can run in one of three modes: single node cluster multiple nodes (on a single process) sticky-clu
Score: 0.88507044
|
|
Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers / IBM COS Deployment HandlerIBM COS Deployment Handler Handles the deployment of one or more Deployment Packages to an IBM Cloud Object Store (COS) bucket. The IBM Cloud Object Store bucket is described by: apiKey serviceInstanceId endpointUrl location bucketName And optionally: prefix The contents of the Deployment Packages will be deployed sequentially to the target location. If any of the content within the Deployment Packages fails to copy, it will simply be skipped. Other content objects will be allowed to proce
Score: 0.88176477
|
|
Gitana / 4.0 / Data Engine / Deployment / Deployment Handlers / IBM COS Deployment HandlerIBM COS Deployment Handler Handles the deployment of one or more Deployment Packages to an IBM Cloud Object Store (COS) bucket. The IBM Cloud Object Store bucket is described by: apiKey serviceInstanceId endpointUrl location bucketName And optionally: prefix The contents of the Deployment Packages will be deployed sequentially to the target location. If any of the content within the Deployment Packages fails to copy, it will simply be skipped. Other content objects will be allowed to proce
Score: 0.88176477
|
|
Node Lifecycle EventsFirst, you configure your tenant with the AWS credentials of an IAM user and a SNS topic ARN that you wish to publish notification events to. This can be on your own AWS account so that you can work with these notifications any way you'd like. The notifications are for a variety of node lifecycle events. The primary one is "node_invalidation" which happens whenever a node's state changes. It's an indication that anyone caching anything downstream might want to reconsider their cache state. In te
Score: 0.88176477
|
|
Gitana / 3.2 / Guide / Guide / Actions / Execute ScriptExecute Script ID: executeScript Executes a script attachment of a node. The configuration for this action is described using JSON Schema like this: { "script": "if (typeof(node.data.count) === 'undefined') { node.data.count = 0; }; node.data.count++;" } Property Required Default Description script yes String containing the script scriptMimetype no application/javascript String methodName no The method name of the script args no The arguments for the method in the script
Score: 0.8752269
|
|
Gitana / 3.2 / Guide / Guide / UI Developers Guide / Actions / assign_access_policyassign_access_policy ID: assign_access_policy Brings up a popup modal that lets the user select an access policy using an Access Policy Picker. The selected access policy is handed back on the callback. Sample Code var UI = require("ui"); var actionContext = {}; actionContext.ref = node.ref(); // "node://platformId/repositoryId/branchId/nodeId"; UI.startAction(observableHolder, "assign_access_policy", actionContext, function(err) { // if something went wrong, err will contain the error
Score: 0.8752269
|
|
Gitana / 4.0 / Developers / User Interface Customization / Actions / assign_access_policyassign_access_policy ID: assign_access_policy Brings up a popup modal that lets the user select an access policy using an Access Policy Picker. The selected access policy is handed back on the callback. Sample Code var UI = require("ui"); var actionContext = {}; actionContext.ref = node.ref(); // "node://platformId/repositoryId/branchId/nodeId"; UI.startAction(observableHolder, "assign_access_policy", actionContext, function(err) { // if something went wrong, err will contain the error
Score: 0.8752269
|
|
Gitana / 4.0 / Data Engine / Behaviors / Actions / Execute ScriptExecute Script ID: executeScript Executes a script attachment of a node. The configuration for this action is described using JSON Schema like this: { "script": "if (typeof(node.data.count) === 'undefined') { node.data.count = 0; }; node.data.count++;" } Property Required Default Description script yes String containing the script scriptMimetype no application/javascript String methodName no The method name of the script args no The arguments for the method in the script
Score: 0.8752269
|
|
Gitana / 3.2 / Guide / Guide / Features / Auto TranscribeAuto Transcribe This section describes features that are coming in 4.0 QName: f:auto-transcribe With this feature in place, a content instance will automatically have an audio attachment converted to text using speech-to-text conversion. The generated text will be stored back to an attachment named transcription (as a text/plain file). To use this service, you will first need to set up a Transcription Service. The service can either be configured as the default Transcription Service for your Pro
Score: 0.8717022
|