Uses of Interface
com.e1c.langtool.history.db.query.IExpression
Packages that use IExpression
Package
Description
-
Uses of IExpression in com.e1c.langtool.history.db
Methods in com.e1c.langtool.history.db with parameters of type IExpressionModifier and TypeMethodDescriptionvoidIProjectTranslationStorage.deleteTranslations(IExpression expression) Removes all translations that found by the query expression.voidIProjectTranslationStorage.deleteTranslations(IExpression expression, Predicate<? super IProjectTranslation> filter) Removes translations from the storage which found by the query expression and filtered by the predicated.IProjectTranslationStorage.getGroupedTranslations(IExpression expression) Returns translations grouped by translated value and which found by the query expression.IProjectTranslationStorage.getTranslations(IExpression expression) Returns all translations that have been found by the given query expression.IProjectTranslationStorage.getTranslations(IExpression expression, IPageable pageRequest) Returns a page of translations found by the given query expression and with restriction provided in theIPageableobject. -
Uses of IExpression in com.e1c.langtool.history.db.query
Subinterfaces of IExpression in com.e1c.langtool.history.db.queryModifier and TypeInterfaceDescriptioninterfaceAn criteria to compare the storage field's value with some specified value.interfaceAn operation is a tree node to compose criteries and other operations.Classes in com.e1c.langtool.history.db.query that implement IExpressionModifier and TypeClassDescriptionfinal classImmutable and thread-safe implementation ofICriteria.final classImmutable and thread-safe implementation ofIOperation.Methods in com.e1c.langtool.history.db.query that return IExpressionModifier and TypeMethodDescriptionstatic IExpressionExpressionBuilder.and(IExpression exp1, IExpression exp2) ExpressionBuilder.build()Methods in com.e1c.langtool.history.db.query that return types with arguments of type IExpressionModifier and TypeMethodDescriptionIOperation.getLeft()Returns the left sub-expression of this operation tree node.Operation.getLeft()IOperation.getRight()Returns the right sub-expression of this operation tree node.Operation.getRight()Methods in com.e1c.langtool.history.db.query with parameters of type IExpressionModifier and TypeMethodDescriptionExpressionBuilder.and(IExpression expression) static IExpressionExpressionBuilder.and(IExpression exp1, IExpression exp2) ExpressionBuilder.andNot(IExpression expression) ExpressionBuilder.or(IExpression expression) ExpressionBuilder.orNot(IExpression expression) static ExpressionBuilderExpressionBuilder.where(IExpression expression) Constructors in com.e1c.langtool.history.db.query with parameters of type IExpressionModifierConstructorDescriptionOperation(IExpression left, IOperation.BoolOp op, IExpression right) -
Uses of IExpression in com.e1c.langtool.history.scope
Methods in com.e1c.langtool.history.scope that return IExpressionModifier and TypeMethodDescriptionIScopedQueryAdapter.adapt(IProjectTranslatingQuery query, IQueryScope scope) Returns an expression as result of applying the given scope. -
Uses of IExpression in com.e1c.langtool.internal.history.db.service
Methods in com.e1c.langtool.internal.history.db.service with parameters of type IExpressionModifier and TypeMethodDescriptionvoidProjectTranslationStorage.deleteTranslations(IExpression expression) voidProjectTranslationStorage.deleteTranslations(IExpression expression, Predicate<? super IProjectTranslation> filter) ProjectTranslationStorage.getGroupedTranslations(IExpression expression) ProjectTranslationStorage.getTranslations(IExpression expression) ProjectTranslationStorage.getTranslations(IExpression expression, IPageable pageRequest) -
Uses of IExpression in com.e1c.langtool.internal.history.provider
Methods in com.e1c.langtool.internal.history.provider with parameters of type IExpressionModifier and TypeMethodDescriptionBaseTranslationProvider.translate(IExpression baseQuery, IExpression searchQuery) Returns the list of translations found bysearchQuery.Constructors in com.e1c.langtool.internal.history.provider with parameters of type IExpressionModifierConstructorDescriptionTranslationResult(IProjectTranslationStorage translationService, IExpression query, long totalSize, String value) -
Uses of IExpression in com.e1c.langtool.internal.history.scope
Methods in com.e1c.langtool.internal.history.scope that return IExpressionModifier and TypeMethodDescriptionScopedQueryAdapter.adapt(IProjectTranslatingQuery query, IQueryScope scope)