◆ processInternal()
fiftyone\pipeline\core\SequenceElement::processInternal | ( | $flowData | ) |
The SequenceElement stores session data for requests for JavaScript.
- Parameters
-
- {FlowData} - FlowData
\r\n
The SequenceElement stores session data regarding requests for client side JavaScript from the JavaScript created by a Pipeline's JavaScriptBuilder If a Pipeline is constructed with the JavaScript elements enabled this is added automatically along with the JavaScriptBuilder and JSONBundler.
getEvidenceKeyFilter ()
The SequenceElement uses query.sequence and query.session-id evidence.
| |
processInternal ($flowData)
The SequenceElement stores session data for requests for JavaScript. More...
| |
Public Member Functions inherited from fiftyone\pipeline\core\FlowElement | |
process ($flowData)
General wrapper function that calls a FlowElement's processInternal method. More...
| |
getEvidenceKeyFilter () | |
filterEvidence ($flowData) | |
filterEvidenceKey ($key) | |
onRegistration ($pipeline)
Callback called when an engine is added to a pipeline. More...
| |
processInternal ($flowData) | |
getProperties ()
Get properties is usually overriden by specific FlowElements. More...
| |
updatePropertyList ()
Update a FlowElement's property list This is used by elements that are only aware of their properites at a later stage, such as cloud request based FlowElements or FlowElements that change their properties later based on new datafiles.
|
fiftyone\pipeline\core\SequenceElement::processInternal | ( | $flowData | ) |
The SequenceElement stores session data for requests for JavaScript.