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