◆ getPropertyValue() [1/2]
fiftyone\pipeline\core\SetHeaderElement::getPropertyValue | ( | $flowData, | |
$elementKey, | |||
$propertyKey | |||
) |
Try to get the value for the given element and property.
If the value cannot be found or is null/unknown, then "" will be returned.
- Parameters
-
- flowData - A processed FlowData instance to get the value from.
- elementKey - Key for the element data to get the value from
- propertyKey - Name of the property to get the value for.
- Returns
- value or empty string
◆ getPropertyValue() [2/2]
fiftyone\pipeline\core\SetHeaderElement::getPropertyValue ( $flowData, $elementKey, $propertyKey ) Try to get the value for the given element and property.
If the value cannot be found or is null/unknown, then "" will be returned.
- Parameters
-
- flowData - A processed FlowData instance to get the value from.
- elementKey - Key for the element data to get the value from
- propertyKey - Name of the property to get the value for.
- Returns
- value or empty string
◆ getResponseHeaderName() [1/2]
fiftyone\pipeline\core\SetHeaderElement::getResponseHeaderName ( $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.
- Parameters
-
- propertyKey - Key for SetHeaderAcceptCH property
- Returns
- Response Header name
◆ getResponseHeaderName() [2/2]
fiftyone\pipeline\core\SetHeaderElement::getResponseHeaderName ( $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.
- Parameters
-
- propertyKey - Key for SetHeaderAcceptCH property
- Returns
- Response Header name
◆ getResponseHeaderValue() [1/2]
fiftyone\pipeline\core\SetHeaderElement::getResponseHeaderValue ( $flowData, $setHeaderPropertiesDict ) Get response header value using set header properties from FlowData.
- Parameters
-
- flowdata - A processed FlowData object containing setheader properties
- setHeaderPropertiesDict - A processed FlowData object containing setheader properties
- Returns
- A dictionary object containing SetHeader properties list against flowElement
◆ getResponseHeaderValue() [2/2]
fiftyone\pipeline\core\SetHeaderElement::getResponseHeaderValue ( $flowData, $setHeaderPropertiesDict ) Get response header value using set header properties from FlowData.
- Parameters
-
- flowdata - A processed FlowData object containing setheader properties
- setHeaderPropertiesDict - A processed FlowData object containing setheader properties
- Returns
- A dictionary object containing SetHeader properties list against flowElement
◆ getSetHeaderPropertiesPipeline() [1/2]
fiftyone\pipeline\core\SetHeaderElement::getSetHeaderPropertiesPipeline ( $pipeline ) Get All the properties starting with SetHeader string from pipeline.
- Parameters
-
- pipeline - Pipeline
- Returns
- A dictionary object containing SetHeader properties list against flowElement
◆ getSetHeaderPropertiesPipeline() [2/2]
fiftyone\pipeline\core\SetHeaderElement::getSetHeaderPropertiesPipeline ( $pipeline ) Get All the properties starting with SetHeader string from pipeline.