Uses of Interface
com.e1c.langtool.history.db.IProjectTranslation
Packages that use IProjectTranslation
Package
Description
-
Uses of IProjectTranslation in com.e1c.langtool.history.db
Classes in com.e1c.langtool.history.db that implement IProjectTranslationModifier and TypeClassDescriptionfinal classImmutable and thread-safe implementation ofIProjectTranslation.Methods in com.e1c.langtool.history.db that return types with arguments of type IProjectTranslationModifier and TypeMethodDescriptionIProjectTranslationStorage.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.Methods in com.e1c.langtool.history.db with parameters of type IProjectTranslationModifier and TypeMethodDescriptionvoidIProjectTranslationStorage.addTranslation(IProjectTranslation translation) Adds a new translation to the storage.static ProjectTranslation.BuilderProjectTranslation.Builder.of(IProjectTranslation trans) Method parameters in com.e1c.langtool.history.db with type arguments of type IProjectTranslationModifier and TypeMethodDescriptionvoidIProjectTranslationStorage.deleteTranslations(IExpression expression, Predicate<? super IProjectTranslation> filter) Removes translations from the storage which found by the query expression and filtered by the predicated. -
Uses of IProjectTranslation in com.e1c.langtool.history.provider
Methods in com.e1c.langtool.history.provider that return types with arguments of type IProjectTranslationModifier and TypeMethodDescriptionIHistoryTranslationProvider.ITranslationResult.iterator()Returns an iterator over of pages that contain translations.IHistoryTranslationProvider.ITranslationResult.iterator(int pageSize) Returns an iterator over of pages that contain translations with the specified page size. -
Uses of IProjectTranslation in com.e1c.langtool.internal.history.db.service
Methods in com.e1c.langtool.internal.history.db.service that return types with arguments of type IProjectTranslationModifier and TypeMethodDescriptionProjectTranslationStorage.getTranslations(IExpression expression) ProjectTranslationStorage.getTranslations(IExpression expression, IPageable pageRequest) Methods in com.e1c.langtool.internal.history.db.service with parameters of type IProjectTranslationModifier and TypeMethodDescriptionvoidProjectTranslationStorage.addTranslation(IProjectTranslation translation) Method parameters in com.e1c.langtool.internal.history.db.service with type arguments of type IProjectTranslationModifier and TypeMethodDescriptionvoidProjectTranslationStorage.deleteTranslations(IExpression expression, Predicate<? super IProjectTranslation> filter) -
Uses of IProjectTranslation in com.e1c.langtool.internal.history.participant
Methods in com.e1c.langtool.internal.history.participant that return types with arguments of type IProjectTranslationModifier and TypeMethodDescriptionITranslationCollectingService.collect(ITranslationBuilderParticipant.IBuildContext context) TranslationCollectingService.collect(ITranslationBuilderParticipant.IBuildContext context) -
Uses of IProjectTranslation in com.e1c.langtool.internal.history.provider
Methods in com.e1c.langtool.internal.history.provider that return types with arguments of type IProjectTranslation