Uses of Enum Class
com.suncode.pwfl.search.LogicOperator
Packages that use LogicOperator
Package
Description
-
Uses of LogicOperator in com.suncode.pwfl.archive.search
Constructors in com.suncode.pwfl.archive.search with parameters of type LogicOperatorModifierConstructorDescriptionGroupIndexFilter
(LogicOperator logicOperator) GroupIndexFilter
(List<IndexFilter> filters, LogicOperator logicOperator) -
Uses of LogicOperator in com.suncode.pwfl.search
Methods in com.suncode.pwfl.search that return LogicOperatorModifier and TypeMethodDescriptionGroupFilter.getLogicOperator()
Pobiera operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)static LogicOperator
Returns the enum constant of this class with the specified name.static LogicOperator[]
LogicOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.suncode.pwfl.search with parameters of type LogicOperatorModifier and TypeMethodDescriptionvoid
GroupFilter.setLogicOperator
(LogicOperator logicOperator) Ustawia operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters) -
Uses of LogicOperator in com.suncode.pwfl.search.hibernate
Methods in com.suncode.pwfl.search.hibernate that return LogicOperatorModifier and TypeMethodDescriptionGroupHibernateFilter.getLogicOperator()
Pobiera operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)Methods in com.suncode.pwfl.search.hibernate with parameters of type LogicOperatorModifier and TypeMethodDescriptionvoid
GroupHibernateFilter.setLogicOperator
(LogicOperator logicOperator) Ustawia operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)Constructors in com.suncode.pwfl.search.hibernate with parameters of type LogicOperator -
Uses of LogicOperator in com.suncode.pwfl.search.sql
Methods in com.suncode.pwfl.search.sql that return LogicOperatorModifier and TypeMethodDescriptionGroupFilter.getLogicOperator()
Pobiera operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)Methods in com.suncode.pwfl.search.sql with parameters of type LogicOperatorModifier and TypeMethodDescriptionstatic String
SQLQueryBuilder.buildOperator
(LogicOperator logicOperator) Zwraca logiczny operator bazodanowy.void
GroupFilter.setLogicOperator
(LogicOperator logicOperator) Ustawia operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)Constructors in com.suncode.pwfl.search.sql with parameters of type LogicOperatorModifierConstructorDescriptionGroupFilter
(LogicOperator logicOperator) GroupFilter
(List<T> filters, LogicOperator logicOperator) GroupSQLFilter
(LogicOperator operator) -
Uses of LogicOperator in com.suncode.pwfl.workflow.process.search
Constructors in com.suncode.pwfl.workflow.process.search with parameters of type LogicOperatorModifierConstructorDescriptionGroupIndexFilter
(LogicOperator operator) GroupIndexFilter
(List<IndexFilter> filters, LogicOperator logicOperator)