|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VersionRange
A version range object is used to match versions that fall within a specified range. This object is typically used as a filter option argument type when searching for entities.
Method Summary | |
---|---|
VersionNumber |
getRangeEnd()
Returns the version number at the end of the range. |
VersionNumber |
getRangeStart()
Returns the version number at the start of the range. |
boolean |
isRangeEndExact()
Returns true if this object will match versions that are equal to the version at the end of the range, false if versions must be strictly less than the version at the end of the range. |
boolean |
isRangeStartExact()
Returns true if this object will match versions that are equal to the version at the start of the range, false if versions must be strictly greater than the version at the start of the range. |
Method Detail |
---|
VersionNumber getRangeStart()
boolean isRangeStartExact()
VersionNumber getRangeEnd()
boolean isRangeEndExact()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |