GraphAPI.GetHistoryCommand |
GraphAPI.getHistoryCommand(java.lang.String ogitId) |
get the history of an entity (vertex / edge)
|
protected GraphAPI.GetHistoryCommand |
GraphAPI.GetHistoryCommand.self() |
|
GraphAPI.GetHistoryCommand |
GraphAPI.GetHistoryCommand.setFrom(long from) |
|
GraphAPI.GetHistoryCommand |
GraphAPI.GetHistoryCommand.setIncludeDeleted(boolean includeDeleted) |
|
GraphAPI.GetHistoryCommand |
GraphAPI.GetHistoryCommand.setLimit(java.lang.Integer limit) |
|
GraphAPI.GetHistoryCommand |
GraphAPI.GetHistoryCommand.setListMeta(boolean listMeta) |
|
GraphAPI.GetHistoryCommand |
GraphAPI.GetHistoryCommand.setOffset(java.lang.Integer offset) |
|
GraphAPI.GetHistoryCommand |
GraphAPI.GetHistoryCommand.setTo(long to) |
|
GraphAPI.GetHistoryCommand |
GraphAPI.GetHistoryCommand.setType(java.lang.String type) |
|
GraphAPI.GetHistoryCommand |
GraphAPI.GetHistoryCommand.setVersion(java.lang.Integer version) |
|
GraphAPI.GetHistoryCommand |
GraphAPI.GetHistoryCommand.setVid(java.lang.String vid) |
|