Found 485 results for "api datatypes repository"
The search executed in 0.002005506 seconds. That's fast.
![]() |
Gitana 3.2 / Guide / Guide / Bulk Import / XMLEasily import XML data into Cloud CMS with the Bulk Import tool. Ideal for converting legacy databases and managing content efficiently.
Score: 1.1291862
|
![]() |
Gitana 3.2 / Guide / Guide / Scripting / WorkflowExplore our comprehensive workflow instance guide featuring properties like context, state, time, and associated methods like getSwimlanePrincipalIds and stringify.
Score: 1.1291862
|
![]() |
Gitana 4.0 / Content Engine / Bulk Import / XMLEffortlessly import XML content into Cloud CMS with the Bulk Import tool; ideal for managing expansive datasets like global soccer leagues.
Score: 1.1291862
|
![]() |
WorkflowExplore our comprehensive workflow instance guide featuring properties like context, state, time, and associated methods like getSwimlanePrincipalIds and stringify.
Score: 1.1291862
|
![]() |
Gitana 4.0 / Self Managed / ContainersExplore configuration guides for Antivirus, API, and UI servers in Gitana's self-managed containers documentation.
Score: 1.1244454
|
![]() |
Gitana 3.2 / Guide / Guide / Docker / ConfigurationExplore configuration guides for Docker components including antivirus, API, encryption, support, and UI server.
Score: 1.119749
|
![]() |
OAuth2, Clients and Authentication GrantsOne of the things that I really like about our approach to server authorization is that we’ve elected to get completely behind the OAuth2 specification. Cloud CMS provides support for all of the OAuth2 flows. We provide an authorization and resource server so that you can separate concerns and perform the full three-legged “auth code” flow. Or you can simplify things and use something like a “password” or “implicit” flow depending on the security environment of your application. For environments
Score: 1.1139233
|
![]() |
Pricing: Hosted Options - GitanaPricing: Hosted Options - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and curate
Score: 1.1135082
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Services / DusterOptimize your web development process with Duster, a powerful service using LinkedIn Dust.js for efficient template rendering and automatic cache management.
Score: 1.1083441
|
![]() |
Gitana 4.0 / Developers / Application Server / Services / DusterOptimize your web rendering with Duster Service using Dust.js for dynamic HTML and JSON outputs. Boost performance with seamless fragment caching.
Score: 1.1083441
|
![]() |
CEM - shuffling deck chairs on the titanicGoing back 15 years, we’ve seen the core of providing websites shift across various types of “platforms” - from Web Content Management (WCM) to Enterprise Content Management (ECM) to Customer Experience Management (CEM). Every iteration involved another set of technologies, and associated migration headaches. Each expansion also consumed more and more of the resulting presentation tier. At first, this was mostly a good thing as no standard mechanisms existed to facilitate efforts. However, in th
Score: 1.1083441
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Services / FlowEffortlessly integrate UI wizards with our API, using JSON configurations for seamless browser-side applications.
Score: 1.1058922
|
![]() |
Gitana 4.0 / Developers / Application Server / Services / FlowEffortlessly integrate UI wizards with our API, using JSON configurations for seamless browser-side applications.
Score: 1.1058922
|
![]() |
Gitana 3.2 / Guide / Guide / Features / MultilingualEnhance multilingual content with Cloud CMS, providing seamless translation support for diverse locales in your web nodes.
Score: 1.0962586
|
![]() |
Gitana 4.0 / Content Engine / Aspects / MultilingualEnhance multilingual content with Cloud CMS, providing seamless translation support for diverse locales in your web nodes.
Score: 1.0962586
|
![]() |
Finding sanity by losing your headThere was a lot of chatter last year regarding a “headless” or “decoupled” CMS design. Zeitgeist, maybe… countermovement, definitely. Since their inception, every expansion of content management software along the continuum from managing basic websites to full-on digital experiences drove CMSes further and further into the application’s presentation tier. In parallel, we witnessed the maturity of frameworks such as Angular, Ember, and Ionic (just to name a few) - all pushing development out to t
Score: 1.0962586
|
![]() |
How do I retrieve the folder path for my content?In Cloud CMS, you may choose to associate nodes with folders. This allows the content to be worked with by editorial teams such that they can navigate to content within folders, move content between folders and generally organize their content as they wish. It also allows for content to be retrieved by path via the API, if you wish. Technically speaking, Cloud CMS does not require folders or paths. In fact, plenty of customers use Cloud CMS in such a way that they don't require folders at all. C
Score: 1.0950689
|
![]() |
Create Once, Publish Everywhere!One of the things that our customers love about Cloud CMS is that it lets them create content once and easily publish it to all of their mobile and web applications. It reduces the amount of work required to create fresh and interesting content and saves them time and money in the process. Our goal is straightforward. We want to provide all of the things that small business owners need on the backend to give their users a seamless experience in creating, editing and publishing content. With Clou
Score: 1.0950689
|
![]() |
Gitana 3.2 / Guide / Guide / Application Server / Services / Virtual DriverOptimize virtual driver settings for seamless API key retrieval for incoming tenants.
Score: 1.0923741
|
![]() |
Gitana 4.0 / Developers / Application Server / Services / Virtual DriverOptimize virtual driver settings for seamless API key retrieval for incoming tenants.
Score: 1.0923741
|
![]() |
Gitana 4.0 / Forms / APIExplore comprehensive API documentation including callbacks, functions, validation, and more for Gitana 4.0 forms. Ideal for developers and tech enthusiasts.
Score: 1.0894148
|
![]() |
Using the JavaScript driver to run an elasticsearch queryThe 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.0844339
|
![]() |
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.0844339
|
![]() |
Tree HierarchiesIn Cloud CMS, there are no hard and fast rules regarding association types between nodes. And so, when dealing with things like tree structures, you usually have to first make some assumptions about the kinds of relationships between nodes that you want to traverse. For arbitrary relationships and traversals around nodes, Cloud CMS provides traversal methods which are a bit more intensive to use. However, if you're using typical a:child relationships between nodes (which is what Cloud CMS uses f
Score: 1.0793929
|
![]() |
Pricing: Self Managed Options - GitanaPricing: Self Managed Options - Gitana Status Releases Registry Blog Cloud CMS Platform Platform Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Automation Automate your content creation and approval flows while taking advantage of AI services to enhance and
Score: 1.0793929
|