public final class PadreSpanDelete
extends java.lang.Object
Constructor and Description |
---|
PadreSpanDelete(java.lang.String minIdentifier,
java.lang.String maxIdentifier)
Deletes all PDR objects within the provided span from PaDRe.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute()
Executes the implemented PaDRe command.
|
public PadreSpanDelete(java.lang.String minIdentifier, java.lang.String maxIdentifier) throws PadreCommandException
minIdentifier
- Lower bound.maxIdentifier
- Upper bound.PadreCommandException
- Could not delete objects.public java.lang.Object execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()