Found 482 results for "access-policies conditions id"

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

Gitana / 4.0 / Forms / CMS / Fields / Attachment Picker

Attachment Picker ID: attachment-picker The attachment-picker field type renders a modal picker for an attachment. Definition configuration: { "type": "object", "_attachment": { "id": "default" } } Form configuration: { "type": "attachment-picker" } Options The following options may be specified for the control: Option Type Default Description picker.fileTypes array Array of allowable file extensions for upload (ex. `['png', 'jpg', pdf']`) picker.maxFileSize integer Max

Score: 1.2455155

Gitana / 4.0 / Forms / API / Lookups

Lookups Alpaca provides abstractions for forms, fields, connectors and other types so as to provide a consistent and easy-to-use interface. This interface lets you find other objects in the JSON structure and plug in function handlers that make decisions by drawing from values of other fields. Every field that renders fundamentally receives an ID. The ID is a dynamically assigned value of no particular significance other than that it is unique. Typically, it is something like alpaca123. Each fie

Score: 1.2351043

Gitana / 3.2 / Guide / Guide / Actions / Lock Node

Lock Node ID: lockNode Locks a node as the current user. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 1.2279906

Gitana / 4.0 / Data Engine / Behaviors / Actions / Lock Node

Lock Node ID: lockNode Locks a node as the current user. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 1.2279906

Gitana / 3.2 / Guide / Guide / Command Line / Modules Commands

Modules Commands The Cloud CMS command-line tool provides developers with a command-line driven mechanism that allows them to: register and unregister user interface modules deploy and undeploy user interface modules User Interface Modules are deployed from public Git repositories (such as GitHub) and consist of AMD JavaScript modules. These modules contain JavaScript, HTML, CSS, a JSON configuration file any additional client-side assets that may be used (such as images). For more information a

Score: 1.22695

Gitana / 4.0 / Developers / Command Line Interface / Modules Commands

Modules Commands The Cloud CMS command-line tool provides developers with a command-line driven mechanism that allows them to: register and unregister user interface modules deploy and undeploy user interface modules User Interface Modules are deployed from public Git repositories (such as GitHub) and consist of AMD JavaScript modules. These modules contain JavaScript, HTML, CSS, a JSON configuration file any additional client-side assets that may be used (such as images). For more information a

Score: 1.22695

Gitana / 3.2 / Guide / Guide / Templates / Workflow

Workflow Name: workflow Property Type Description id string The ID of the workflow instance modelId string The ID of the workflow model for this instance modelVersion number The version of the workflow model for this instance state string The state of the workflow - one of the following: NOT_STARTED, RUNNING, SUSPENDED, TERMINATED timeStarted calendar The time the workflow was started timeCompleted calendar The time the workflow was completed (if completed) context object Contextual variables be

Score: 1.2263615

Gitana / 4.0 / Data Engine / Templates / Workflow

Workflow Name: workflow Property Type Description id string The ID of the workflow instance modelId string The ID of the workflow model for this instance modelVersion number The version of the workflow model for this instance state string The state of the workflow - one of the following: NOT_STARTED, RUNNING, SUSPENDED, TERMINATED timeStarted calendar The time the workflow was started timeCompleted calendar The time the workflow was completed (if completed) context object Contextual variables be

Score: 1.2263615

Gitana / 3.2 / Guide / Guide / Templates / Workflow Transition

Workflow Transition Name: workflowTransition Property Description id The ID of the route that was fired fromNodeId The ID of the node from which the transition starts toNodeId The ID of the node to which the transition ends Example: The workflow is transitioning from node {{ transition.fromNodeId }} to node {{transition.toNodeId}} via route {{transition.id}}.

Score: 1.2257049

Gitana / 3.2 / Guide / Guide / Scripting / Workflow Transition

Workflow 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.2257049

Workflow Transition

Workflow 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.2257049

Gitana / 4.0 / Data Engine / Templates / Workflow Transition

Workflow Transition Name: workflowTransition Property Description id The ID of the route that was fired fromNodeId The ID of the node from which the transition starts toNodeId The ID of the node to which the transition ends Example: The workflow is transitioning from node {{ transition.fromNodeId }} to node {{transition.toNodeId}} via route {{transition.id}}.

Score: 1.2257049

Gitana / 3.2 / Guide / Guide / Actions / Capture Screenshot

