Uses of Interface
com.vdoc.sdk.commons.backend.bookmarks.IBookmarkEvaluator
Packages that use IBookmarkEvaluator
Package
Description
-
Uses of IBookmarkEvaluator in com.vdoc.sdk.commons.backend.bookmarks
Methods in com.vdoc.sdk.commons.backend.bookmarks with parameters of type IBookmarkEvaluatorModifier and TypeMethodDescriptionBookmarkHelper.evaluatBookmark(String bookmark, IBookmarkEvaluator evaluator) Try to evaluate a bookmark with specified evaluator The first bookmark value find is return If not found the evaluator add not found value (null)BookmarkHelper.evaluatBookmarks(List<String> bookmarks, IBookmarkEvaluator evaluator) Try to evaluate bookmarks with a specified evaluator The first bookmark value find is return If not found the evaluator add not found value (null)Method parameters in com.vdoc.sdk.commons.backend.bookmarks with type arguments of type IBookmarkEvaluatorModifier and TypeMethodDescriptionBookmarkHelper.evaluatBookmark(String bookmark, List<IBookmarkEvaluator> evaluators) Try to evaluate a bookmark with all evaluators The first bookmark value find is return If not found the evaluator add not found value (null) -
Uses of IBookmarkEvaluator in com.vdoc.sdk.commons.backend.bookmarks.impl
Classes in com.vdoc.sdk.commons.backend.bookmarks.impl that implement IBookmarkEvaluator