Found 597 results for "gitana 4.0 developers api resources application post-applications-applicationid-unlock"

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

Gitana 4.0 / Content Engine / Multifactor Authentication / Providers / Twilio Authy

Secure your Cloud CMS with Twilio Authy for Multifactor Authentication. Learn configuration details and API integration steps.

Score: 1.0342832

Gitana 4.0 / Content Engine / Platform / Antivirus Scanning

Enable advanced virus scanning for Cloud CMS content with our robust antivirus integration, ensuring secure data management across platforms.

Score: 1.0342832

Internationalization (I18N)

All of the content that you create within Cloud CMS supports localized translation. This is often referred to as internationalization (I18N) in the enterprise world. Cloud CMS has full support for localization so that any content you put into Cloud CMS supports multiple translation bundles. When content is retrieved from Cloud CMS, either through the APIs, the editorial interface or from your own applications, Cloud CMS respects the locale being requested and serves back a best-match fit for tha

Score: 1.033238

How can I reuse connections with the Java Driver?

The Cloud CMS Java Driver uses a thread local variable to store the authentication context it receives after connecting. This is perhaps unusual for folks who are coming from the JavaScript world but should be very familiar for anyone who works with common JavaScript frameworks such as Spring Framework or Spring Security. When the authentication completes, the Java Driver constructs a "Driver" object that it stores into a thread local variable using the following call: DriverContext.setDriver(dr

Score: 1.0291208

How to find the Repository ID for a Project?

There are a few ways to get the repository ID for a project. The easiest way is: log in to your tenant go to your Project add "/stack" to the url The "/stack" suffix will show you the members of the stack. If you then click on "workbench 'content' repository", you'll see the ID for the repository in the URL. Another way is to click on a document in your project and then click on "View in API". The URL that comes up will have the repository ID in it as well.

Score: 1.0270962

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / deployment-subcontext

Explore deployment subcontext in detail, featuring overview, properties, API keys, and Amazon SNS insights for effective project management.

Score: 1.0070314

Gitana 4.0 / Developers / User Interface Customization / Contexts / deployment-subcontext

Explore deployment subcontext in detail, featuring overview, properties, API keys, and Amazon SNS insights for effective project management.

Score: 1.0070314

Gitana 3.2 / Guide / Guide / Publishing

Manage your content lifecycle with Cloud CMS Publishing, featuring customizable workflows, lifecycle states, and multi-server deployment options.

Score: 0.9943316

Gitana 3.2 / Guide / Guide / Getting Started / Role-Based Editorial UI

Collaborate effortlessly with Cloud CMS's adaptive Editorial UI, offering role-based features for managers and contributors on any device.

Score: 0.9943316

Gitana 4.0 / Getting Started / Navigating the User Interface

Explore the Cloud CMS Editorial app, a responsive interface tailored for managers and contributors, supporting collaboration across devices.

Score: 0.9943316

Gitana 3.2 / Guide / Guide / Application Server / Authentication / Authenticators / Custom

Create a custom authenticator for your application server by extending the AbstractAuthenticator class. Follow step-by-step implementation guidance.

Score: 0.99158937

Gitana 4.0 / Developers / Application Server / Authentication / Authenticators / Custom

Create a custom authenticator for your application server by extending the AbstractAuthenticator class. Follow step-by-step implementation guidance.

Score: 0.99158937

Gitana 3.2 / Guide / Guide / Content Modeling / Default Paths

Create content paths easily with Cloud CMS. Use intuitive forms and dynamic templated variables for organized, SEO-friendly storage.

Score: 0.9846989

Gitana 4.0 / Content Engine / Content Models / Default Paths

Optimize your content organization with dynamic paths and templates in Cloud CMS. Save documents in intuitive, SEO-friendly directories.

Score: 0.9846989

Gitana 3.2 / Guide / Guide / Binary Files

Upload and manage binary files effortlessly with Cloud CMS. Enjoy automatic antivirus scanning, metadata extraction, and seamless storage solutions.

Score: 0.98081356

Gitana 4.0 / Content Engine / Platform / Binary Files

Upload and store binary files safely in Cloud CMS with auto antivirus scans, metadata extraction, thumbnails, and custom processing.

Score: 0.98081356

Gitana 3.2 / Guide / Guide / User Interface / Projects / Configure Search

Configure your Cloud CMS project search with custom filters and settings for a tailored search experience.

Score: 0.9755621

Gitana 4.0 / User Interface / Projects / Configure Search

Optimize project search settings on Cloud CMS with JSON configurations for enhanced UI and administration efficiency.

Score: 0.9755621

Gitana 3.2 / Guide / Guide / Features / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 0.96916544

Gitana 4.0 / Content Engine / Aspects / Locked

Learn about the node locking functionality with the f:locked QName to efficiently manage edit permissions and control access.

Score: 0.96916544

Pagination options

You can specify pagination options in an optional second argument to the queryNodes function, basically like this: Chain(branch).queryNodes({  "_type": "video:essentials"  }, {  "sort": {  "title": -1  },  "limit": 10,  "skip": 30  }).then(function() {  ...  }); In this example, the results will start at index 30 in the record set and will contain the next 10 entries. The record set is sorted by "title" in a descending order ahead of being returned. If pagination sort isn't provided, then the o

Score: 0.96916544

How to limit the fields that come back in a query

Query API calls like http://api.cloudcms.com/docs#!/node/post_repositories_repositoryId_branches_branchId_nodes_query support a parameter named _fields which defines an object specifying the node properties you want to include in the result set for matching nodes. For example in the following query I want the title, subTitle and slug fields returned: { "_type":"my:article", "_fields":{ "title":1, "subTitle":1, "slug":1 } } The result set would look something like the

Score: 0.96916544

Gitana 3.2 / Guide / Guide / Transfer

Easily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.

Score: 0.9659474

Gitana 4.0 / Content Engine / Transfer

Easily transfer, backup, and move data between Cloud CMS installations with a universal import-export facility, ensuring your data is portable and accessible.

Score: 0.9659474

Connecting via a Corporate Proxy

The Cloud CMS drivers support connectivity through a corporate proxy. The means of doing so are slightly different depending on which driver you're using. Node.js The Cloud CMS Node.js driver detects the following environment variable: HTTP_PROXY If this environment variable is specified, all API calls with be routed through the proxy server at that location. This proxy server may support either HTTP or HTTPS. For example, you may set the environment variable like this: HTTP_PROXY=http://127.0.0

Score: 0.9601397