Rename
Default Rename
This Plugin provides a rudimentary rename function. It simply copies a file to a different Folder and renames it. By default the new file is given a unique id and the extension is preserved.
Properties:
Field | Value | Explanation |
Icon |
![]() |
Plugin icon |
Sub-type | Rename | Sub-type of this Plugin |
Classification | Capacity | Classification of this Plugin |
Deployment | Internal | Whether the plugin is deployed inside Ooyala Flex or within another product |
Supports Configuration |
![]() |
Whether this Plugin supports configuration |
Supports Scripting |
![]() |
Whether configuration supports Scripting |
Scripting Context | job, asset, event | What Ooyala Flex objects can be referenced from within the scripting context.
Note: The event object is only visible in the context of an action running in an event handler.
|
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Timeout | Whether to select a timeout | |
Auto retry | Whether to select an automatic retry | |
Compatibility | 5.x | What versions of Ooyala Flex this Plugin works for |
Lifecycle | Stable | Maturity of this Plugin (Experimental, Unstable or Stable) |
Configuration:
If the Folder Resource is specified, then the Filesystem path is ignored. If the Folder Resource is not specified, then a Filesystem path must be specified.
Field | Field Type | Mandatory | Multiplicity | Description |
Folder Resource | Resource (Folder) |
![]() |
The output file(s) will be placed in the specified Folder Resource | |
Filesystem Path | string |
![]() |
The output file(s) will be placed in the specified server filesystem location | |
preserveFileEnding | boolean |
![]() |
Preserve file endings |
Asset Rename
Properties:
Field | Value | Explanation |
Icon |
![]() |
Plugin icon |
Sub-type | Rename | Sub-type of this Plugin |
Classification | Asset | Classification of this Plugin |
Deployment | Internal | Whether the plugin is deployed inside Ooyala Flex or within another product |
Supports Configuration |
![]() |
Whether this Plugin supports configuration |
Supports Scripting |
![]() |
Whether configuration supports Scripting |
Scripting Context | job, asset, event | What Ooyala Flex objects can be referenced from within the scripting context.
Note: The event object is only visible in the context of an action running in an event handler.
|
Undo Action | The action required to undo this action | |
Redo Action | The action required to redo this action | |
Timeout | Whether to select a timeout | |
Auto retry | Whether to select an automatic retry | |
Compatibility | 5.x | What versions of Ooyala Flex this Plugin works for |
Lifecycle | Stable | Maturity of this Plugin (Experimental, Unstable or Stable) |
Configuration:
Field | Field Type | Mandatory | Multiplicity | Description |
File | Complex |
![]() |
0..1 | Details to rename the asset file |
|
String |
![]() |
The new asset file name | |
|
Boolean |
![]() |
Preserve file extension. | |
Asset | Complex |
![]() |
0..1 | Details to rename the Ooyala Flex Asset. |
|
String |
![]() |
The new asset name. | |
|
Boolean |
![]() |
Append the file extension. |