| Modifier and Type | Method and Description |
|---|---|
com.v5analytics.webster.parameterProviders.ParameterProvider<VisalloResponse> |
VisalloResponseParameterProviderFactory.createParameterProvider(Method handleMethod,
Class<?> parameterType,
Annotation[] parameterAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VisalloResponseParameterProviderFactory.isHandled(Method handleMethod,
Class<? extends VisalloResponse> parameterType,
Annotation[] parameterAnnotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.handle(javax.servlet.http.HttpServletRequest request,
String pluginName,
VisalloResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
MapzenTileProxy.handle(String uri,
VisalloResponse response) |
void |
GetGeocoder.handle(String query,
VisalloResponse response) |
| Modifier and Type | Method and Description |
|---|---|
org.visallo.web.clientapi.model.ClientApiOntology |
Ontology.handle(VisalloResponse response) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceExternalGet.handle(org.vertexium.Authorizations authorizations,
String vertexId,
String url,
int maxWidth,
int maxHeight,
int jpegQuality,
VisalloResponse response) |
void |
MapMarkerImage.handle(String typeStr,
long scale,
double headingParam,
boolean selected,
VisalloResponse response,
User user) |
void |
ResourceGet.handle(String id,
String state,
VisalloResponse response) |
| 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 |
|---|---|
InputStream |
VertexRaw.handle(javax.servlet.http.HttpServletRequest request,
String graphVertexId,
boolean download,
boolean playback,
String type,
org.vertexium.Authorizations authorizations,
VisalloResponse response) |
org.visallo.web.clientapi.model.ClientApiVerticesExistsResponse |
VertexExists.handle(String[] vertexIds,
VisalloResponse response,
org.vertexium.Authorizations authorizations) |
org.visallo.web.clientapi.model.ClientApiVertexDetails |
VertexDetails.handle(String vertexId,
org.vertexium.Authorizations authorizations,
VisalloResponse response) |
void |
VertexPosterFrame.handle(String graphVertexId,
Integer width,
org.vertexium.Authorizations authorizations,
User user,
VisalloResponse response) |
void |
VertexVideoPreviewImage.handle(String graphVertexId,
Integer width,
User user,
org.vertexium.Authorizations authorizations,
VisalloResponse response) |
void |
VertexThumbnail.handle(String graphVertexId,
Integer width,
User user,
org.vertexium.Authorizations authorizations,
VisalloResponse response) |
void |
VertexGetPropertyValue.handle(String graphVertexId,
String propertyKey,
String propertyName,
String range,
boolean download,
boolean playback,
org.vertexium.Authorizations authorizations,
VisalloResponse response) |
String |
VertexHighlightedText.handle(String graphVertexId,
String propertyKey,
String propertyName,
String workspaceId,
User user,
org.vertexium.Authorizations authorizations,
VisalloResponse response) |
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) |
Copyright © 2013–2016 V5 Analytics. All rights reserved.