public class GetRevisionHistoryCommand extends BaseCommand<String>
Command for MongoMicroKernel#getRevisionHistory(long, int, String)nodeStore| Constructor and Description |
|---|
GetRevisionHistoryCommand(MongoNodeStore nodeStore,
long since,
int maxEntries,
String path)
Constructs a
GetRevisionHistoryCommandMongo |
| Modifier and Type | Method and Description |
|---|---|
String |
execute()
Executes the
Command and returns its result. |
getNumOfRetries, needsRetry, needsRetrypublic GetRevisionHistoryCommand(MongoNodeStore nodeStore, long since, int maxEntries, String path)
GetRevisionHistoryCommandMongonodeStore - Node store.since - Timestamp (ms) of earliest revision to be returnedmaxEntries - maximum #entries to be returned; if < 0, no limit will be applied.path - optional path filter; if null or "" the
default ("/") will be assumed, i.e. no filter will be appliedCopyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.