Package | Description |
---|---|
org.bbaw.pdr.padre |
Commands which make use of the PaDRe API.
|
org.bbaw.pdr.utils |
Common resources for the access to instances of the PDR.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IDRange> |
PadreGetIDRanges.execute() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<IDRange> |
IDRange.applyLimitsToRanges(java.util.List<IDRange> ranges,
int lowerBound,
int upperBound)
Returns a subset of ranges which fit the provided bounds.
|
static java.util.List<IDRange> |
Repository.getOccupiedObjectIDRanges(PDRType type,
int instance,
int project,
int lowerBound,
int upperBound)
Returns a list of occupied ID ranges in the repository.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<IDRange> |
IDRange.applyLimitsToRanges(java.util.List<IDRange> ranges,
int lowerBound,
int upperBound)
Returns a subset of ranges which fit the provided bounds.
|