Uses of Enum Class
io.fluxzero.common.api.search.ModelRelationConstraint.RelationDirection
Packages that use ModelRelationConstraint.RelationDirection
-
Uses of ModelRelationConstraint.RelationDirection in io.fluxzero.common.api.search
Subclasses with type arguments of type ModelRelationConstraint.RelationDirection in io.fluxzero.common.api.searchModifier and TypeClassDescriptionstatic enumRelationship direction as observed from returned target documents.Methods in io.fluxzero.common.api.search that return ModelRelationConstraint.RelationDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ModelRelationConstraint.RelationDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.common.api.search with parameters of type ModelRelationConstraint.RelationDirectionModifierConstructorDescriptionModelRelationConstraint(ModelRelationConstraint.RelationDirection direction, SearchQuery query, int minDepth, int maxDepth, List<String> paths, int maxRelatedModels, int maxTraversedModels)