public final class PadreGetModified
extends java.lang.Object
Constructor and Description |
---|
PadreGetModified(int store,
java.lang.String timestamp)
Reads objects from provided PaDRe store which were modified
since given timestamp.
|
public PadreGetModified(int store, java.lang.String timestamp) throws PadreCommandException
store
- Requested PaDRe store.timestamp
- Timestamp.PadreCommandException
- Could not get modified objects.public java.util.List<PDRObject> execute() throws PadreCommandException
PadreCommandException
- Could not successfully execute PaDRe command.AbstractPadreCommand.execute()