| Package | Description |
|---|---|
| org.visallo.web.routes.dashboard | |
| org.visallo.web.routes.edge | |
| org.visallo.web.routes.search | |
| org.visallo.web.routes.vertex | |
| org.visallo.web.routes.workspace |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
DashboardUpdate.handle(String dashboardId,
String title,
String[] items,
String workspaceId,
User user) |
org.visallo.web.clientapi.model.ClientApiDashboardItemUpdateResponse |
DashboardItemUpdate.handle(String dashboardId,
String dashboardItemId,
String title,
String configuration,
String extensionId,
String workspaceId,
User user) |
org.visallo.web.clientapi.model.ClientApiSuccess |
DashboardItemDelete.handle(String dashboardItemId,
String workspaceId,
User user) |
org.visallo.web.clientapi.model.ClientApiSuccess |
DashboardDelete.handle(String dashboardId,
String workspaceId,
User user) |
org.visallo.web.clientapi.model.ClientApiDashboards |
DashboardAll.handle(String workspaceId,
User user) |
| Modifier and Type | Method and Description |
|---|---|
org.visallo.web.clientapi.model.ClientApiSuccess |
EdgeSetProperty.handle(javax.servlet.http.HttpServletRequest request,
String edgeId,
String propertyKey,
String propertyName,
String valueStr,
String visibilitySource,
String sourceInfo,
String metadataString,
String justificationText,
String workspaceId,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiSuccess |
EdgeDeleteProperty.handle(javax.servlet.http.HttpServletRequest request,
String edgeId,
String propertyKey,
String propertyName,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiEdgeMultipleResponse |
EdgeMultiple.handle(String[] edgeIdsParameter,
String workspaceId,
javax.servlet.http.HttpServletRequest request,
User user) |
org.visallo.web.clientapi.model.ClientApiEdge |
EdgeProperties.handle(String graphEdgeId,
String workspaceId,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiElement |
EdgeSetVisibility.handle(String graphEdgeId,
String visibilitySource,
String workspaceId,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiElement |
EdgeCreate.handle(String edgeId,
String outVertexId,
String inVertexId,
String predicateLabel,
String visibilitySource,
String justificationText,
org.visallo.web.clientapi.model.ClientApiSourceInfo sourceInfo,
String workspaceId,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiSuccess |
EdgeSetPropertyVisibility.handle(String graphEdgeId,
String newVisibilitySource,
String oldVisibilitySource,
String propertyKey,
String propertyName,
String workspaceId,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiSuccess |
EdgeDelete.handle(String edgeId,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRun.handle(String workspaceId,
String id,
User user,
javax.servlet.http.HttpServletRequest request,
VisalloResponse response) |
| Modifier and Type | Method and Description |
|---|---|
org.visallo.web.clientapi.model.ClientApiArtifactImportResponse |
VertexImport.handle(boolean shouldPublish,
boolean addToWorkspace,
boolean findExistingByFileHash,
String workspaceId,
org.vertexium.Authorizations authorizations,
User user,
ResourceBundle resourceBundle,
javax.servlet.http.HttpServletRequest request) |
org.visallo.web.clientapi.model.ClientApiElementSearchResponse |
VertexGeoSearch.handle(double latitude,
double longitude,
double radius,
String workspaceId,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiVertexMultipleResponse |
VertexMultiple.handle(javax.servlet.http.HttpServletRequest request,
String[] vertexIdsParam,
boolean fallbackToPublic,
String workspaceId,
User user) |
org.visallo.web.clientapi.model.ClientApiElement |
VertexSetProperty.handle(javax.servlet.http.HttpServletRequest request,
String graphVertexId,
String propertyKey,
String propertyName,
String valueStr,
String[] valuesStr,
String visibilitySource,
String oldVisibilitySource,
String sourceInfoString,
String metadataString,
String justificationText,
String workspaceId,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiSuccess |
VertexDeleteProperty.handle(javax.servlet.http.HttpServletRequest request,
String graphVertexId,
String propertyKey,
String propertyName,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiElement |
VertexUploadImage.handle(javax.servlet.http.HttpServletRequest request,
String graphVertexId,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiElementFindRelatedResponse |
VertexFindRelated.handle(javax.servlet.http.HttpServletRequest request,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiElementSearchResponse |
ElementSearchBase.handle(javax.servlet.http.HttpServletRequest request,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiVertexEdges |
VertexEdges.handle(String graphVertexId,
int offset,
int size,
String edgeLabel,
String relatedVertexId,
String directionStr,
String workspaceId,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiElement |
VertexProperties.handle(String graphVertexId,
String workspaceId,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiSuccess |
UnresolveTermEntity.handle(String termMentionId,
String workspaceId,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiSuccess |
ResolveTermEntity.handle(String artifactId,
String propertyKey,
String propertyName,
long mentionStart,
long mentionEnd,
String title,
String conceptId,
String visibilitySource,
String resolvedVertexId,
String sourceInfoString,
String justificationText,
String workspaceId,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiTermMentionsResponse |
VertexGetTermMentions.handle(String graphVertexId,
String propertyKey,
String propertyName,
String workspaceId,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiTermMentionsResponse |
VertexGetResolvedTo.handle(String graphVertexId,
String propertyKey,
String propertyName,
String workspaceId,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiElement |
VertexNew.handle(String vertexId,
String conceptType,
String visibilitySource,
String propertiesJsonString,
boolean shouldPublish,
String justificationText,
org.visallo.web.clientapi.model.ClientApiSourceInfo sourceInfo,
String workspaceId,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiElement |
VertexSetVisibility.handle(String graphVertexId,
String visibilitySource,
String workspaceId,
String sourceGuid,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiVertexPropertyDetails |
VertexPropertyDetails.handle(String vertexId,
String propertyKey,
String propertyName,
String visibilitySource,
String workspaceId,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations,
VisalloResponse response) |
org.visallo.web.clientapi.model.ClientApiSuccess |
VertexSetPropertyVisibility.handle(String graphVertexId,
String newVisibilitySource,
String oldVisibilitySource,
String propertyKey,
String propertyName,
String workspaceId,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiElement |
ResolveDetectedObject.handle(String artifactId,
String title,
String conceptId,
String visibilitySource,
String graphVertexId,
String justificationText,
String sourceInfoString,
String originalPropertyKey,
double x1,
double x2,
double y1,
double y2,
ResourceBundle resourceBundle,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
String |
VertexHighlightedText.handle(String graphVertexId,
String propertyKey,
String propertyName,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations,
VisalloResponse response) |
org.visallo.web.clientapi.model.ClientApiElement |
UnresolveDetectedObject.handle(String vertexId,
String multiValueKey,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiSuccess |
VertexRemove.handle(String graphVertexId,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiLongRunningProcessSubmitResponse |
VertexFindPath.handle(User user,
String workspaceId,
String outVertexId,
String inVertexId,
int hops,
String[] edgeLabels,
org.vertexium.Authorizations authorizations,
VisalloResponse response) |
| Modifier and Type | Method and Description |
|---|---|
org.visallo.web.clientapi.model.ClientApiWorkspacePublishResponse |
WorkspacePublish.handle(org.visallo.web.clientapi.model.ClientApiPublishItem[] publishData,
String workspaceId,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiWorkspaceUndoResponse |
WorkspaceUndo.handle(org.visallo.web.clientapi.model.ClientApiUndoItem[] undoData,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiSuccess |
WorkspaceUpdate.handle(org.visallo.web.clientapi.model.ClientApiWorkspaceUpdateData updateData,
String workspaceId,
String sourceGuid,
ResourceBundle resourceBundle,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiWorkspaceEdges |
WorkspaceEdges.handle(javax.servlet.http.HttpServletRequest request,
String[] additionalVertexIds,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiWorkspaceDiff |
WorkspaceDiff.handle(String workspaceId,
Locale locale,
String timeZone,
User user) |
org.visallo.web.clientapi.model.ClientApiWorkspaces |
WorkspaceList.handle(String workspaceId,
User user) |
org.visallo.web.clientapi.model.ClientApiWorkspaceVertices |
WorkspaceVertices.handle(User user,
org.vertexium.Authorizations authorizations,
String workspaceId) |
Copyright © 2013–2016 V5 Analytics. All rights reserved.