Class PropertyReplacementContext

java.lang.Object
flexagon.fd.core.utils.PropertyReplacementContext

public class PropertyReplacementContext extends Object
WorkflowExecutionContext wrapper used by AbstractPropertyReplacement implementations to extract properties used for replacement.
  • Constructor Details

    • PropertyReplacementContext

      public PropertyReplacementContext(WorkflowExecutionContext pWorkflowExecutionContext)
      Creates a PropertyReplacementContext wrappering the given workflow execution context
      Parameters:
      pWorkflowExecutionContext - the workflow execution context
  • Method Details

    • getReplacementKeyValues

      public List<PropertyReplacementContext.KeyValue> getReplacementKeyValues()
      Returns the available replacement key/values available within this context.
      Returns:
      the replacement key/values.