All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static ClientApiHistoricalPropertyResults |
calculateHistoricalPropertyDeltas(Iterable<HistoricalPropertyValue> historicalPropertyValues,
Locale locale,
ResourceBundle resourceBundle,
boolean withVisibility)
Sort HistoricalPropertyValue chronologically and generate events by looking at the
deltas between the historical values.
|
static org.json.JSONObject |
clientApiToJSONObject(Object obj) |
static void |
populateClientApiEdge(ClientApiEdge e,
Edge edge,
String workspaceId) |
static String |
removeWorkspaceVisibility(String visibility) |
static ClientApiGeObject |
toClientApi(GeObject geObject,
String workspaceId,
Authorizations authorizations) |
static ClientApiGeObject |
toClientApi(GeObject geObject,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
static List<? extends ClientApiGeObject> |
toClientApi(Iterable<? extends GeObject> geObjects,
String workspaceId,
Authorizations authorizations) |
static List<? extends ClientApiGeObject> |
toClientApi(Iterable<? extends GeObject> geObjects,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
static ClientApiHistoricalPropertyResults |
toClientApi(Iterable<HistoricalPropertyValue> historicalPropertyValues,
Locale locale,
ResourceBundle resourceBundle,
boolean withVisibility) |
static Long |
toClientApiDate(Date date) |
static Long |
toClientApiDate(ZonedDateTime date) |
static ClientApiEdge |
toClientApiEdge(Edge edge,
String workspaceId) |
static ClientApiEdgeWithVertexData |
toClientApiEdgeWithVertexData(Edge edge,
Vertex source,
Vertex target,
String workspaceId,
Authorizations authorizations) |
static ClientApiExtendedDataRow |
toClientApiExtendedDataRow(ExtendedDataRow row) |
static ClientApiExtendedDataRow |
toClientApiExtendedDataRow(ExtendedDataRow row,
String workspaceId) |
static ClientApiExtendedDataRowId |
toClientApiExtendedDataRowId(ExtendedDataRowId id) |
static List<ClientApiExtendedDataRow> |
toClientApiExtendedDataRows(Iterable<ExtendedDataRow> rows) |
static ClientApiGeoPoint |
toClientApiGeoPoint(GeoPoint geoPoint) |
static ClientApiGeoRect |
toClientApiGeoRect(GeoRect rect) |
static List<ClientApiProperty> |
toClientApiProperties(Iterable<Property> properties,
String workspaceId) |
static ClientApiProperty |
toClientApiProperty(Property property) |
static List<ClientApiElement> |
toClientApiTermMention(Iterable<Property> elements,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
static ClientApiElement |
toClientApiTermMention(Property element,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
static ClientApiVertex |
toClientApiVertex(Vertex vertex,
String workspaceId,
Authorizations authorizations) |
static ClientApiVertex |
toClientApiVertex(Vertex vertex,
String workspaceId,
Integer commonCount,
Authorizations authorizations) |
static ClientApiVertex |
toClientApiVertex(Vertex vertex,
String workspaceId,
Integer commonCount,
boolean includeEdgeInfos,
Authorizations authorizations) |
static List<ClientApiVertex> |
toClientApiVertices(Iterable<? extends Vertex> vertices,
String workspaceId,
Authorizations authorizations) |