| Class | Description |
|---|---|
| AbstractPropertyReplacement |
Abstract implementation for replacing properties with their defined value from the PropertyReplacementContext.
|
| ContextObjectPropertyUtil |
A utility class to retrieve FlexDeploy properties as objects of their defined type from the WorkflowExecutionContext.
|
| ContextPropertyUtil |
A utility class to retrieve FlexDeploy properties as Strings from the WorkflowExecutionContext.
|
| FilePropertyReplacement |
Concrete implementation for property replacement within files.
|
| InMemoryPropertyReplacement |
Concrete implementation for property replacement on a list of Strings.
|
| PropertyObjectValue |
Represents a FlexDeploy property as a String key and Object Value, and identifies whether it is secured (e.g.
|
| PropertyReplacementContext |
WorkflowExecutionContext wrapper used by AbstractPropertyReplacement implementations to extract properties used for replacement.
|
| SerializationUtil | |
| StringPropertyReplacement |
Concrete implementation for property replacement on a String.
|
| ZipUtility |