Uses of Class
com.mayam.wf.attributes.shared.AttributeRangeMap
Packages that use AttributeRangeMap
Package
Description
This package contains the only types outside of
java.lang.*
and Date
that
are allowed to become value classes
of
attributes.-
Uses of AttributeRangeMap in com.mayam.wf.attributes.shared
Methods in com.mayam.wf.attributes.shared that return AttributeRangeMapModifier and TypeMethodDescriptionAttributeRangeMap.copy()
Creates a full copy of the map.@NonNull AttributeRangeMap
AttributeRangeMap.copy
(@NonNull Collection<Attribute> attributes) Creates a partial copy of the map, including only the provided collection of attributes.AttributeRangeMap.Parent.getAttributes()
static @Nullable AttributeRangeMap
AttributeRangeMap.merge
(@Nullable AttributeRangeMap original, @Nullable AttributeRangeMap overrides) Merges two AttributeRangeMap objects with priority given to the one referred to as "overrides".@NonNull AttributeRangeMap
AttributeRangeMap.setAttributeRange
(@NonNull Attribute attribute, @Nullable Object start, @Nullable Object end) Sets the range for a givenAttribute
.@NonNull AttributeRangeMap
AttributeRangeMap.setAttributeRange
(@NonNull Attribute attribute, @Nullable Object start, @Nullable Object end, boolean includeNulls) Sets the range for a givenAttribute
.@NonNull AttributeRangeMap
AttributeRangeMap.setAttributeRangeByFieldId
(@NonNull String fieldId, @Nullable Object start, @Nullable Object end) Sets the range for a given a field identifier.AttributeRangeMap.setAttributeRangeByFieldId
(@NonNull String fieldId, @Nullable Object start, @Nullable Object end, boolean includeNulls) Sets the range for a given a field identifier.Methods in com.mayam.wf.attributes.shared with parameters of type AttributeRangeMapModifier and TypeMethodDescriptionstatic @Nullable AttributeRangeMap
AttributeRangeMap.merge
(@Nullable AttributeRangeMap original, @Nullable AttributeRangeMap overrides) Merges two AttributeRangeMap objects with priority given to the one referred to as "overrides".void
AttributeRangeMap.putAll
(@NonNull AttributeRangeMap other) -
Uses of AttributeRangeMap in com.mayam.wf.attributes.shared.type
Methods in com.mayam.wf.attributes.shared.type that return AttributeRangeMapModifier and TypeMethodDescriptionFilterCriteria.getFilterRanges()
Matches between a start and an end value.FilterCriteria.getSearchRanges()
Methods in com.mayam.wf.attributes.shared.type with parameters of type AttributeRangeMapModifier and TypeMethodDescriptionvoid
FilterCriteria.setFilterRanges
(AttributeRangeMap filterRanges) void
FilterCriteria.setSearchRanges
(AttributeRangeMap searchRanges)