|
|
| constructor () |
|
| processInternal (flowData) |
| | constructor ({ processInternal, dataKey, properties={}, evidenceKeyFilter }={}) |
| | Constructor for flowElement class.
|
| | onRegistration (pipeline, flowElement) |
| | Internal function to be called when a FlowElement is added to pipeline, runs through any registrationCallbacks on the FlowElement.
|
| | ready () |
| | Function called to check if a FlowElement is ready Used when there are asynchronous initialisation steps.
|
| | processInternal (flowData) |
| | Internal process function for a particular flowElement called (via the flowElement.process() method) when flowData generated by a pipleline is processsed.
|
| | process (flowData) |
| | To allow actions to take place before and after a FlowElement's processInternal function runs, a process wrapper is run first.
|
| | updateProperties () |
| | Call this function to update the properties meta database in all the pipelines this flowElement has been added to.
|
| | getProperties () |
| | Get a flowElement's properties.
|
| | _log (type, message) |
| | Internal log.
|