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.AttributeRangeMap.copy
(Collection<Attribute> attributes) Creates a partial copy of the map, including only the provided collection of attributes.AttributeRangeMap.Parent.getAttributes()
static AttributeRangeMap
AttributeRangeMap.merge
(AttributeRangeMap original, AttributeRangeMap overrides) Merges two AttributeRangeMap objects with priority given to the one referred to as "overrides".AttributeRangeMap.setAttributeRange
(Attribute attribute, Object start, Object end) Sets the range for a givenAttribute
.AttributeRangeMap.setAttributeRange
(Attribute attribute, Object start, Object end, boolean includeNulls) Sets the range for a givenAttribute
.AttributeRangeMap.setAttributeRangeByFieldId
(String fieldId, Object start, Object end) Sets the range for a given a field identifier.AttributeRangeMap.setAttributeRangeByFieldId
(String fieldId, Object start, 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 AttributeRangeMap
AttributeRangeMap.merge
(AttributeRangeMap original, AttributeRangeMap overrides) Merges two AttributeRangeMap objects with priority given to the one referred to as "overrides".void
AttributeRangeMap.putAll
(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)