public final class PadreSingleDelete
extends java.lang.Object
Constructor and Description |
---|
PadreSingleDelete(java.lang.String identifier)
Deletes the PDR object with the given ID from PaDRe.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
execute()
Executes the implemented PaDRe command.
|
public PadreSingleDelete(java.lang.String identifier) throws PadreCommandException
identifier
- Identifier of object which will be deleted.PadreCommandException
- Could not delete object.public java.lang.Object execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()