def
| __init__ (self)
List of Pipelines the FlowElement has been added to. More...
|
def
| process_internal (self, flowdata)
The JSONBundler extracts all properties from a FlowData and serializes them into JSON @type flowdata: FlowData. More...
|
|
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
| get_evidence_key_filter (self)
|
def
| filter_evidence (self, flowdata)
|
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)
|