public final class PadreGetIDRanges
extends java.lang.Object
Constructor and Description |
---|
PadreGetIDRanges(PDRType type,
int instance,
int project,
int lowerBound,
int upperBound)
Returns ID ranges of available objects within given bounds.
|
public PadreGetIDRanges(PDRType type, int instance, int project, int lowerBound, int upperBound) throws PadreCommandException
type
- Type of objects.instance
- Instance ID of objects.project
- Project ID of objects.lowerBound
- Lower bound of range.upperBound
- Upper bound of range.PadreCommandException
- Could not get ID ranges.public java.util.List<IDRange> execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()