Found 717 results for "api datatypes node"
The search executed in 0.002567169 seconds. That's fast.
Gitana / 3.2 / Guide / Guide / Applications / Public Services / Forgot Username FlowForgot Username Flow Registered users for your application may forget their username and lose the ability to log in to your app. Cloud CMS provides a "forgot username" flow that you can use to provide a way for end users to securely retrieve their username using their registered email address. On this page, we cover a public convenience method that applications can use to easily provide this functionality without having to through the most robust Cloud CMS object-level APIs. If you're interested
Score: 1.061321
|
|
Gitana / 3.2 / Guide / Guide / ReportsReports All of the objects that you place into Cloud CMS can be operated against to produce exports that consist of consolidated or reported information. You can use this capability to generate reports in CSV (comma-separated value) format as well as merged PDFs and ZIP archives. Exports are generated from collections of objects. These objects might be collected by hand or they might consist of results sets from a document list, search page or report record set. The Cloud CMS user interface prov
Score: 1.0589892
|
|
Gitana / 4.0 / Data Engine / Nodes / ReportsReports All of the objects that you place into Cloud CMS can be operated against to produce exports that consist of consolidated or reported information. You can use this capability to generate reports in CSV (comma-separated value) format as well as merged PDFs and ZIP archives. Exports are generated from collections of objects. These objects might be collected by hand or they might consist of results sets from a document list, search page or report record set. The Cloud CMS user interface prov
Score: 1.0589892
|
|
Pricing: Free Options - GitanaPricing: Free Options - 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 services to enhance
Score: 1.0580657
|
|
Gitana / 3.2 / Guide / Guide / Conditions / Property ChangedProperty Changed The propertyChanged condition tests whether a property on a node changed its value in a prescribed way. You can use this condition to test if a node property changed at all, from a specific value or to a specific value (or both). JSON Schema { "title": "Property Changed", "properties": { "property": { "type": "string", "title": "Property Name", "required": true }, "oldValue": { "type": "string",
Score: 1.0531591
|
|
Gitana / 4.0 / Data Engine / Behaviors / Conditions / Property ChangedProperty Changed The propertyChanged condition tests whether a property on a node changed its value in a prescribed way. You can use this condition to test if a node property changed at all, from a specific value or to a specific value (or both). JSON Schema { "title": "Property Changed", "properties": { "property": { "type": "string", "title": "Property Name", "required": true }, "oldValue": { "type": "string",
Score: 1.0531591
|
|
Gitana / 3.2 / Guide / Guide / Deployment / Deployment ReceiversDeployment Receivers A Deployment Receiver acts as an endpoint for local and remote Deployment Handlers that seek to ship their Deployment Packages to a destination. These are frequently used to move content between data centers or across different parts of the world to solve for latency issues (or to simply move content to the correct side of a DMZ for security reasons or runtime-performance reasons). Cloud CMS lets you create Deployment Receivers from within its user interface. You can create
Score: 1.0526844
|
|
Gitana / 4.0 / Data Engine / Deployment / Deployment ReceiversDeployment Receivers A Deployment Receiver acts as an endpoint for local and remote Deployment Handlers that seek to ship their Deployment Packages to a destination. These are frequently used to move content between data centers or across different parts of the world to solve for latency issues (or to simply move content to the correct side of a DMZ for security reasons or runtime-performance reasons). Cloud CMS lets you create Deployment Receivers from within its user interface. You can create
Score: 1.0526844
|
|
Gitana / 3.2 / Guide / Guide / Application Server / Services / Driver ConfigDriver Config Service that connects to the Cloud CMS API to authenticate on behalf of a logged in user. A driver config cache is retained for efficiency as well as to assist with automatic re-acquisition of access tokens when they expire. The gitanaConfig variable is appended to the req object once this service completes. Configuration { "driverConfig": { "enabled": true } }
Score: 1.0523269
|
|
Gitana / 4.0 / Developers / Application Server / Services / Driver ConfigDriver Config Service that connects to the Cloud CMS API to authenticate on behalf of a logged in user. A driver config cache is retained for efficiency as well as to assist with automatic re-acquisition of access tokens when they expire. The gitanaConfig variable is appended to the req object once this service completes. Configuration { "driverConfig": { "enabled": true } }
Score: 1.0523269
|
|
Gitana / 3.2 / Guide / Guide / Features / RenditionRendition QName: f:rendition Applied to a node to indicate that its existence is the result of having been rendered automatically from the contents of another node (one that has the f:renditionable feature). Configuration Rendition Example { "title": "Web Page Article", "_features": { "f:rendition": { } } }
Score: 1.04993
|
|
Gitana / 4.0 / Data Engine / Aspects / RenditionRendition QName: f:rendition Applied to a node to indicate that its existence is the result of having been rendered automatically from the contents of another node (one that has the f:renditionable feature). Configuration Rendition Example { "title": "Web Page Article", "_features": { "f:rendition": { } } }
Score: 1.04993
|
|
Gitana / 3.2 / Guide / Guide / Conditions / OrOr The or condition tests whether at least one of multiple sub-conditions are true. This joins the sub-conditions together in a logical OR. JSON Schema { "title": "Or", "properties": { "conditions": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "config": { "type": "object
Score: 1.049188
|
|
Gitana / 4.0 / Data Engine / Behaviors / Conditions / OrOr The or condition tests whether at least one of multiple sub-conditions are true. This joins the sub-conditions together in a logical OR. JSON Schema { "title": "Or", "properties": { "conditions": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string" }, "config": { "type": "object
Score: 1.049188
|
|
Cloud CMS Performance MeasurementPerformance issues may be outside of Cloud CMS such as being related to firewalls or corporate proxies. One strategy for determining this is to run an ab test to gather timings from your computer to https://api.cloudcms.com or to the user interface server. This gives you a good approximation of where penalties are being paid and you'd expect to see ~70-100ms latency which we consider nominal. Another thing to try is to run a connection test from the command line on the box that you're browsing f
Score: 1.0420845
|
|
Gitana / 4.0 / Data Engine / Platform / Applications / Public Services / Forgot Username FlowForgot Username Flow Registered users for your application may forget their username and lose the ability to log in to your app. Cloud CMS provides a "forgot username" flow that you can use to provide a way for end users to securely retrieve their username using their registered email address. On this page, we cover a public convenience method that applications can use to easily provide this functionality without having to through the most robust Cloud CMS object-level APIs. If you're interested
Score: 1.0419449
|
|
Gitana / 3.2 / Guide / Guide / Scripting / Workflow TransitionWorkflow Transition Properties Name Type Description fromNodeId string The ID of the workflow model node from which this transition originates. id string The ID of this workflow transition. toNodeId string The ID of the workflow model node to which this transition leads. Methods There are no methods for this class.
Score: 1.0409871
|
|
Workflow TransitionWorkflow Transition Properties Name Type Description fromNodeId string The ID of the workflow model node from which this transition originates. id string The ID of this workflow transition. toNodeId string The ID of the workflow model node to which this transition leads. Methods There are no methods for this class.
Score: 1.0409871
|
|
Gitana / 3.2 / Guide / Guide / Features / Inline LinksInline Links QName: f:inline-links Adds support for automatic text parsing and discovery and tracking of linked references within text-based markup (referred to here as "inline links"). When this feature is present on a node, any persistence operations (such as create or update) will run some additional logic over your text fields. If text is discovered, it is potentially parsed and the discovered contents of the text are inspected for inline links. If your text fields contain HTML, the HTML is
Score: 1.0372458
|
|
Gitana / 4.0 / Data Engine / Aspects / Inline LinksInline Links QName: f:inline-links Adds support for automatic text parsing and discovery and tracking of linked references within text-based markup (referred to here as "inline links"). When this feature is present on a node, any persistence operations (such as create or update) will run some additional logic over your text fields. If text is discovered, it is potentially parsed and the discovered contents of the text are inspected for inline links. If your text fields contain HTML, the HTML is
Score: 1.0372458
|
|
How do I...Sometimes you want to do the following... asd asd asd In Cloud CMS, the best way is to... For example, you might have some JSON like this: asdasd Or make an API call like this: asdasd You also might have an image in the page: John McClane would know what to do It is important to remember three things: Don't worry Be happy Man One last thing to consider.. Enjoy
Score: 1.0344454
|
|
Gitana / 3.2 / Guide / Guide / Features / Deployment ConfigDeployment Config QName: f:deployment-config The Deployment Config feature lets you describe settings that should be considered by one or more Deployment Handlers during deployment. These settings may describe things such as a mappings of deployed content to file system paths. When a node is deployed, if it has the f:deployment-config feature on it, then that feature may instruct the Deployment Handler about how to deploy. Configuration The f:deployment-config feature is utilized by the followin
Score: 1.0341481
|
|
Gitana / 4.0 / Data Engine / Aspects / Deployment ConfigDeployment Config QName: f:deployment-config The Deployment Config feature lets you describe settings that should be considered by one or more Deployment Handlers during deployment. These settings may describe things such as a mappings of deployed content to file system paths. When a node is deployed, if it has the f:deployment-config feature on it, then that feature may instruct the Deployment Handler about how to deploy. Configuration The f:deployment-config feature is utilized by the followin
Score: 1.0341481
|
|
Gitana / 3.2 / Guide / Guide / Features / Knowledge RecipientKnowledge Recipient QName: f:knowledge-recipient Used internally to identify that a node has received one or more knowledge properties from a source Knowledge Space. These properties exist on the JSON but may have their values overwritten at any time. The indicated properties are not "mastered" on this node but rather receive their values from elsewhere. Any node that is marked as a f:knowledge-recipient will have at least one a:shares-knowledge association binding it back to the source of the p
Score: 1.0311369
|
|
Gitana / 4.0 / Data Engine / Aspects / Knowledge RecipientKnowledge Recipient QName: f:knowledge-recipient Used internally to identify that a node has received one or more knowledge properties from a source Knowledge Space. These properties exist on the JSON but may have their values overwritten at any time. The indicated properties are not "mastered" on this node but rather receive their values from elsewhere. Any node that is marked as a f:knowledge-recipient will have at least one a:shares-knowledge association binding it back to the source of the p
Score: 1.0311369
|