FilterSet¶
-
public class
FilterSet
extends TaskConfigStep¶ Represents a set of
Filter
s. Those are conditions that task must meet before being executed. If the conditions are not met the task execution will be stopped. Joining those conditions can be done by using logical “and” or logical “or” as an operator and can be set bysetOperator(LogicalOperator)
method.
Constructors¶
FilterSet¶
-
public
FilterSet
(FilterSetDto dto)¶ Constructor.
Parameters: - dto – FilterSet data transfer object
FilterSet¶
Methods¶
getOperator¶
-
public LogicalOperator
getOperator
()¶
setOperator¶
-
public void
setOperator
(LogicalOperator operator)¶
toDto¶
-
public FilterSetDto
toDto
()¶