Capture Screenshot ID: captureScreenshot Captures a screenshot and stores it as an attachment. { "title": "Capture Screenshot", "properties": { "url": { "type": "string", "title": "URL" }, "options": { "type": "object", "title": "Options", "properties": { "width": { "type": "number", "title": "Width" }, "height": {

Score: 1.2209666

Gitana / 4.0 / Data Engine / Behaviors / Actions / Capture Screenshot

Capture Screenshot ID: captureScreenshot Captures a screenshot and stores it as an attachment. { "title": "Capture Screenshot", "properties": { "url": { "type": "string", "title": "URL" }, "options": { "type": "object", "title": "Options", "properties": { "width": { "type": "number", "title": "Width" }, "height": {

Score: 1.2209666

Gitana / 3.2 / Guide / Guide / Actions / Unlock Node

Unlock Node ID: unlockNode Unlocks a node as the current user. The current user must have the lock or the current user must have authorities to remove the lock. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 1.2188985

Gitana / 4.0 / Data Engine / Behaviors / Actions / Unlock Node

Unlock Node ID: unlockNode Unlocks a node as the current user. The current user must have the lock or the current user must have authorities to remove the lock. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the node. branchId text true The ID of the branch of the node. nodeId text true The ID of the node.

Score: 1.2188985

Gitana / 3.2 / Guide / Guide / Actions / Copy Node

Copy Node ID: copyNode Makes a copy of a node and any of its owned children to a new location in the content graph. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source node. branchId text true The ID of the branch of the source node. nodeId text true The ID of the source node. targetRepositoryId text true The ID of the repository of the target parent node. targetBranchId text true The ID of the branch of the target parent node. t

Score: 1.2155961

Gitana / 3.2 / Guide / Guide / Application Server / Tags / @content

@content Fetches a single content instance by node id or path and makes it available to the template. Parameters parameter required description id the ID of the node path the path of the node as specifies the name of the variable (by default - content) Response The response is a JSON object representing the node. The exact properties contained here will be dependent on the properties of your content. Examples Example #1: Retrieve by Node ID {@content id="922e6b9c9f4b7564bab"}

Score: 1.2155961

Gitana / 4.0 / Developers / Application Server / Tags / @content

@content Fetches a single content instance by node id or path and makes it available to the template. Parameters parameter required description id the ID of the node path the path of the node as specifies the name of the variable (by default - content) Response The response is a JSON object representing the node. The exact properties contained here will be dependent on the properties of your content. Examples Example #1: Retrieve by Node ID {@content id="922e6b9c9f4b7564bab"}

Score: 1.2155961

Gitana / 4.0 / Data Engine / Behaviors / Actions / Copy Node

Copy Node ID: copyNode Makes a copy of a node and any of its owned children to a new location in the content graph. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source node. branchId text true The ID of the branch of the source node. nodeId text true The ID of the source node. targetRepositoryId text true The ID of the repository of the target parent node. targetBranchId text true The ID of the branch of the target parent node. t

Score: 1.2155961

Gitana / 3.2 / Guide / Guide / Scripting / Workflow

Workflow A workflow instance. Properties Name Type Description context object The workflow instance context. description string The Description of this document. documents object Any documents that are bound to the workflow instance. id string The ID of this document. modelId string The ID of the workflow model backing this workflow instance. modelVersion string The version of the workflow model backing this workflow instance. projectId string The ID of the project that this workflow instance wa

Score: 1.2083585

Workflow

Workflow A workflow instance. Properties Name Type Description context object The workflow instance context. description string The Description of this document. documents object Any documents that are bound to the workflow instance. id string The ID of this document. modelId string The ID of the workflow model backing this workflow instance. modelVersion string The version of the workflow model backing this workflow instance. projectId string The ID of the project that this workflow instance wa

Score: 1.2083585

Gitana / 3.2 / Guide / Guide / Branches / Actions

Actions You can optionally configure Actions that execute when a release goes live. Some actions support variables. The following variables are always available: release - a JSON object of the release along with all metadata about the release releaseId - the ID of the release object branchId - the ID of the release branch snapshot - the ID of the snapshot that was generated after merge The following Actions are supported: Send Email Fire Web Hook For each action, you need to provide a configurat

Score: 1.2074076

Gitana / 4.0 / Data Engine / Branches / Actions

Actions You can optionally configure Actions that execute when a release goes live. Some actions support variables. The following variables are always available: release - a JSON object of the release along with all metadata about the release releaseId - the ID of the release object branchId - the ID of the release branch snapshot - the ID of the snapshot that was generated after merge The following Actions are supported: Send Email Fire Web Hook For each action, you need to provide a configurat

Score: 1.2074076

Gitana / 3.2 / Guide / Guide / Actions / Sync Node

Sync Node ID: syncNode Syncs a node to a target location. If the node does not exist in the target location, it is created. If it is already created, it is updated. If the node was deleted or we are explicitly told to sync a delete operation, the node will be deleted at the target location. Configuration Property Type Required Default Description repositoryId text true The ID of the repository of the source node. branchId text true The ID of the branch of the source node. nodeId text true The ID

Score: 1.2054237