- activateUsers(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
-
Activate users in the specified organization.
- addAdmins(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Add admins for the specified workspace.
- addAggregateFormula(String, String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Add a aggregate formula in the specified table.
- addColumn(String, String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Add a column in the specified table.
- addDefault() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Adds a specified workspace as default.
- addFavorite() - Method in class com.zoho.analytics.client.ViewAPI
-
Adds a specified view as favorite.
- addFavorite() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Adds a specified workspace as favorite.
- addFormulaColumn(String, String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Add a formula column in the specified table.
- addGroupMembers(long, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Add users to the specified group.
- addLookup(long, long, long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Add a lookup in the specified child table.
- addRow(JSONObject, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Add a single row in the specified table.
- addUsers(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
-
Add users to the specified organization.
- addWorkspaceUsers(JSONArray, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Add users to the specified workspace.
- AnalyticsClient - Class in com.zoho.analytics.client
-
AnalyticsClient provides the java based language binding to the HTTPS based API of Zoho Analytics.
- AnalyticsClient(String, String, String) - Constructor for class com.zoho.analytics.client.AnalyticsClient
-
Creates a new AnalyticsClient
instance.
- autoAnalyse(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Auto generate reports for the specified table.
- autoAnalyseColumn(long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Auto generate reports for the specified column.
- changeFolderHierarchy(long, int, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Swaps the hierarchy of a parent folder and a subfolder.
- changeFolderPosition(long, long, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Place the folder above the reference folder.
- changeUserRole(JSONArray, String, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
-
Change role for the specified users.
- changeWorkspaceUserRole(JSONArray, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Change role of the specified users in the workspace.
- changeWorkspaceUserStatus(JSONArray, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Change users staus in the specified workspace.
- close(Closeable...) - Static method in class com.zoho.analytics.client.AnalyticsClient
-
- com.zoho.analytics.client - package com.zoho.analytics.client
-
- copy(String, JSONObject, Long) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Copy the specified workspace from one organization to another or within the organization.
- copyFormulas(JSONArray, long, JSONObject, Long) - Method in class com.zoho.analytics.client.ViewAPI
-
Copy the specified formulas from one table to another within the workspace or across workspaces.
- copyViews(JSONArray, long, JSONObject, Long) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Copy the specified views from one workspace to another workspace.
- createFolder(String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Create a folder in the specified workspace.
- createGroup(String, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Create a group in the specified workspace.
- createPrivateURL(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Create a private URL for the specified view.
- createQueryTable(String, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Create a new query table in the workspace.
- createSimilarViews(long, long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Create reports for the specified table based on the reference table.
- createSlideshow(String, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Create a slideshow in the specified workspace.
- createTable(JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Create a table in the specified workspace.
- createVariable(String, int, int, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Create a variable in the workspace.
- createWorkspace(String, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
-
Create a blank workspace in the specified organization.
- getAdmins() - Method in class com.zoho.analytics.client.OrgAPI
-
Returns list of admins for a specified organization.
- getAdmins() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns list of admins for the specified workspace.
- getAggregateFormulas() - Method in class com.zoho.analytics.client.ViewAPI
-
Returns list of all aggregate formulas for the specified table.
- getBulkInstance(long, long) - Method in class com.zoho.analytics.client.AnalyticsClient
-
Creates a new BulkAPI
instance.
- getColumnDependents(long) - Method in class com.zoho.analytics.client.ViewAPI
-
Returns list of dependents views and formulas for the specified column.
- getConnectionTimeout() - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns the timeout until a connection is established.
- getDashboards() - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns list of all accessible dashboards.
- getDatasources() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns list of all datasource for the specified workspace.
- getEmbedURL(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Returns embed URL to access the specified view.
- getErrorCode() - Method in exception com.zoho.analytics.client.ServerException
-
Returns the error code sent by the server.
- getErrorMessage() - Method in exception com.zoho.analytics.client.ServerException
-
Returns the error message sent by the server.
- getExportJobDetails(long) - Method in class com.zoho.analytics.client.BulkAPI
-
Returns the details of the export job.
- getFilterCriteria() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to get the filter criteria associated to this PermissionInfo.
- getFolders() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns list of all accessible folders for the specified workspace.
- getFormulaColumns() - Method in class com.zoho.analytics.client.ViewAPI
-
Returns list of all formula columns for the specified table.
- getGroupDetails(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns details of the specified group.
- getGroupNames() - Method in class com.zoho.analytics.client.ShareInfo
-
This method is used to get the Group names of the specified workspace.
- getGroupPermissions() - Method in class com.zoho.analytics.client.ShareInfo
-
This method is used to get the Permissions of the Groups.
- getGroups() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns list of groups for the specified workspace.
- getHttpStatusCode() - Method in exception com.zoho.analytics.client.ServerException
-
The http status code for the request.
- getImportJobDetails(long) - Method in class com.zoho.analytics.client.BulkAPI
-
Returns the details of the import job.
- getLastImportDetails() - Method in class com.zoho.analytics.client.ViewAPI
-
Returns last import details of the specified view.
- getMetaDetails(String, String) - Method in class com.zoho.analytics.client.OrgAPI
-
Returns details of the specified workspace/view.
- getMyPermissions() - Method in class com.zoho.analytics.client.ViewAPI
-
Returns permissions for the specified view.
- getOrgInstance(long) - Method in class com.zoho.analytics.client.AnalyticsClient
-
Creates a new OrgAPI
instance.
- getOrgs() - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns list of all accessible organizations.
- getOwnedDashboards() - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns list of owned dashboards.
- getOwnedWorkspaces() - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns list of owned workspaces.
- getPrivateLinkPermissions() - Method in class com.zoho.analytics.client.ShareInfo
-
This method is used to get the Permissions of the Private Link.
- getPrivateURL(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Returns private URL to access the specified view.
- getPublicPermissions() - Method in class com.zoho.analytics.client.ShareInfo
-
This method is used to get the Permissions of the Public Visitors.
- getPublishConfigurations() - Method in class com.zoho.analytics.client.ViewAPI
-
Returns publish configurations for the specified view.
- getReadTimeout() - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns the read timeout value which will wait for the packet to receive from the server end.
- getRecentViews() - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns list of recently accessed views.
- getResourceDetails() - Method in class com.zoho.analytics.client.OrgAPI
-
Returns resource usage details of the specified organization.
- getResponseMessage() - Method in exception com.zoho.analytics.client.ParseException
-
Returns the complete response content as sent by the server.
- getSecretKey(JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns the secret key of the specified workspace.
- getSharedBy() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to get the email address of the user who shared the View.
- getSharedDashboards() - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns list of shared dashboards.
- getSharedDetailsForViews(JSONArray) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns shared details of the specified views.
- getSharedUserPermissions() - Method in class com.zoho.analytics.client.ShareInfo
-
This method is used to get the Permissions of the Shared Users.
- getSharedUsers() - Method in class com.zoho.analytics.client.ShareInfo
-
This method is used to get the Shared Users of the specified workspace.
- getSharedWorkspaces() - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns list of shared workspaces.
- getShareInfo() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns shared details of the specified workspace.
- getSlideshowDetails(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns details of the specified slideshow.
- getSlideshows() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns list of slideshows for the specified workspace.
- getSlideshowURL(long, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns slide URL to access the specified slideshow.
- getSubscriptionDetails() - Method in class com.zoho.analytics.client.OrgAPI
-
Returns subscription details of the specified organization.
- getTrashViews() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns list of all views available in trash for the specified workspace.
- getUsers() - Method in class com.zoho.analytics.client.OrgAPI
-
Returns list of users for the specified organization.
- getVariableDetails(long) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns details of the specified variable.
- getVariables() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns list of all variables for the specified workspace.
- getViewDependents() - Method in class com.zoho.analytics.client.ViewAPI
-
Returns list of dependents views for the specified view.
- getViewDetails(long, JSONObject) - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns details of the specified view.
- getViewId() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to get the id of the View that is shared.
- getViewInstance(long, long, long) - Method in class com.zoho.analytics.client.AnalyticsClient
-
Creates a new ViewAPI
instance.
- getViewName() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to get the name of the View that is shared.
- getViews() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns list of all accessible views for the specified workspace.
- getViewURL(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Returns the URL to access the specified view.
- getWorkspaceDetails(long) - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns details of the specified workspace.
- getWorkspaceInstance(long, long) - Method in class com.zoho.analytics.client.AnalyticsClient
-
Creates a new WorkspaceAPI
instance.
- getWorkspaces() - Method in class com.zoho.analytics.client.AnalyticsClient
-
Returns list of all accessible workspaces.
- getWorkspaceUsers() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Returns list of users for the specified workspace.
- hasAddRowPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has ADDROW permission.
- hasAppendImportPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has APPEND IMPORT permission.
- hasDeleteAllRowsPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has DELETEALLROWS permission.
- hasDeleteRowPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has DELETEROW permission.
- hasDeleteUpdateAddImportPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has DELETE UPDATEADD IMPORT permission.
- hasDiscussionPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has DISCUSSION permission.
- hasDrillDownPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has DRILLDOWN permission.
- hasExportPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has EXPORT permission.
- hasReadPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has READ permission.
- hasSharePermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has SHARE permission.
- hasTruncateImportPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has TRUNCATE IMPORT permission.
- hasUpdateImportPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has UPDATE IMPORT permission.
- hasUpdateRowPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has UPDATEROW permission.
- hasVUDPermission() - Method in class com.zoho.analytics.client.PermissionInfo
-
This method is used to find whether this permission entry has View Underlying Data permission.
- hideColumns(JSONArray) - Method in class com.zoho.analytics.client.ViewAPI
-
Hide the specified columns in the table.
- refetchData(JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Sync data from available datasource for the specified view.
- removeAdmins(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Remove admins from the specified workspace.
- removeDefault() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Remove a specified workspace from default.
- removeFavorite() - Method in class com.zoho.analytics.client.ViewAPI
-
Remove a specified view from favorite.
- removeFavorite() - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Remove a specified workspace from favorite.
- removeGroupMembers(long, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Remove users from the specified group.
- removeLookup(long, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Remove the lookup for the specified column in the table.
- removePrivateAccess() - Method in class com.zoho.analytics.client.ViewAPI
-
Remove private link access for the specified view.
- removePublicAccess() - Method in class com.zoho.analytics.client.ViewAPI
-
Remove public access for the specified view.
- removeShare(JSONArray, JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Remove shared views for the specified users.
- removeUsers(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.OrgAPI
-
Remove users from the specified organization.
- removeWorkspaceUsers(JSONArray, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Remove users from the specified workspace.
- rename(String, JSONObject) - Method in class com.zoho.analytics.client.ViewAPI
-
Rename a specified view in the workspace.
- rename(String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Rename a specified workspace in the organization.
- renameColumn(long, String) - Method in class com.zoho.analytics.client.ViewAPI
-
Rename a specified column in the table.
- renameFolder(long, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Rename a specified folder in the workspace.
- renameGroup(long, String, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Rename a specified group.
- restoreTrashView(long, JSONObject) - Method in class com.zoho.analytics.client.WorkspaceAPI
-
Restore the specified view from trash.