public final class PadreSpanReadXml
extends java.lang.Object
Constructor and Description |
---|
PadreSpanReadXml(java.lang.String minIdentifier,
java.lang.String maxIdentifier)
Reads all objects within the provided span.
|
public PadreSpanReadXml(java.lang.String minIdentifier, java.lang.String maxIdentifier) throws PadreCommandException
minIdentifier
- Lower bound.maxIdentifier
- Upper bound.PadreCommandException
- Could not read from PaDRe.public java.util.List<PDRObject> execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()