class |
AppAPI.GetApplicationCommand |
Get an application
|
class |
AppAPI.GetConfigCommand |
Get an application instance config
|
class |
AppAPI.GetContentCommand |
Get the content of an application
|
class |
AppAPI.GetDesktopApplicationsCommand |
Returns a list of all visible desktop applications
|
class |
AppAPI.GetManifestCommand |
Get a manifest of the content of an application
|
class |
AuthAPI.GetMeAccountCommand |
get account information about current token
|
class |
AuthAPI.GetMeAvatarCommand |
get avatar of current token's account
|
class |
AuthAPI.GetMeProfileCommand |
get profile of current token's account
|
class |
AuthAPI.GetMeRolesCommand |
get roles connected to of current token teams
|
class |
AuthAPI.GetMeTeamsCommand |
gets the teams connected to current token
|
class |
AuthAPI.PostMeProfileCommand |
change profile of current token's account
|
class |
AuthAPI.PutMeAvatarCommand |
set avatar of current token's account
|
class |
AuthAPI.PutMePasswordCommand |
change password of current token's account
|
static class |
AuthenticatedAPIHandler.SendBodyAPIRequestConf<T extends AuthenticatedAPIHandler.SendBodyAPIRequestConf<T,R>,R> |
The basic configuration for all requests that are sending JSON data.
|
static class |
AuthenticatedAPIHandler.SendStreamAPIRequestConf<T extends AuthenticatedAPIHandler.SendStreamAPIRequestConf<T,R>,R> |
The basic configuration for all requests that upload binary data.
|
class |
GraphAPI.CreateEntityCommand |
create vertex entity using ogit/_type.
|
class |
GraphAPI.DeleteEntityCommand |
delete entity by ogit/_id (vertex or edge).
|
class |
GraphAPI.GetBlobCommand |
get a binary blob / content / attachment from the graph
|
class |
GraphAPI.GetEntityCommand |
get entity by ogit/_id (vertex or edge)
|
class |
GraphAPI.GetHistoryCommand |
get the history of an entity (vertex / edge)
|
class |
GraphAPI.GetTimeseriesCommand |
get timeseries of an entity (vertex / edge)
|
class |
GraphAPI.GetTimeseriesHistoryCommand |
get timeseries history of an entity (vertex / edge)
|
class |
GraphAPI.PostBlobCommand |
post a binary blob / content / attachment to the graph
|
class |
GraphAPI.PostTimeseriesCommand |
post timeseries to an entity
|
class |
GraphAPI.PostVerbCommand |
connect two vertices via an edge named verb.
|
protected static class |
GraphAPI.QueryBodyConf<T extends GraphAPI.QueryBodyConf<T,R>,R> |
A config class that contains common parameters for all Graph Queries.
|
class |
GraphAPI.QueryByIdsCommand |
query by ids
|
class |
GraphAPI.QueryByXidCommand |
query by xid
|
class |
GraphAPI.QueryGremlinCommand |
query gremlin
|
class |
GraphAPI.QueryTimeseriesCommand |
query timeseries values
|
class |
GraphAPI.QueryVerticesCommand |
query vertices
|
class |
GraphAPI.UpdateEntityCommand |
update vertex entity by ogit/_id.
|