public class PropertyReplacementContext
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyReplacementContext.KeyValue
A simple POJO representing a property key and value pair within a PropertyReplacementContext.
|
| Constructor and Description |
|---|
PropertyReplacementContext(WorkflowExecutionContext pWorkflowExecutionContext)
Creates a PropertyReplacementContext wrappering the given workflow execution context
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PropertyReplacementContext.KeyValue> |
getReplacementKeyValues()
Returns the available replacement key/values available within this context.
|
public PropertyReplacementContext(WorkflowExecutionContext pWorkflowExecutionContext)
pWorkflowExecutionContext - the workflow execution contextpublic java.util.List<PropertyReplacementContext.KeyValue> getReplacementKeyValues()