avid.selectors.keyValueSelector.KeyValueSelector
- class avid.selectors.keyValueSelector.KeyValueSelector(key, value, negate=False, allowStringCompare=False, allowNoneEquality=False)
Bases:
SelectorBaseextracts the entries of the working data, which has the specified key//value entries. e.g. key = “tag”, value = “CCT” the selectors extracts all rows, which have a key tag, and the value is CCT.
- __init__(key, value, negate=False, allowStringCompare=False, allowNoneEquality=False)
init
Methods
__init__(key, value[, negate, ...])init
getSelection(workflowData)Filters the given collection of entries and returns all selected entries
- getSelection(workflowData)
Filters the given collection of entries and returns all selected entries