| processInternal (FlowData $flowData)
Add the response header dictionary to the FlowData.
|
| getSetHeaderPropertiesPipeline (Pipeline $pipeline)
Get All the properties starting with SetHeader string from pipeline. More...
|
| getResponseHeaderValue (FlowData $flowData, array $setHeaderPropertiesDict)
Get response header value using set header properties from FlowData. More...
|
| getPropertyValue (FlowData $flowData, string $elementKey, string $propertyKey)
Try to get the value for the given element and property. More...
|
| getResponseHeaderName (string $propertyKey)
Determines which response header the property value will be appended to by stripping the 'SetHeader' string and the 'Component Name' from the property name. More...
|
|
| __construct ()
A default dummy constructor is needed for there are classes inheriting this class deeper than 1-level of inheritance and calling parent::__construct() in their explicit constructors. More...
|
| process (FlowData $flowData)
General wrapper function that calls a FlowElement's processInternal method.
|
| getEvidenceKeyFilter ()
|
| filterEvidence (FlowData $flowData)
|
| filterEvidenceKey (string $key)
|
| onRegistration (Pipeline $pipeline)
Callback called when an engine is added to a pipeline.
|
| processInternal (FlowData $flowData)
Process FlowData - this is process function is usually overridden by specific FlowElements to do their core work.
|
| getProperties ()
Get properties Usually overridden by specific FlowElements. More...
|
| updatePropertyList ()
Update a FlowElement's property list This is used by elements that are only aware of their properties at a later stage, such as cloud request based FlowElements or FlowElements that change their properties later based on new datafiles.
|