Uses of Class
com.mayam.wf.attributes.shared.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionFilterCriteria.getFilterRanges()
Matches between a start and an end value.FilterCriteria.getSearchRanges()
Modifier and TypeMethodDescriptionvoid
FilterCriteria.setFilterRanges
(AttributeRangeMap filterRanges) void
FilterCriteria.setSearchRanges
(AttributeRangeMap searchRanges)