avid.selectors.AndSelector

class avid.selectors.AndSelector(selector1, selector2)

Bases: SelectorBase

Special selector that works like an and operation on to child selectors. The selction result of the AndSelector is the intersection of the selection 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