Found 492 results for "gitana 4.0 engine security access-policies conditions feature"
The search executed in 0.003270515 seconds. That's fast.
![]() |
Gitana 4.0 / Forms / API / TemplatesDiscover Alpaca's advanced templating with custom views, layouts, and wizard options for dynamic form rendering and field overrides.
Score: 1.8236144
|
![]() |
Gitana 4.0 / DevelopersExplore comprehensive guides for integrating Gitana using drivers, frameworks, custom UI, and server extensions in multiple programming languages.
Score: 1.8009462
|
![]() |
Definitions for Date formatOur definitions are based on JSON schema and, as such, the default is to use strings for dates. The date controls in our forms engine let you customize the format string so that you can store ISO 8601 or other formats (perhaps simplified formats) as per your preference. The advantage here is simplicity with these controls and compatibility with JSON schema. The disadvantage is that MongoDB provides a lot of very powerful capabilities for range query and sorting that do not play as nicely with th
Score: 1.8003877
|
![]() |
Gitana 4.0 / Self Managed / Containers / API ServerOptimize your API server configuration with Cloud CMS. Launch a Java app with REST API support for MongoDB, ElasticSearch, and Amazon services like S3, SNS, SQS, and more.
Score: 1.7972693
|
![]() |
Gitana 4.0 / Developers / Frameworks / AngularJSConnect Gitana content to your Angular app easily. Follow step-by-step instructions to set up API Keys and kickstart your project with sample code.
Score: 1.788183
|
![]() |
Is there a programmatic way to add more content to workflows?There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor
Score: 1.7695855
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / document-actionsEfficiently manage documents with multilingual, lock, or attachment features, allowing actions like lock, unlock, update, or download in the admin console.
Score: 1.7679234
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / document-actionsEfficiently manage documents with multilingual, lock, or attachment features, allowing actions like lock, unlock, update, or download in the admin console.
Score: 1.7679234
|
![]() |
Gitana 4.0 / Reference / Types / Access PolicyExplore our Access Policy guide to learn about creating, updating, and managing policies within the Gitana platform, complete with examples and schema details.
Score: 1.7592796
|
![]() |
Gitana 3.2 / Guide / Guide / Deployment / Deployment MappingsOptimize your file deployment from Cloud CMS using S3, FTP, and file system handlers. Customize with f:deployment-config for precise content mapping.
Score: 1.743267
|
![]() |
Gitana 4.0 / Content Engine / Deployment / Deployment MappingsOptimize your content deployment with Cloud CMS using S3, FTP, and File System Handlers for precise file system mappings and strategies.
Score: 1.743267
|
![]() |
Gitana 3.2 / Guide / Guide / User Interface / Embed Media In CKEditor / Advanced Usages / Extend Media TypesLearn how to add custom media types to CloudCMS, including Youtube and Vimeo, with code examples and detailed steps.
Score: 1.7398195
|
![]() |
Gitana 4.0 / User Interface / Embedded Media / Advanced Usages / Extend Media TypesLearn how to extend media types on CloudCMS beyond Youtube and Vimeo with this tutorial. Code involved!
Score: 1.7398195
|
![]() |
Create a RoleCloud CMS lets you create custom roles for your organization. A role provides a mechanism for setting up security and access rights to your content. Roles also play an important part in customizing the user interface. Cloud CMS comes with several roles out of the box. You can also create your own at any time. To create and modify roles, you must be logged in as a manager or an administrator of your platform. Here are the steps to follow: Log into Cloud CMS and either create a project or navigate
Score: 1.7389302
|
![]() |
Limiting Folder Access to Specific UsersWhen you create a Project in Cloud CMS, the Project is automatically configured with a Project Users team that grants the Consumer role to any project members. As a result, any members of the Project will have the ability to see all content within the Project. For many, this works just fine. However, there may be cases where you want to limit certain Folders to only be accessible by specific Users. Let's walk through some steps on how to do this. Change the Project Users team security policy Fir
Score: 1.7332369
|
![]() |
Gitana 4.0 / Content Engine / Services / NarrationConvert text to audio effortlessly with Cloud CMS's auto-narration feature, synchronizing changes and generating narration in the background.
Score: 1.72137
|
![]() |
Gitana 4.0 / Content Engine / Services / TranscriptionTransform audio files into searchable text with automatic transcription via Cloud CMS, syncing changes and enhancing search capabilities.
Score: 1.7090969
|
![]() |
Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / regionsOptimize your document browsing experience with project-based features and seamless knowledge integration.
Score: 1.7055182
|
![]() |
Gitana 4.0 / Developers / User Interface Customization / Contexts / regionsOptimize your document browsing experience with project-based features and seamless knowledge integration.
Score: 1.7055182
|
![]() |
Gitana 3.2 / Guide / Guide / Integrations / Amazon Web Services / Amazon ComprehendOptimize your content analysis with Amazon Comprehend, using NLP to detect language, sentiment, and key phrases for insightful data integration.
Score: 1.7014647
|
![]() |
Gitana 4.0 / Content Engine / Integrations / Amazon Web Services / Amazon ComprehendExplore Amazon Comprehend's NLP abilities for entity detection, sentiment, language, and key phrases. Seamlessly integrate with Cloud CMS for enhanced insights.
Score: 1.7014647
|
![]() |
Gitana 3.2 / Guide / Guide / API / StatisticsOptimize your Cloud CMS with customizable node statistics, enabling detailed data aggregation and insights through JSON associations and server-side rules.
Score: 1.693572
|
![]() |
Gitana 3.2 / Guide / Guide / DockerOptimize your Cloud CMS deployment with Docker, offering flexible development and production setups on-premise or via virtual private clouds.
Score: 1.6868185
|
![]() |
Managing a large number of PDFs or imagesIn Cloud CMS everything is a node. A node has JSON properties and could also have binary attachments. What you would call a "file" is a node with properties describing it's folder location and a "default" attachment holding the payload (PDF file, image, MSWord doc, etc). Typically, for large number of PDFs, images, etc, we suggest individual nodes with a single attachment each (which is the PDF, image, etc). We have many customers who use Cloud CMS in this way and it essentially works like a doc
Score: 1.6831939
|
![]() |
Recommended Cloud CMS architectureIn 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: 1.6773206
|