◆ __init__()
def fiftyone_pipeline_core.sequenceelement.SequenceElement.__init__ | ( | self | ) |
List of Pipelines the FlowElement has been added to.
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
\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.
def | __init__ (self)
List of Pipelines the FlowElement has been added to. More...
|
def | get_evidence_key_filter (self)
The SequenceElement uses query.sequence and query.session-id evidence. More...
|
def | process_internal (self, flowdata)
The SequenceElement stores session data for requests for JavaScript. More...
|
Public Member Functions inherited from fiftyone_pipeline_core.flowelement.FlowElement | |
def | process (self, flowdata)
Function for getting the FlowElement's EvidenceKeyFilter Used by the filterEvidence method. More...
|
def | on_registration (self, pipeline)
Function called when an element is added to the pipeline. More...
|
def | filter_evidence (self, flowdata)
Filter FlowData evidence using the FlowElement's EvidenceKeyFilter. More...
|
def | filter_evidence_key (self, key)
Filter FlowData.evidence using the flowElement's EvidenceKeyFilter with the property key of evidence of interest. More...
|
def | get_properties (self) |
def fiftyone_pipeline_core.sequenceelement.SequenceElement.__init__ | ( | self | ) |
List of Pipelines the FlowElement has been added to.
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
def fiftyone_pipeline_core.sequenceelement.SequenceElement.get_evidence_key_filter | ( | self | ) |
The SequenceElement uses query.sequence and query.session-id evidence.
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
def fiftyone_pipeline_core.sequenceelement.SequenceElement.process_internal | ( | self, | |
flowdata | |||
) |
The SequenceElement stores session data for requests for JavaScript.
@type flowdata: FlowData
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
fiftyone_pipeline_core.sequenceelement.SequenceElement.datakey |
fiftyone_pipeline_core.sequenceelement.SequenceElement.exclude_from_messages |