public class VersionManager extends Object
Constructor and Description |
---|
VersionManager(com.tinkerpop.frames.FramedGraph<?> graph) |
Modifier and Type | Method and Description |
---|---|
Optional<Version> |
versionAtDeletion(String id)
If an item was deleted, obtain the last version before it
was removed.
|
com.tinkerpop.blueprints.CloseableIterable<Version> |
versionsAtDeletion(EntityClass type,
String from,
String until)
Get the last version for all deleted items.
|
public Optional<Version> versionAtDeletion(String id)
id
- the item's IDpublic com.tinkerpop.blueprints.CloseableIterable<Version> versionsAtDeletion(EntityClass type, String from, String until)
type
- the entity classCopyright © 2018 The European Holocaust Research Infrastructure (EHRI). All rights reserved.