Disable Inactive External Users
Disable Inactive External Users Properties
Field | Value | Explanation |
Icon | Plugin icon | |
Sub-type | Timed Action | Sub-type of this plugin |
Classification | Disable Inactive Users | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | Whether this plugin supports configuration | |
Supports Scripting | Whether configuration supports Scripting | |
Scripting Context | Job | What Dalet Flex objects can be referenced from within the Scripting context |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Disable Inactive External Users Configuration
Field | Field Type | Mandatory | Multiplicity | Description |
Inactivity time in days | integer | 1 | Inactivity time in days, after this period user would be disabled in Dalet Flex. (#) |
Execute Action on Metadata Condition
Finds all assets with a specific metadata schema instance and specified field values. These assets are then run through the specified action in the form of individual jobs.
Execute Action on Metadata Condition Properties
Field | Value | Explanation |
Icon | Plugin icon | |
Sub-type | Timed Action | Sub-type of this plugin |
Classification | Timed Action | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | Whether this plugin supports configuration | |
Supports Scripting | Whether configuration supports scripting | |
Scripting Context | Job | What Dalet Flex objects can be referenced from within the scripting context |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Execute Action on Metadata Condition Configuration
Field | Field Type | Mandatory | Multiplicity | Description |
Metadata Definition | Metadata Definition | Name of the content metadata definition to expect | ||
Date Match | complex | 0..* | Match a date field against the current date | |
Date Field | string | The name of the date field to match against | ||
Day Offset | integer | Positive/negative number of days to modify the current date by before comparing | ||
Value Match | complex | 0..* | Match a string/text/number field against the specified value | |
Field | string | The name of the field to match against | ||
Value | string | The value to match against | ||
Action | Action | The Action to execute when the condition is met |
Synchronise External Users
Synchronise External Users Properties
Field | Value | Explanation |
Icon | Plugin icon | |
Sub-type | Timed Action | Sub-type of this plugin |
Classification | Sync External Users | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | Whether this plugin supports configuration | |
Supports Scripting | Whether configuration supports Scripting | |
Scripting Context | Job | What Dalet Flex objects can be referenced from within the Scripting context |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Synchronise External Users Configuration
Field | Field Type | Mandatory | Multiplicity | Description |
External Service Endpoint | string | The endpoint URL of the external service from where the user needs to be synced in Dalet Flex. | ||
Username | Username to be used to retrieve users from external service. | |||
Password | Password to be used to retrieve users from external service.) | |||
Authentication Provider |
Timed Internal Script
Timed Internal Script Properties
Field | Value | Explanation |
Icon | Plugin icon | |
Sub-type | Timed Action | Sub-type of this plugin |
Classification | Timed Action | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | Whether this plugin supports configuration | |
Supports Scripting | Whether configuration supports scripting | |
Scripting Context | Job | What Dalet Flex objects can be referenced from within the scripting context |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Timed Internal Script Configuration
Field | Field Type | Mandatory | Multiplicity | Description |
Script | complex | |||
Groovy Script | script | 0..1 | Script Content (create a method called execute()) | |
Groovy Script File | file | 0..1 | Groovy Script File (create a method called execute()) |
Timed Database Import
Enables you to periodically connect to an external database. You can then run a query, pull information back from the database, and then process that information.
Timed Database Import Properties
Field | Value | Explanation |
Icon | Plugin icon | |
Sub-type | Timed Action | Sub-type of this plugin |
Classification | Data | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | Whether this plugin supports configuration | |
Supports Scripting | Whether configuration supports Scripting | |
Scripting Context | Services, Context, Name of Variable you define | What Dalet Flex objects can be referenced from within the Scripting context |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Timed Database Import Configuration
Field | Field Type | Mandatory | Multiplicity | Description |
Data Source | Complex | The Database source details | ||
Connection URL | String | Database connection URL. In the case of a CSV file this is the source folder containing the CSV file is the source folder containing the CSV files | ||
Database Type | Single Option | ![] | The Database Type | |
My SQL | Option-Child | |||
SQL Server | Option-Child | |||
CSV | Option-Child | |||
User Name | Password | Database connection password | ||
Password | Password | Database connection password | ||
SQL Query | String | SQL query to execute | ||
Result Processing | Complex | Result processing | ||
Variable Name | String | Variable name | ||
Groovy Script | Complex | Groovy script | ||
Script | Script | Groovy Script to execute for post | ||
Script Imports | Complex | Script imports | ||
JAR File URL | String | JAR FILE URL to be imported into the script | ||
Script Import | String | Script import to use. |
Timed Groovy Script
Enables you to periodically run a Groovy script on a timed basis.
Timed Groovy Script Properties
Field | Value | Explanation |
Icon | Plugin icon | |
Sub-type | Timed Action | Sub-type of this plugin |
Classification | Script | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | Whether this plugin supports configuration | |
Supports Scripting | Whether configuration supports Scripting | |
Scripting Context | Services, Context, Name of Variable you define | What Dalet Flex objects can be referenced from within the Scripting context |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
Timed Groovy Script Configuration
Field | Field Type | Mandatory | Multiplicity | Description |
Script Contents | Complex | Script contents | ||
Groovy Script | Script | 0..1 | Script content (Create a method called execute()) | |
Groovy Script File | File | 0..1 | Groovy script file (create a method called execute()) | |
File Name | String | Name of the file | ||
File Path | String | The file path | ||
Script Imports | Complex | Script imports | ||
JAR File URL | String | 0..* | JAR File URL to be imported into the script | |
Script Import | String | 0..* | Script import to use |
External Timed Script
External Timed Script Properties
Field | Value | Explanation |
Icon | Plugin icon | |
Sub-type | Timed Action | Sub-type of this plugin |
Classification | Script | Classification of this plugin |
Deployment | Internal | Whether the plugin is deployed inside Dalet Flex or within another product |
Supports Configuration | Whether this plugin supports configuration | |
Supports Scripting | Whether configuration supports scripting | |
Scripting Context | Services, Context, Name of Variable you define | What Dalet Flex objects can be referenced from within the Scripting context |
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Compatibility | 5.x | What versions of Dalet Flex this plugin works for |
Lifecycle | Stable | Maturity of this plugin (Experimental, Unstable or Stable) |
External Timed Script Configuration
Field | Field Type | Mandatory | Multiplicity | Description |
Class Name | string | Fully qualified class name to use. | ||
JAR File URL | string | 1 | Jar File (URL) containing the external class. |
Timed HTTP Message
Allows you to periodically connect to an external HTTP data source, take back the information, and then process it.
Timed HTTP Message Configuration
Field | Field Type | Mandatory | Multiplicity | Description |
HTTP Request Message | Complex | HTTP request message | ||
URL | String | URL for the request GET POST PUT DELETE PATCH |
||
Headers | Complex | 0..* | Additional headers to be added to the request | |
Name | String | Header name | ||
Value | String | Header value | ||
Basic Authentication | 0.1 | OAuth 2.0 authentication | ||
Token URL | String | The token URL | ||
Client ID | String | The client ID for obtaining the token | ||
Client Secret | Password | The client secret for obtaining the token Yes No |
||
Request | Complex | 0..1 | Request data to be sent for PUT or POST method | |
Request Data Body | Text | Request data body | ||
Content Type | String | Content type | ||
Character Set | String | Character Set | ||
XSLT | File | 0..1 | Stylesheet to apply to request data XML | |
File Name | String | Name of the file | ||
File Path | String | File Path | ||
Parameters | Complex | 0..* | Key/Value pairs to be used as GET parameters | |
Key | String | Key Name | ||
Value | String | Value Key | ||
Result Processing | Complex | Result Processing | ||
Variable Name | Complex | The HTTP Response object variable name for use in the Groovy script | ||
Groovy Script | Script | Groovy Script to execute for post processing | ||
Script Imports | Complex | Script Imports | ||
JAR File URL | String | 0..* | JAR File URL to be imported into script | |
Script Import | String | 0..* | Script Import to use |
Comments
0 comments
Please sign in to leave a comment.