avid.selectors.OrSelector

class avid.selectors.OrSelector(selector1, selector2)

Bases: SelectorBase

Special selector that works like an or operation on to child selectors. The selction result of the OrSelector is the merge (no dublicates) of both child selectors.

__init__(selector1, selector2)

init

Methods

__init__(selector1, selector2)

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