public final class PadreContains
extends java.lang.Object
Constructor and Description |
---|
PadreContains(Identifier identifier)
Checks the existence of the PDRObject with the given ID,
provided as
org.bbaw.pdr.utils.Identifier . |
PadreContains(java.lang.String identifier)
Checks the existence of the PDRObject with the given ID,
provided as
java.lang.String . |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
execute()
Executes the implemented PaDRe command.
|
public PadreContains(java.lang.String identifier) throws PadreCommandException
java.lang.String
.identifier
- ID to be checked.PadreCommandException
- Check failed.public PadreContains(Identifier identifier) throws PadreCommandException
org.bbaw.pdr.utils.Identifier
.identifier
- ID to be checked.PadreCommandException
- Check failed.public java.lang.Boolean execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()