Uses of Enum Class
ru.cg.webbpm.modules.database.bean.entity_graph.condition.Operator
Packages that use Operator
Package
Description
-
Uses of Operator in component.field.persist.filter
Fields in component.field.persist.filter declared as OperatorMethods in component.field.persist.filter that return OperatorModifier and TypeMethodDescriptionAbstractFilterComponent.getMultiValueOperator()
FilterComponent.getMultiValueOperator()
-
Uses of Operator in model
-
Uses of Operator in ru.cg.webbpm.modules.database.api.entity_graph.dao
Methods in ru.cg.webbpm.modules.database.api.entity_graph.dao with parameters of type OperatorModifier and TypeMethodDescriptionprotected org.jooq.Condition
DefaultGraphDao.getComplexCondition
(List<?> value, Operator multiValueOperator, Function<Object, org.jooq.Condition> mapper) protected org.jooq.Condition
DefaultGraphDao.getContainsCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) protected org.jooq.Condition
DefaultGraphDao.getEndsWithCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) protected org.jooq.Condition
DefaultGraphDao.getEqualCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) protected org.jooq.Condition
DefaultGraphDao.getEqualIgnoreCaseCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) protected org.jooq.Condition
DefaultGraphDao.getGreaterOrEqualCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) protected org.jooq.Condition
DefaultGraphDao.getGreaterThanCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) protected org.jooq.Condition
DefaultGraphDao.getLessOrEqualCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) protected org.jooq.Condition
DefaultGraphDao.getLessThanCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) protected org.jooq.Condition
DefaultGraphDao.getNotContainsCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) protected org.jooq.Condition
DefaultGraphDao.getNotEqualCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) protected org.jooq.Condition
DefaultGraphDao.getStartsWithCondition
(org.jooq.Field<Object> field, Object value, Operator multiValueOperator) -
Uses of Operator in ru.cg.webbpm.modules.database.bean.entity_graph.condition
Methods in ru.cg.webbpm.modules.database.bean.entity_graph.condition that return OperatorModifier and TypeMethodDescriptionConditionGroup.getOperator()
static Operator
Returns the enum constant of this class with the specified name.static Operator[]
Operator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ru.cg.webbpm.modules.database.bean.entity_graph.condition with parameters of type Operator -
Uses of Operator in ru.cg.webbpm.modules.database.bean.filter
Methods in ru.cg.webbpm.modules.database.bean.filter that return OperatorModifier and TypeMethodDescriptionEntityFilter.getMultiValueOperator()
EntityFilterGroup.getOperator()
Constructors in ru.cg.webbpm.modules.database.bean.filter with parameters of type OperatorModifierConstructorDescriptionEntityFilter
(Object value, FilterOperation filterOperation, EntityColumn entityColumn, Operator multiValueOperator) EntityFilterGroup
(List<EntityFilter> entityFilters, Operator operator) -
Uses of Operator in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean
Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean that return OperatorModifier and TypeMethodDescriptionConditionGroupModel.getOperator()
Gets the value of the property operator.Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean that return types with arguments of type OperatorModifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty<Operator>
ConditionGroupModel.operatorProperty()
Methods in ru.cg.webbpm.studio.subsystem.database.entity_graph.editor.bean with parameters of type OperatorModifier and TypeMethodDescriptionvoid
ConditionGroupModel.setOperator
(Operator operator) Sets the value of the property operator.