Package flexagon.fd.core.utils
Class PropertyReplacementContext
java.lang.Object
flexagon.fd.core.utils.PropertyReplacementContext
WorkflowExecutionContext wrapper used by AbstractPropertyReplacement implementations to extract
properties used for replacement.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA simple POJO representing a property key and value pair within a PropertyReplacementContext. -
Constructor Summary
ConstructorsConstructorDescriptionPropertyReplacementContext(WorkflowExecutionContext pWorkflowExecutionContext) Creates a PropertyReplacementContext wrappering the given workflow execution context -
Method Summary
Modifier and TypeMethodDescriptionReturns the available replacement key/values available within this context.
-
Constructor Details
-
PropertyReplacementContext
Creates a PropertyReplacementContext wrappering the given workflow execution context- Parameters:
pWorkflowExecutionContext- the workflow execution context
-
-
Method Details
-
getReplacementKeyValues
Returns the available replacement key/values available within this context.- Returns:
- the replacement key/values.
-