| Modifier and Type | Field and Description |
|---|---|
protected Authorizations |
CommandLineTool.authorizations |
| Modifier and Type | Method and Description |
|---|---|
protected Authorizations |
CommandLineTool.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
QueueExternalResourceWorker.process(Object messageId,
org.json.JSONObject json,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PostFileImportHandler.handle(Graph graph,
Vertex vertex,
List<BcPropertyUpdate> changedProperties,
Workspace workspace,
PropertyMetadata propertyMetadata,
Visibility visibility,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
TermMentionFilterPrepareData.getAuthorizations() |
Authorizations |
DataWorker.getAuthorizations() |
Authorizations |
DataWorkerPrepareData.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
TermMentionFilter.apply(Vertex artifactGraphVertex,
Iterable<Vertex> termMentions,
Authorizations authorizations) |
protected abstract void |
PostMimeTypeWorker.execute(String mimeType,
DataWorkerData data,
Authorizations authorizations) |
void |
PostMimeTypeWorker.executeAndCleanup(String mimeType,
DataWorkerData data,
Authorizations authorizations) |
Element |
PostMimeTypeWorker.refresh(Element element,
Authorizations authorizations) |
void |
DataWorkerRunner.setAuthorizations(Authorizations authorizations) |
void |
DataWorkerData.setVisibilityJsonOnElement(Element element,
Authorizations authorizations) |
| Constructor and Description |
|---|
DataWorkerPrepareData(Map configuration,
List<TermMentionFilter> termMentionFilters,
User user,
Authorizations authorizations,
com.google.inject.Injector injector) |
TermMentionFilterPrepareData(Map configuration,
User user,
Authorizations authorizations,
com.google.inject.Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
GraphUpdateContext.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
Edge |
GraphRepository.addEdge(String edgeId,
Vertex outVertex,
Vertex inVertex,
String predicateLabel,
String justificationText,
ClientApiSourceInfo sourceInfo,
String visibilitySource,
String workspaceId,
User user,
Authorizations authorizations) |
Edge |
GraphRepository.addEdge(String edgeId,
Vertex outVertex,
Vertex inVertex,
String predicateLabel,
String justificationText,
ClientApiSourceInfo sourceInfo,
VisibilityJson visibilityJson,
User user,
Authorizations authorizations) |
Vertex |
GraphRepository.addVertex(String vertexId,
String conceptType,
String visibilitySource,
String workspaceId,
String justificationText,
ClientApiSourceInfo sourceInfo,
User user,
Authorizations authorizations) |
Vertex |
GraphRepository.addVertex(String vertexId,
String conceptType,
VisibilityJson visibilityJson,
String justificationText,
ClientApiSourceInfo sourceInfo,
User user,
Authorizations authorizations) |
GraphUpdateContext |
GraphRepository.beginGraphUpdate(Priority priority,
User user,
Authorizations authorizations) |
<T extends Element> |
GraphRepository.setProperty(T element,
String propertyName,
String propertyKey,
Value value,
Metadata metadata,
String oldVisibilitySource,
String newVisibilitySource,
String workspaceId,
String justificationText,
ClientApiSourceInfo sourceInfo,
User user,
Authorizations authorizations) |
<T extends Element> |
GraphRepository.updateElementVisibilitySource(Element element,
SandboxStatus sandboxStatus,
String visibilitySource,
String workspaceId,
Authorizations authorizations) |
<T extends Element> |
GraphRepository.updatePropertyVisibilitySource(Element element,
String propertyKey,
String propertyName,
String oldVisibilitySource,
String newVisibilitySource,
String workspaceId,
User user,
Authorizations authorizations) |
| Constructor and Description |
|---|
GraphUpdateContext(Graph graph,
WorkQueueRepository workQueueRepository,
WebQueueRepository webQueueRepository,
VisibilityTranslator visibilityTranslator,
Priority priority,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
GeLongRunningProcessRepository.getAuthorizations(User user) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
LongRunningProcessRepository.enqueue(org.json.JSONObject longRunningProcessQueueItem,
User user,
Authorizations authorizations) |
String |
GeLongRunningProcessRepository.enqueue(org.json.JSONObject longRunningProcessQueueItem,
User user,
Authorizations authorizations) |
String |
LongRunningProcessRepository.enqueue(LongRunningProcessQueueItemBase longRunningProcessQueueItem,
User user,
Authorizations authorizations) |
void |
ReindexLongRunningProcessWorker.reindexEdges(IdRange range,
int batchSize,
Authorizations authorizations) |
void |
ReindexLongRunningProcessWorker.reindexVertices(IdRange range,
int batchSize,
Authorizations authorizations) |
| Constructor and Description |
|---|
FindPathLongRunningProcessQueueItem(String outVertexId,
String inVertexId,
String[] labels,
int hops,
String workspaceId,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
BcProperty.addPropertyValue(Element element,
String multiKey,
TRaw value,
Metadata metadata,
Visibility visibility,
Authorizations authorizations) |
void |
BcProperty.addPropertyValue(Element element,
String multiKey,
TRaw value,
Visibility visibility,
Authorizations authorizations) |
void |
BcProperty.hideProperty(List<BcPropertyUpdate> changedPropertiesOut,
Element element,
Property propertyToHide,
String workspaceId,
Authorizations authorizations) |
void |
SingleValueBcProperty.removeProperty(Element element,
Authorizations authorizations) |
void |
BcProperty.removeProperty(Element element,
String key,
Authorizations authorizations) |
void |
SingleValueBcProperty.setProperty(Element element,
TRaw value,
Metadata metadata,
Visibility visibility,
Authorizations authorizations) |
void |
SingleValueBcProperty.setProperty(Element element,
TRaw value,
Visibility visibility,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
AuthorizationRepository.getGraphAuthorizations(String userName,
String... additionalAuthorizations) |
Authorizations |
AuthorizationRepositoryBase.getGraphAuthorizations(String userName,
String... additionalAuthorizations) |
Authorizations |
AuthorizationRepository.getGraphAuthorizations(User user,
String... additionalAuthorizations) |
Authorizations |
AuthorizationRepositoryBase.getGraphAuthorizations(User user,
String... additionalAuthorizations) |
| Modifier and Type | Field and Description |
|---|---|
protected Authorizations |
SchemaRepositoryBase.authorizations |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
SchemaRepository.getAuthorizations() |
Authorizations |
GeSchemaRepository.getAuthorizations() |
Authorizations |
SchemaRepositoryBase.getAuthorizations() |
Authorizations |
GeSchemaRepository.getAuthorizations(String namespace,
String... otherAuthorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeSchemaProperty.addIntent(String intent,
Authorizations authorizations) |
abstract void |
SchemaProperty.addIntent(String intent,
Authorizations authorizations) |
void |
GeRelationship.addIntent(String intent,
User user,
Authorizations authorizations) |
void |
GeConcept.addIntent(String intent,
User user,
Authorizations authorizations) |
abstract void |
Relationship.addIntent(String intent,
User user,
Authorizations authorizations) |
abstract void |
Concept.addIntent(String intent,
User user,
Authorizations authorizations) |
void |
GeSchemaProperty.addTextIndexHints(String textIndexHints,
Authorizations authorizations) |
abstract void |
SchemaProperty.addTextIndexHints(String textIndexHints,
Authorizations authorizations) |
protected void |
GeSchemaRepository.deleteChangeableProperties(SchemaElement element,
Authorizations authorizations) |
protected abstract void |
SchemaRepositoryBase.deleteChangeableProperties(SchemaElement element,
Authorizations authorizations) |
protected void |
GeSchemaRepository.deleteChangeableProperties(SchemaProperty property,
Authorizations authorizations) |
protected abstract void |
SchemaRepositoryBase.deleteChangeableProperties(SchemaProperty property,
Authorizations authorizations) |
Relationship |
SchemaRepository.getOrCreateRootRelationship(Authorizations authorizations) |
Relationship |
SchemaRepositoryBase.getOrCreateRootRelationship(Authorizations authorizations) |
void |
GeRelationship.removeIntent(String intent,
Authorizations authorizations) |
void |
GeConcept.removeIntent(String intent,
Authorizations authorizations) |
void |
GeSchemaProperty.removeIntent(String intent,
Authorizations authorizations) |
abstract void |
Relationship.removeIntent(String intent,
Authorizations authorizations) |
abstract void |
SchemaProperty.removeIntent(String intent,
Authorizations authorizations) |
abstract void |
Concept.removeIntent(String intent,
Authorizations authorizations) |
void |
GeRelationship.removeProperty(String name,
Authorizations authorizations) |
void |
GeConcept.removeProperty(String name,
Authorizations authorizations) |
abstract void |
Relationship.removeProperty(String name,
Authorizations authorizations) |
abstract void |
Concept.removeProperty(String name,
Authorizations authorizations) |
void |
GeConcept.removeProperty(String key,
String name,
Authorizations authorizations) |
void |
GeSchemaProperty.removeTextIndexHint(String textIndexHint,
Authorizations authorizations) |
void |
SchemaRepositoryBase.setAuthorizations(Authorizations authorizations) |
void |
SchemaRepository.setIconProperty(Concept concept,
File inDir,
String glyphIconFileName,
String propertyKey,
User user,
Authorizations authorizations) |
void |
SchemaRepositoryBase.setIconProperty(Concept concept,
File inDir,
String glyphIconFileName,
String propertyKey,
User user,
Authorizations authorizations) |
void |
GeRelationship.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
GeConcept.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
GeSchemaProperty.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
abstract void |
Relationship.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
abstract void |
SchemaProperty.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
abstract void |
Concept.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
SchemaProperty.updateIntents(String[] newIntents,
Authorizations authorizations) |
void |
Relationship.updateIntents(String[] newIntents,
User user,
Authorizations authorizations) |
void |
Concept.updateIntents(String[] newIntents,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected Authorizations |
InMemorySchemaRepository.getAuthorizations(String namespace,
String... otherAuthorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemorySchemaProperty.addIntent(String intent,
Authorizations authorizations) |
void |
InMemoryConcept.addIntent(String intent,
User user,
Authorizations authorizations) |
void |
InMemoryRelationship.addIntent(String intent,
User user,
Authorizations authorizations) |
void |
InMemorySchemaProperty.addTextIndexHints(String textIndexHints,
Authorizations authorizations) |
protected void |
InMemorySchemaRepository.deleteChangeableProperties(SchemaElement element,
Authorizations authorizations) |
protected void |
InMemorySchemaRepository.deleteChangeableProperties(SchemaProperty property,
Authorizations authorizations) |
void |
InMemoryConcept.removeIntent(String intent,
Authorizations authorizations) |
void |
InMemorySchemaProperty.removeIntent(String intent,
Authorizations authorizations) |
void |
InMemoryRelationship.removeIntent(String intent,
Authorizations authorizations) |
void |
InMemoryConcept.removeProperty(String name,
Authorizations authorizations) |
void |
InMemoryRelationship.removeProperty(String name,
Authorizations authorizations) |
void |
InMemoryConcept.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
InMemorySchemaProperty.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
InMemoryRelationship.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
void |
InMemoryExtendedDataTableSchemaProperty.setProperty(String name,
Value value,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected Query |
ElementSearchRunner.getQuery(SearchOptions searchOptions,
Authorizations authorizations) |
protected Query |
GeObjectSearchRunnerWithRelatedBase.getQuery(SearchOptions searchOptions,
Authorizations authorizations) |
protected abstract Query |
GeObjectSearchRunnerBase.getQuery(SearchOptions searchOptions,
Authorizations authorizations) |
VertexFindRelatedSearchResults |
VertexFindRelatedSearchRunner.run(SearchOptions searchOptions,
User user,
Authorizations authorizations) |
abstract SearchResults |
SearchRunner.run(SearchOptions searchOptions,
User user,
Authorizations authorizations) |
QueryResultsIterableSearchResults |
GeObjectSearchRunnerBase.run(SearchOptions searchOptions,
User user,
Authorizations authorizations) |
List<Element> |
SearchHelper.search(ClientApiSearch savedSearch,
User user,
Authorizations authorizations,
boolean includeEdges) |
List<String> |
SearchHelper.searchCypher(ClientApiSearch savedSearch,
User user,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
TermMentionRepository.getAuthorizations(Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
TermMentionRepository.addJustification(Vertex vertex,
String justificationText,
ClientApiSourceInfo sourceInfo,
BcVisibility bcVisibility,
Authorizations authorizations) |
<T extends Element> |
TermMentionRepository.addSourceInfo(T element,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
Vertex outVertex,
Visibility visibility,
Authorizations authorizations) |
void |
TermMentionRepository.addSourceInfoEdgeToEdge(Edge edge,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
Vertex originalVertex,
Visibility visibility,
Authorizations authorizations) |
void |
TermMentionRepository.addSourceInfoToVertex(Vertex vertex,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
Vertex outVertex,
Visibility visibility,
Authorizations authorizations) |
void |
TermMentionRepository.addSourceInfoToVertex(Vertex vertex,
String forElementId,
TermMentionFor forType,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
String edgeId,
String snippet,
String textPropertyKey,
String textPropertyName,
long startOffset,
long endOffset,
Vertex outVertex,
Visibility visibility,
Authorizations authorizations) |
void |
TermMentionRepository.delete(Vertex termMention,
Authorizations authorizations) |
void |
TermMentionRepository.deleteAllTermMentions(String outVertexId,
Authorizations authorizations) |
void |
TermMentionRepository.deleteTermMentions(String type,
String outVertexId,
Authorizations authorizations) |
Iterable<Vertex> |
TermMentionRepository.findByEdge(Edge edge,
Authorizations authorizations)
Find all term mentions connected to either side of the edge.
|
Iterable<Vertex> |
TermMentionRepository.findByEdgeForEdge(Edge edge,
Authorizations authorizations)
Finds term mention vertices that were created for the justification of a new edge.
|
Iterable<Vertex> |
TermMentionRepository.findByEdgeId(String outVertexId,
String edgeId,
Authorizations authorizations) |
Iterable<Vertex> |
TermMentionRepository.findByEdgeIdAndProperty(Edge edge,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
Authorizations authorizations)
Finds all term mentions connected to either side of an edge that match propertyKey, propertyName, and propertyVisibility.
|
Vertex |
TermMentionRepository.findById(String termMentionId,
Authorizations authorizations) |
Iterable<Vertex> |
TermMentionRepository.findByOutVertex(String outVertexId,
Authorizations authorizations) |
Iterable<Vertex> |
TermMentionRepository.findByOutVertexAndProperty(String outVertexId,
String propertyKey,
String propertyName,
Authorizations authorizations) |
Iterable<Vertex> |
TermMentionRepository.findByVertexId(String vertexId,
Authorizations authorizations)
Find all term mentions connected to the vertex.
|
Iterable<Vertex> |
TermMentionRepository.findByVertexIdAndProperty(String vertexId,
String propertyKey,
String propertyName,
Visibility propertyVisibility,
Authorizations authorizations)
Finds all term mentions connected to a vertex that match propertyKey, propertyName, and propertyVisibility.
|
Iterable<Vertex> |
TermMentionRepository.findByVertexIdForVertex(String vertexId,
Authorizations authorizations)
Finds term mention vertices that were created for the justification of a new vertex.
|
Vertex |
TermMentionRepository.findOutVertex(Vertex termMention,
Authorizations authorizations) |
Iterable<Vertex> |
TermMentionRepository.findResolvedTo(String inVertexId,
Authorizations authorizations) |
Stream<Vertex> |
TermMentionRepository.findResolvedToForRef(String inVertexId,
String refPropertyKey,
String refPropertyName,
Authorizations authorizations) |
Stream<Vertex> |
TermMentionRepository.findResolvedToForRefElement(String inVertexId,
Authorizations authorizations)
Gets all the resolve to term mentions for the element not a particular property.
|
Authorizations |
TermMentionRepository.getAuthorizations(Authorizations authorizations) |
ClientApiSourceInfo |
TermMentionRepository.getSourceInfoForEdge(Edge edge,
Authorizations authorizations) |
ClientApiSourceInfo |
TermMentionRepository.getSourceInfoForEdgeProperty(Edge edge,
Property property,
Authorizations authorizations) |
ClientApiSourceInfo |
TermMentionRepository.getSourceInfoForVertex(Vertex vertex,
Authorizations authorizations) |
ClientApiSourceInfo |
TermMentionRepository.getSourceInfoForVertexProperty(String vertexId,
Property property,
Authorizations authorizations) |
void |
TermMentionRepository.markHidden(Vertex termMention,
Visibility hiddenVisibility,
Authorizations authorizations) |
void |
TermMentionRepository.removeSourceInfoEdge(Element element,
String propertyKey,
String propertyName,
BcVisibility bcVisibility,
Authorizations authorizations) |
void |
TermMentionRepository.removeSourceInfoEdgeFromEdge(Edge edge,
String propertyKey,
String propertyName,
BcVisibility bcVisibility,
Authorizations authorizations) |
void |
TermMentionRepository.removeSourceInfoEdgeFromVertex(String vertexId,
String sourceInfoElementId,
String propertyKey,
String propertyName,
BcVisibility bcVisibility,
Authorizations authorizations) |
Vertex |
TermMentionBuilder.save(Graph graph,
VisibilityTranslator visibilityTranslator,
User user,
Authorizations authorizations)
Saves the term mention to the graph.
|
ClientApiTermMentionsResponse |
TermMentionRepository.toClientApi(Iterable<Vertex> termMentions,
String workspaceId,
Authorizations authorizations) |
void |
TermMentionRepository.updateVisibility(Vertex termMention,
Visibility newVisibility,
Authorizations authorizations) |
| Constructor and Description |
|---|
TermMentionUtils(Graph graph,
VisibilityTranslator visibilityTranslator,
Authorizations authorizations,
User user) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeWorkspaceRepository.addWorkspaceToUser(Vertex workspaceVertex,
Vertex userVertex,
Authorizations authorizations) |
Vertex |
GeWorkspace.getVertex(Graph graph,
boolean includeHidden,
Authorizations authorizations) |
protected Map<String,Vertex> |
GeWorkspaceRepository.getWorkspaceVertices(Workspace workspace,
List<Edge> entityEdges,
Authorizations authorizations) |
ClientApiWorkspace |
WorkspaceRepository.toClientApi(Workspace workspace,
User user,
Authorizations authorizations) |
static Iterable<Vertex> |
WorkspaceEntity.toVertices(Iterable<WorkspaceEntity> workspaceEntities,
Graph graph,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
SimpleOrmContext.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
PingUtil.createVertex(String remoteAddr,
long searchTime,
long retrievalTime,
Graph graph,
Authorizations authorizations) |
void |
PingUtil.enqueueToLongRunningProcess(Vertex vertex,
LongRunningProcessRepository longRunningProcessRepository,
Authorizations authorizations) |
org.json.JSONObject |
PingUtil.getAverages(int minutes,
Graph graph,
Authorizations authorizations) |
void |
PingUtil.gpwUpdate(Vertex vertex,
Graph graph,
Authorizations authorizations) |
void |
PingUtil.lrpUpdate(Vertex vertex,
Graph graph,
Authorizations authorizations) |
void |
PingUtil.retrieve(String vertexId,
Graph graph,
Authorizations authorizations) |
String |
PingUtil.search(Graph graph,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
static ClientApiGeObject |
ClientApiConverter.toClientApi(GeObject geObject,
String workspaceId,
Authorizations authorizations) |
static ClientApiGeObject |
ClientApiConverter.toClientApi(GeObject geObject,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
static List<? extends ClientApiGeObject> |
ClientApiConverter.toClientApi(Iterable<? extends GeObject> geObjects,
String workspaceId,
Authorizations authorizations) |
static List<? extends ClientApiGeObject> |
ClientApiConverter.toClientApi(Iterable<? extends GeObject> geObjects,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
static ClientApiEdgeWithVertexData |
ClientApiConverter.toClientApiEdgeWithVertexData(Edge edge,
Vertex source,
Vertex target,
String workspaceId,
Authorizations authorizations) |
static List<ClientApiElement> |
ClientApiConverter.toClientApiTermMention(Iterable<Property> elements,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
static ClientApiElement |
ClientApiConverter.toClientApiTermMention(Property element,
String workspaceId,
boolean includeEdgeInfos,
Authorizations authorizations) |
static ClientApiVertex |
ClientApiConverter.toClientApiVertex(Vertex vertex,
String workspaceId,
Authorizations authorizations) |
static ClientApiVertex |
ClientApiConverter.toClientApiVertex(Vertex vertex,
String workspaceId,
Integer commonCount,
Authorizations authorizations) |
static ClientApiVertex |
ClientApiConverter.toClientApiVertex(Vertex vertex,
String workspaceId,
Integer commonCount,
boolean includeEdgeInfos,
Authorizations authorizations) |
static List<ClientApiVertex> |
ClientApiConverter.toClientApiVertices(Iterable<? extends Vertex> vertices,
String workspaceId,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
default Authorizations |
Graph.createAuthorizations(Authorizations auths,
Collection<String> additionalAuthorizations)
Creates an authorizations object combining auths and additionalAuthorizations.
|
Authorizations |
GraphBase.createAuthorizations(Authorizations auths,
String... additionalAuthorizations) |
Authorizations |
Graph.createAuthorizations(Authorizations auths,
String... additionalAuthorizations)
Creates an authorizations object combining auths and additionalAuthorizations.
|
default Authorizations |
Graph.createAuthorizations(Collection<String> auths)
Creates an authorizations object.
|
Authorizations |
Graph.createAuthorizations(String... auths)
Creates an authorizations object.
|
abstract Authorizations |
GraphBaseWithSearchIndex.createAuthorizations(String... auths) |
Authorizations |
SecurityGeException.getAuthorizations() |
Authorizations |
Element.getAuthorizations()
Gets the authorizations used to get this element.
|
| Modifier and Type | Method and Description |
|---|---|
default Edge |
Graph.addEdge(String edgeId,
String outVertexId,
String inVertexId,
String label,
Visibility visibility,
Authorizations authorizations)
Adds an edge between two vertices.
|
default Edge |
Graph.addEdge(String outVertexId,
String inVertexId,
String label,
Visibility visibility,
Authorizations authorizations)
Adds an edge between two vertices.
|
default Edge |
Graph.addEdge(String edgeId,
Vertex outVertex,
Vertex inVertex,
String label,
Visibility visibility,
Authorizations authorizations)
Adds an edge between two vertices.
|
default Edge |
Graph.addEdge(Vertex outVertex,
Vertex inVertex,
String label,
Visibility visibility,
Authorizations authorizations)
Adds an edge between two vertices.
|
default void |
Element.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Visibility visibility,
Authorizations authorizations)
Adds or updates a property.
|
default void |
Element.addPropertyValue(String key,
String name,
Value value,
Visibility visibility,
Authorizations authorizations)
Adds or updates a property.
|
default Vertex |
Graph.addVertex(String vertexId,
Visibility visibility,
Authorizations authorizations,
String conceptType)
Adds a vertex to the graph.
|
default Vertex |
Graph.addVertex(Visibility visibility,
Authorizations authorizations,
String conceptType)
Adds a vertex to the graph.
|
default Iterable<Vertex> |
Graph.addVertices(Iterable<ElementBuilder<Vertex>> vertices,
Authorizations authorizations)
Adds the vertices to the graph.
|
boolean |
Authorizations.contains(Authorizations authorizations) |
default Authorizations |
Graph.createAuthorizations(Authorizations auths,
Collection<String> additionalAuthorizations)
Creates an authorizations object combining auths and additionalAuthorizations.
|
Authorizations |
GraphBase.createAuthorizations(Authorizations auths,
String... additionalAuthorizations) |
Authorizations |
Graph.createAuthorizations(Authorizations auths,
String... additionalAuthorizations)
Creates an authorizations object combining auths and additionalAuthorizations.
|
protected void |
GraphBase.deleteAllExtendedDataForElement(Element element,
Authorizations authorizations) |
void |
Graph.deleteEdge(Edge edge,
Authorizations authorizations)
Permanently deletes an edge from the graph.
|
abstract void |
GraphBaseWithSearchIndex.deleteEdge(Edge edge,
Authorizations authorizations) |
default void |
Graph.deleteEdge(String edgeId,
Authorizations authorizations)
Permanently deletes an edge from the graph.
|
default void |
Graph.deleteElement(ElementId elementId,
Authorizations authorizations)
Deletes an element
|
default void |
Graph.deleteElements(Stream<? extends ElementId> elementIds,
Authorizations authorizations)
Deletes multiple elements
|
void |
Graph.deleteExtendedDataRow(ExtendedDataRowId id,
Authorizations authorizations)
Deletes an extended data row
|
default void |
Element.deleteProperties(String name,
Authorizations authorizations)
Permanently deletes all properties with the given name that you have access to.
|
default void |
Element.deleteProperty(Property property,
Authorizations authorizations)
Permanently deletes a property from the element.
|
default void |
Element.deleteProperty(String key,
String name,
Authorizations authorizations)
Permanently deletes a property given it's key and name from the element.
|
void |
Element.deleteProperty(String key,
String name,
Visibility visibility,
Authorizations authorizations)
Permanently deletes a property given it's key and name from the element.
|
default void |
Graph.deleteVertex(String vertexId,
Authorizations authorizations)
Permanently deletes a vertex from the graph.
|
void |
Graph.deleteVertex(Vertex vertex,
Authorizations authorizations)
Permanently deletes a vertex from the graph.
|
abstract void |
GraphBaseWithSearchIndex.deleteVertex(Vertex vertex,
Authorizations authorizations) |
default Map<String,Boolean> |
Graph.doEdgesExist(Iterable<String> ids,
Authorizations authorizations)
Tests the existence of edges with the given authorizations.
|
default Map<String,Boolean> |
Graph.doEdgesExist(Iterable<String> ids,
Long endTime,
Authorizations authorizations)
Tests the existence of edges with the given authorizations.
|
default boolean |
Graph.doesEdgeExist(String edgeId,
Authorizations authorizations)
Tests the existence of a edge with the given authorizations.
|
default boolean |
Graph.doesVertexExist(String vertexId,
Authorizations authorizations)
Tests the existence of a vertex with the given authorizations.
|
default Map<String,Boolean> |
Graph.doVerticesExist(Iterable<String> ids,
Authorizations authorizations)
Tests the existence of vertices with the given authorizations.
|
boolean |
Authorizations.equals(Authorizations authorizations) |
Iterable<String> |
GraphBase.filterEdgeIdsByAuthorization(Iterable<String> edgeIds,
String authorizationToMatch,
EnumSet<ElementFilter> filters,
Authorizations authorizations) |
Iterable<String> |
Graph.filterEdgeIdsByAuthorization(Iterable<String> edgeIds,
String authorizationToMatch,
EnumSet<ElementFilter> filters,
Authorizations authorizations)
Filters a collection of edge ids by the authorizations of that edge, properties, etc.
|
Iterable<String> |
GraphBase.filterVertexIdsByAuthorization(Iterable<String> vertexIds,
String authorizationToMatch,
EnumSet<ElementFilter> filters,
Authorizations authorizations) |
Iterable<String> |
Graph.filterVertexIdsByAuthorization(Iterable<String> vertexIds,
String authorizationToMatch,
EnumSet<ElementFilter> filters,
Authorizations authorizations)
Filters a collection of vertex ids by the authorizations of that vertex, properties, etc.
|
Iterable<Path> |
GraphBase.findPaths(FindPathOptions options,
Authorizations authorizations) |
Iterable<Path> |
Graph.findPaths(FindPathOptions options,
Authorizations authorizations)
Finds all paths between two vertices.
|
default Iterable<Path> |
Graph.findPaths(String sourceVertexId,
String destVertexId,
int maxHops,
Authorizations authorizations)
Deprecated.
|
default Iterable<Path> |
Graph.findPaths(String sourceVertexId,
String destVertexId,
int maxHops,
ProgressCallback progressCallback,
Authorizations authorizations)
Deprecated.
|
default Iterable<Path> |
Graph.findPaths(String sourceVertexId,
String destVertexId,
String[] labels,
int maxHops,
Authorizations authorizations)
Deprecated.
|
default Iterable<Path> |
Graph.findPaths(String sourceVertexId,
String destVertexId,
String[] labels,
int maxHops,
ProgressCallback progressCallback,
Authorizations authorizations)
Deprecated.
|
protected void |
GraphBase.findPathsRecursive(FindPathOptions options,
List<Path> foundPaths,
Vertex sourceVertex,
Vertex destVertex,
int hops,
Set<String> seenVertices,
Path currentPath,
ProgressCallback progressCallback,
Authorizations authorizations) |
protected void |
GraphBase.findPathsSetIntersection(FindPathOptions options,
List<Path> foundPaths,
Vertex sourceVertex,
Vertex destVertex,
ProgressCallback progressCallback,
Authorizations authorizations) |
default Iterable<String> |
Graph.findRelatedEdgeIds(Iterable<String> vertexIds,
Authorizations authorizations)
Given a list of vertex ids, find all the edge ids that connect them.
|
default Iterable<String> |
Graph.findRelatedEdgeIds(Iterable<String> vertexIds,
Long endTime,
Authorizations authorizations)
Given a list of vertex ids, find all the edge ids that connect them.
|
default Iterable<String> |
Graph.findRelatedEdgeIdsForVertices(Iterable<Vertex> verticesIterable,
Authorizations authorizations)
Given a list of vertices, find all the edge ids that connect them.
|
default Iterable<String> |
Graph.findRelatedEdges(Iterable<String> vertexIds,
Authorizations authorizations)
Deprecated.
|
default Iterable<String> |
Graph.findRelatedEdges(Iterable<String> vertexIds,
Long endTime,
Authorizations authorizations)
Deprecated.
|
default Iterable<RelatedEdge> |
Graph.findRelatedEdgeSummary(Iterable<String> vertexIds,
Authorizations authorizations)
Given a list of vertex ids, find all the edges that connect them.
|
default Iterable<RelatedEdge> |
Graph.findRelatedEdgeSummary(Iterable<String> vertexIds,
Long endTime,
Authorizations authorizations)
Given a list of vertex ids, find all the edges that connect them.
|
default Iterable<RelatedEdge> |
Graph.findRelatedEdgeSummaryForVertices(Iterable<Vertex> verticesIterable,
Authorizations authorizations)
Given a list of vertices, find all the edges that connect them.
|
protected Iterable<ExtendedDataRow> |
GraphBase.getAllExtendedData(FetchHints fetchHints,
Authorizations authorizations) |
default Edge |
Graph.getEdge(String edgeId,
Authorizations authorizations)
Get an edge from the graph.
|
default Edge |
Graph.getEdge(String edgeId,
FetchHints fetchHints,
Authorizations authorizations)
Get an edge from the graph.
|
default Edge |
Graph.getEdge(String edgeId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Get an edge from the graph.
|
default long |
Graph.getEdgeCount(Authorizations authorizations)
Gets a count of the number of edges in the system.
|
default int |
Vertex.getEdgeCount(Direction direction,
Authorizations authorizations)
Gets count of edges on this vertex.
|
Iterable<String> |
Vertex.getEdgeIds(Direction direction,
Authorizations authorizations)
Gets the connected edge ids.
|
Iterable<String> |
Vertex.getEdgeIds(Direction direction,
String[] labels,
Authorizations authorizations)
Gets the connected edge ids.
|
Iterable<String> |
Vertex.getEdgeIds(Direction direction,
String label,
Authorizations authorizations)
Gets the connected edge ids.
|
Iterable<String> |
Vertex.getEdgeIds(Vertex otherVertex,
Direction direction,
Authorizations authorizations)
Gets the connected edge ids.
|
Iterable<String> |
Vertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String[] labels,
Authorizations authorizations)
Gets a list of edge ids between this vertex and another vertex.
|
Iterable<String> |
Vertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String label,
Authorizations authorizations)
Gets the connected edge ids.
|
default Iterable<EdgeInfo> |
Vertex.getEdgeInfos(Direction direction,
Authorizations authorizations)
Get a list of EdgeInfo.
|
Iterable<EdgeInfo> |
Vertex.getEdgeInfos(Direction direction,
String[] labels,
Authorizations authorizations)
Get a list of EdgeInfo.
|
default Iterable<EdgeInfo> |
Vertex.getEdgeInfos(Direction direction,
String label,
Authorizations authorizations)
Get a list of EdgeInfo.
|
default Iterable<String> |
Vertex.getEdgeLabels(Direction direction,
Authorizations authorizations)
Gets a list of edge labels.
|
default Iterable<Edge> |
Graph.getEdges(Authorizations authorizations)
Gets all edges on the graph.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
Iterable<Edge> |
Vertex.getEdges(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edges attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
String[] labels,
Authorizations authorizations)
Gets all edges with any of the given labels attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges with any of the given labels attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
String label,
Authorizations authorizations)
Gets all edges with the given label attached to this vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges with the given label attached to this vertex.
|
default Iterable<Edge> |
Graph.getEdges(FetchHints fetchHints,
Authorizations authorizations)
Gets all edges on the graph.
|
Iterable<Edge> |
Graph.getEdges(FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edges on the graph.
|
abstract Iterable<Edge> |
GraphBaseWithSearchIndex.getEdges(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
default Iterable<Edge> |
Graph.getEdges(Iterable<String> ids,
Authorizations authorizations)
Gets all edges on the graph matching the given ids.
|
default Iterable<Edge> |
Graph.getEdges(Iterable<String> ids,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges on the graph matching the given ids.
|
default Iterable<Edge> |
Graph.getEdges(Iterable<String> ids,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edges on the graph matching the given ids.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
Authorizations authorizations)
Gets all edges between this vertex and another vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String[] labels,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching any of the given labels.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching any of the given labels.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String label,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching the given label.
|
default Iterable<Edge> |
Vertex.getEdges(Vertex otherVertex,
Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edges between this vertex and another vertex matching the given label.
|
default Iterable<Edge> |
Graph.getEdgesInRange(IdRange idRange,
Authorizations authorizations)
Gets edges from the graph in the given range.
|
default Iterable<Edge> |
Graph.getEdgesInRange(IdRange idRange,
FetchHints fetchHints,
Authorizations authorizations)
Gets edges from the graph in the given range.
|
default Iterable<Edge> |
Graph.getEdgesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets edges from the graph in the given range.
|
EdgesSummary |
Vertex.getEdgesSummary(Authorizations authorizations)
Gets edge summary information
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
Authorizations authorizations)
Gets all edge/vertex pairs attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edge/vertex pairs attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all edge/vertex pairs attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
String[] labels,
Authorizations authorizations)
Gets all edge/vertex pairs with any of the given labels attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edge/vertex pairs with any of the given labels attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
String label,
Authorizations authorizations)
Gets all edge/vertex pairs with the given label attached to this vertex.
|
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Gets all edge/vertex pairs with the given label attached to this vertex.
|
static Iterable<EdgeVertexPair> |
EdgeVertexPair.getEdgeVertexPairs(Graph graph,
String sourceVertexId,
Iterable<EdgeInfo> edgeInfos,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
default Iterable<EdgeVertexPair> |
Vertex.getEdgeVertexPairs(Iterable<EdgeInfo> edgeInfos,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
default Element |
Graph.getElement(ElementId elementId,
Authorizations authorizations)
Get an element from the graph.
|
default Element |
Graph.getElement(ElementId elementId,
FetchHints fetchHints,
Authorizations authorizations)
Get an element from the graph.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementId elementId,
String tableName,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementId elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementType elementType,
String elementId,
String tableName,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default ExtendedDataRow |
Graph.getExtendedData(ExtendedDataRowId id,
Authorizations authorizations)
Gets the specified extended data row.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedData(Iterable<ExtendedDataRowId> ids,
Authorizations authorizations)
Gets the specified extended data rows.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedData(Iterable<ExtendedDataRowId> idsIterable,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedData(Iterable<ExtendedDataRowId> ids,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
default Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
String tableName,
Authorizations authorizations)
Gets the specified extended data rows.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedDataForElements(Iterable<? extends ElementId> elementIdsArg,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedDataForElements(Iterable<? extends ElementId> elementIds,
String tableName,
FetchHints fetchHints,
Authorizations authorizations)
Gets the specified extended data rows.
|
Iterable<ExtendedDataRow> |
GraphBase.getExtendedDataInRange(ElementType elementType,
IdRange elementIdRange,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
Graph.getExtendedDataInRange(ElementType elementType,
IdRange elementIdRange,
Authorizations authorizations)
Gets extended data rows from the graph in the given range.
|
default Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(Authorizations authorizations)
Gets all property values from all timestamps in descending timestamp order.
|
default Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(Long startTime,
Long endTime,
Authorizations authorizations)
Gets all property values from the given range of timestamps in descending timestamp order.
|
default Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Authorizations authorizations)
Gets property values from all timestamps in descending timestamp order.
|
default Iterable<HistoricalPropertyValue> |
Element.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations)
Gets property values from the given range of timestamps in descending timestamp order.
|
default Vertex |
Edge.getOtherVertex(String myVertexId,
Authorizations authorizations)
Given a vertexId that represents one side of a relationship, get me the vertex of the other side.
|
default Vertex |
Edge.getOtherVertex(String myVertexId,
FetchHints fetchHints,
Authorizations authorizations)
Given a vertexId that represents one side of a relationship, get me the vertex of the other side.
|
default Vertex |
Edge.getVertex(Direction direction,
Authorizations authorizations)
Get the attach vertex on either side of the edge.
|
default Vertex |
Edge.getVertex(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Get the attach vertex on either side of the edge.
|
default Vertex |
Graph.getVertex(String vertexId,
Authorizations authorizations)
Get a vertex from the graph.
|
default Vertex |
Graph.getVertex(String vertexId,
FetchHints fetchHints,
Authorizations authorizations)
Get a vertex from the graph.
|
default Vertex |
Graph.getVertex(String vertexId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Get a vertex from the graph.
|
default long |
Graph.getVertexCount(Authorizations authorizations)
Gets a count of the number of vertices in the system.
|
Iterable<String> |
Graph.getVertexIds(Authorizations authorizations) |
default Iterable<String> |
Vertex.getVertexIds(Direction direction,
Authorizations authorizations)
Gets vertex ids of connected vertices.
|
default Iterable<String> |
Vertex.getVertexIds(Direction direction,
String[] labels,
Authorizations authorizations)
Gets vertex ids of connected vertices.
|
default Iterable<String> |
Vertex.getVertexIds(Direction direction,
String label,
Authorizations authorizations)
Gets vertex ids of connected vertices.
|
default Map<Object,Long> |
Graph.getVertexPropertyCountByValue(String propertyName,
Authorizations authorizations)
Gets the number of times a property with a given value occurs on vertices
|
Map<Object,Long> |
GraphBaseWithSearchIndex.getVertexPropertyCountByValue(String propertyName,
Authorizations authorizations) |
default String |
Edge.getVertexType(Direction direction,
Authorizations authorizations) |
default EdgeVertices |
Edge.getVertices(Authorizations authorizations)
Gets both in and out vertices of this edge.
|
default Iterable<Vertex> |
Graph.getVertices(Authorizations authorizations)
Gets all vertices on the graph.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
FetchHints fetchHints,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String[] labels,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have any of the given labels.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have any of the given labels.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String label,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have the given label.
|
default Iterable<Vertex> |
Vertex.getVertices(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations)
Similar to getEdges but gets the vertices on the other side of the edges attached to this vertex that have the given label.
|
default EdgeVertices |
Edge.getVertices(FetchHints fetchHints,
Authorizations authorizations)
Gets both in and out vertices of this edge.
|
default Iterable<Vertex> |
Graph.getVertices(FetchHints fetchHints,
Authorizations authorizations)
Gets all vertices on the graph.
|
Iterable<Vertex> |
Graph.getVertices(FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all vertices on the graph.
|
abstract Iterable<Vertex> |
GraphBaseWithSearchIndex.getVertices(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
default Iterable<Vertex> |
Graph.getVertices(Iterable<String> ids,
Authorizations authorizations)
Gets all vertices matching the given ids on the graph.
|
default Iterable<Vertex> |
Graph.getVertices(Iterable<String> ids,
FetchHints fetchHints,
Authorizations authorizations)
Gets all vertices matching the given ids on the graph.
|
default Iterable<Vertex> |
Graph.getVertices(Iterable<String> ids,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets all vertices matching the given ids on the graph.
|
default List<Vertex> |
Graph.getVerticesInOrder(Iterable<String> ids,
Authorizations authorizations)
Gets all vertices matching the given ids on the graph.
|
default List<Vertex> |
Graph.getVerticesInOrder(Iterable<String> ids,
FetchHints fetchHints,
Authorizations authorizations)
Gets all vertices matching the given ids on the graph.
|
default Iterable<Vertex> |
Graph.getVerticesInRange(IdRange idRange,
Authorizations authorizations)
Gets vertices from the graph in the given range.
|
default Iterable<Vertex> |
Graph.getVerticesInRange(IdRange idRange,
FetchHints fetchHints,
Authorizations authorizations)
Gets vertices from the graph in the given range.
|
default Iterable<Vertex> |
Graph.getVerticesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets vertices from the graph in the given range.
|
default Iterable<Vertex> |
Graph.getVerticesWithPrefix(String vertexIdPrefix,
Authorizations authorizations)
Gets vertices from the graph given the prefix.
|
default Iterable<Vertex> |
Graph.getVerticesWithPrefix(String vertexIdPrefix,
FetchHints fetchHints,
Authorizations authorizations)
Gets vertices from the graph given the prefix.
|
default Iterable<Vertex> |
Graph.getVerticesWithPrefix(String vertexIdPrefix,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations)
Gets vertices from the graph given the prefix.
|
abstract boolean |
Property.isHidden(Authorizations authorizations) |
default boolean |
Element.isHidden(Authorizations authorizations)
Given the supplied authorizations is this element hidden?
|
boolean |
Graph.isVisibilityValid(Visibility visibility,
Authorizations authorizations)
Given an authorization is the visibility object valid.
|
abstract boolean |
GraphBaseWithSearchIndex.isVisibilityValid(Visibility visibility,
Authorizations authorizations) |
void |
Graph.markEdgeHidden(Edge edge,
Visibility visibility,
Authorizations authorizations)
Marks an edge as hidden for a given visibility.
|
abstract void |
GraphBaseWithSearchIndex.markEdgeHidden(Edge edge,
Visibility visibility,
Authorizations authorizations) |
void |
Graph.markEdgeVisible(Edge edge,
Visibility visibility,
Authorizations authorizations)
Marks an edge as visible for a given visibility, effectively undoing markEdgeHidden.
|
abstract void |
GraphBaseWithSearchIndex.markEdgeVisible(Edge edge,
Visibility visibility,
Authorizations authorizations) |
void |
Element.markPropertyHidden(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations)
Marks a property as hidden for a given visibility.
|
default void |
Element.markPropertyHidden(Property property,
Visibility visibility,
Authorizations authorizations)
Marks a property as hidden for a given visibility.
|
default void |
Element.markPropertyHidden(String key,
String name,
Visibility propertyVisibility,
Long timestamp,
Visibility visibility,
Authorizations authorizations)
Marks a property as hidden for a given visibility.
|
default void |
Element.markPropertyHidden(String key,
String name,
Visibility propertyVisibility,
Visibility visibility,
Authorizations authorizations)
Marks a property as hidden for a given visibility.
|
void |
Element.markPropertyVisible(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations)
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
|
default void |
Element.markPropertyVisible(Property property,
Visibility visibility,
Authorizations authorizations)
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
|
default void |
Element.markPropertyVisible(String key,
String name,
Visibility propertyVisibility,
Long timestamp,
Visibility visibility,
Authorizations authorizations)
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
|
default void |
Element.markPropertyVisible(String key,
String name,
Visibility propertyVisibility,
Visibility visibility,
Authorizations authorizations)
Marks a property as visible for a given visibility, effectively undoing markPropertyHidden.
|
void |
Graph.markVertexHidden(Vertex vertex,
Visibility visibility,
Authorizations authorizations)
Marks a vertex as hidden for a given visibility.
|
abstract void |
GraphBaseWithSearchIndex.markVertexHidden(Vertex vertex,
Visibility visibility,
Authorizations authorizations) |
void |
Graph.markVertexVisible(Vertex vertex,
Visibility visibility,
Authorizations authorizations)
Marks a vertex as visible for a given visibility, effectively undoing markVertexHidden.
|
abstract void |
GraphBaseWithSearchIndex.markVertexVisible(Vertex vertex,
Visibility visibility,
Authorizations authorizations) |
abstract GraphQuery |
GraphBase.query(Authorizations authorizations) |
default VertexQuery |
Vertex.query(Authorizations authorizations)
Creates a query to query the edges and vertices attached to this vertex.
|
GraphQuery |
Graph.query(Authorizations authorizations)
Creates a query builder object used to query the graph.
|
GraphQuery |
GraphBaseWithSearchIndex.query(Authorizations authorizations) |
MultiVertexQuery |
Graph.query(String[] vertexIds,
Authorizations authorizations)
Creates a query builder object used to query a list of vertices.
|
MultiVertexQuery |
GraphBaseWithSearchIndex.query(String[] vertexIds,
Authorizations authorizations) |
MultiVertexQuery |
Graph.query(String[] vertexIds,
String queryString,
Authorizations authorizations)
Creates a query builder object used to query a list of vertices.
|
MultiVertexQuery |
GraphBaseWithSearchIndex.query(String[] vertexIds,
String queryString,
Authorizations authorizations) |
abstract GraphQuery |
GraphBase.query(String queryString,
Authorizations authorizations) |
VertexQuery |
Vertex.query(String queryString,
Authorizations authorizations)
Creates a query to query the edges and vertices attached to this vertex.
|
GraphQuery |
Graph.query(String queryString,
Authorizations authorizations)
Creates a query builder object used to query the graph.
|
GraphQuery |
GraphBaseWithSearchIndex.query(String queryString,
Authorizations authorizations) |
SimilarToGraphQuery |
GraphBase.querySimilarTo(String[] fields,
String text,
Authorizations authorizations) |
SimilarToGraphQuery |
Graph.querySimilarTo(String[] fields,
String text,
Authorizations authorizations)
Creates a query builder object that finds all vertices similar to the given text for the specified fields.
|
SimilarToGraphQuery |
GraphBaseWithSearchIndex.querySimilarTo(String[] fields,
String text,
Authorizations authorizations) |
abstract void |
GraphBase.reindex(Authorizations authorizations) |
void |
Graph.reindex(Authorizations authorizations)
Reindex all vertices and edges.
|
void |
GraphBaseWithSearchIndex.reindex(Authorizations authorizations) |
protected void |
GraphBaseWithSearchIndex.reindexVertices(Authorizations authorizations) |
abstract Edge |
EdgeBuilderBase.save(Authorizations authorizations)
Save the edge along with any properties that were set to the graph.
|
abstract Vertex |
VertexBuilder.save(Authorizations authorizations)
Save the vertex along with any properties that were set to the graph.
|
abstract T |
ElementBuilder.save(Authorizations authorizations)
saves the element to the graph.
|
abstract Edge |
EdgeBuilder.save(Authorizations authorizations) |
Iterable<Element> |
GraphBase.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations) |
Iterable<Element> |
Graph.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations)
Saves multiple mutations with a single call.
|
Iterable<Element> |
GraphBaseWithSearchIndex.saveElementMutations(Iterable<ElementMutation<? extends Element>> mutations,
Authorizations authorizations) |
default void |
Element.setProperty(String name,
Value value,
Metadata metadata,
Visibility visibility,
Authorizations authorizations)
Sets or updates a property value.
|
default void |
Element.setProperty(String name,
Value value,
Visibility visibility,
Authorizations authorizations)
Sets or updates a property value.
|
default void |
Graph.softDeleteEdge(Edge edge,
Authorizations authorizations)
Soft deletes an edge from the graph.
|
void |
Graph.softDeleteEdge(Edge edge,
Long timestamp,
Authorizations authorizations)
Soft deletes an edge from the graph.
|
abstract void |
GraphBaseWithSearchIndex.softDeleteEdge(Edge edge,
Long timestamp,
Authorizations authorizations) |
default void |
Graph.softDeleteEdge(String edgeId,
Authorizations authorizations)
Soft deletes an edge from the graph.
|
default void |
Graph.softDeleteEdge(String edgeId,
Long timestamp,
Authorizations authorizations)
Soft deletes an edge from the graph.
|
default void |
Element.softDeleteProperties(String name,
Authorizations authorizations)
Soft deletes all properties with the given name that you have access to.
|
default void |
Element.softDeleteProperty(String key,
String name,
Authorizations authorizations)
Soft deletes a property given it's key and name from the element.
|
void |
Element.softDeleteProperty(String key,
String name,
Visibility visibility,
Authorizations authorizations)
Soft deletes a property given it's key and name from the element for a given visibility.
|
default void |
Graph.softDeleteVertex(String vertexId,
Authorizations authorizations)
Soft deletes a vertex from the graph.
|
default void |
Graph.softDeleteVertex(String vertexId,
Long timestamp,
Authorizations authorizations)
Soft deletes a vertex from the graph.
|
default void |
Graph.softDeleteVertex(Vertex vertex,
Authorizations authorizations)
Soft deletes a vertex from the graph.
|
void |
Graph.softDeleteVertex(Vertex vertex,
Long timestamp,
Authorizations authorizations)
Soft deletes a vertex from the graph.
|
abstract void |
GraphBaseWithSearchIndex.softDeleteVertex(Vertex vertex,
Long timestamp,
Authorizations authorizations) |
default void |
Graph.visitEdges(GraphVisitor graphVisitor,
Authorizations authorizations)
Visits all edges on the graph
|
default void |
Graph.visitElements(GraphVisitor graphVisitor,
Authorizations authorizations)
Visits all elements on the graph
|
default void |
Graph.visitVertices(GraphVisitor graphVisitor,
Authorizations authorizations)
Visits all vertices on the graph
|
| Constructor and Description |
|---|
SecurityGeException(String message,
Authorizations authorizations) |
SecurityGeException(String message,
Authorizations authorizations,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
InMemoryGraph.createAuthorizations(String... auths) |
Authorizations |
InMemoryElement.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryGraph.addPropertyValue(InMemoryElement element,
InMemoryTableElement inMemoryTableElement,
String key,
String name,
Value value,
Metadata metadata,
Visibility visibility,
Long timestamp,
Authorizations authorizations) |
void |
InMemoryElement.addPropertyValue(String key,
String name,
Value value,
Metadata metadata,
Visibility visibility,
Long timestamp,
boolean indexAfterAdd,
Authorizations authorizations) |
protected void |
InMemoryGraph.alterElementPropertyMetadata(InMemoryTableElement inMemoryTableElement,
List<SetPropertyMetadata> setPropertyMetadatas,
Authorizations authorizations) |
protected void |
InMemoryGraph.alterElementPropertyVisibilities(InMemoryTableElement inMemoryTableElement,
List<AlterPropertyVisibility> alterPropertyVisibilities,
Authorizations authorizations) |
Property |
InMemoryTableElement.appendMarkPropertyHiddenMutation(String key,
String name,
Visibility propertyVisibility,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
Property |
InMemoryTableElement.appendMarkPropertyVisibleMutation(String key,
String name,
Visibility propertyVisibility,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
boolean |
InMemoryElement.canRead(Authorizations authorizations) |
boolean |
InMemoryTableElement.canRead(FetchHints fetchHints,
Authorizations authorizations) |
TElement |
InMemoryTableElement.createElement(InMemoryGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
TElement |
InMemoryTableElement.createElement(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
protected abstract TElement |
InMemoryTableElement.createElementInternal(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryVertex |
InMemoryTableVertex.createElementInternal(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryEdge |
InMemoryTableEdge.createElementInternal(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
void |
InMemoryGraph.deleteEdge(Edge edge,
Authorizations authorizations) |
void |
InMemoryGraph.deleteExtendedData(InMemoryElement element,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryGraph.deleteExtendedDataRow(ExtendedDataRowId id,
Authorizations authorizations) |
protected void |
InMemoryGraph.deleteProperty(InMemoryElement element,
InMemoryTableElement inMemoryTableElement,
String key,
String name,
Visibility visibility,
Authorizations authorizations) |
Property |
InMemoryTableElement.deleteProperty(String key,
String name,
Authorizations authorizations) |
Property |
InMemoryTableElement.deleteProperty(String key,
String name,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryElement.deleteProperty(String key,
String name,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryGraph.deleteVertex(Vertex vertex,
Authorizations authorizations) |
void |
InMemoryGraph.extendedData(Element element,
ExtendedDataRowId rowId,
ExtendedDataMutation extendedData,
Authorizations authorizations) |
protected void |
InMemoryElement.extendedData(ExtendedDataMutation extendedData,
Authorizations authorizations) |
protected void |
InMemoryGraph.findPathsRecursive(FindPathOptions options,
List<Path> foundPaths,
String sourceVertexId,
String destVertexId,
int hops,
Set<String> seenVertices,
Path currentPath,
ProgressCallback progressCallback,
Authorizations authorizations) |
protected void |
InMemoryGraph.findPathsRecursive(FindPathOptions options,
List<Path> foundPaths,
Vertex sourceVertex,
Vertex destVertex,
int hops,
Set<String> seenVertices,
Path currentPath,
ProgressCallback progressCallback,
Authorizations authorizations) |
TElement |
InMemoryTable.get(InMemoryGraph graph,
String id,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<TElement> |
InMemoryTable.getAll(InMemoryGraph graph,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Edge |
InMemoryGraph.getEdge(String edgeId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Direction direction,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Direction direction,
String label,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<String> |
InMemoryVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String label,
Authorizations authorizations) |
Iterable<EdgeInfo> |
InMemoryVertex.getEdgeInfos(Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<Edge> |
InMemoryVertex.getEdges(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
InMemoryGraph.getEdges(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
protected Iterable<Edge> |
InMemoryGraph.getEdgesFromVertex(String vertexId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
EdgesSummary |
InMemoryVertex.getEdgesSummary(Authorizations authorizations) |
Iterable<? extends ExtendedDataRow> |
InMemoryGraph.getExtendedDataTable(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
com.google.common.collect.ImmutableSet<String> |
InMemoryGraph.getExtendedDataTableNames(ElementType elementType,
String elementId,
FetchHints fetchHints,
Authorizations authorizations) |
protected List<Mutation> |
InMemoryTableElement.getFilteredMutations(boolean includeHidden,
Long endTime,
Authorizations authorizations) |
Iterable<HistoricalPropertyValue> |
InMemoryTableElement.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations) |
Iterable<HistoricalPropertyValue> |
InMemoryElement.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations) |
Iterable<Property> |
InMemoryTableElement.getProperties(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Property |
InMemoryTableElement.getProperty(String key,
String name,
Visibility visibility,
FetchHints fetchHints,
Authorizations authorizations) |
abstract Iterable<? extends ExtendedDataRow> |
InMemoryExtendedDataTable.getTable(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
MapInMemoryExtendedDataTable.getTable(ElementType elementType,
String elementId,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
abstract com.google.common.collect.ImmutableSet<String> |
InMemoryExtendedDataTable.getTableNames(ElementType elementType,
String elementId,
FetchHints fetchHints,
Authorizations authorizations) |
com.google.common.collect.ImmutableSet<String> |
MapInMemoryExtendedDataTable.getTableNames(ElementType elementType,
String elementId,
FetchHints fetchHints,
Authorizations authorizations) |
Vertex |
InMemoryEdge.getVertex(Direction direction,
Authorizations authorizations) |
Vertex |
InMemoryGraph.getVertex(String vertexId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<String> |
InMemoryGraph.getVertexIds(Authorizations authorizations) |
EdgeVertices |
InMemoryEdge.getVertices(FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Vertex> |
InMemoryGraph.getVertices(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
boolean |
InMemoryTableElement.isDeleted(Long endTime,
Authorizations authorizations) |
boolean |
InMemoryTableElement.isHidden(Authorizations authorizations) |
boolean |
InMemoryElement.isHidden(Authorizations authorizations) |
protected boolean |
InMemoryGraph.isIncluded(InMemoryTableElement element,
FetchHints fetchHints,
Authorizations authorizations) |
protected boolean |
InMemoryGraph.isIncludedInTimeSpan(InMemoryTableElement element,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
boolean |
InMemoryGraph.isVisibilityValid(Visibility visibility,
Authorizations authorizations) |
void |
InMemoryGraph.markEdgeHidden(Edge edge,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryGraph.markEdgeVisible(Edge edge,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryGraph.markPropertyHidden(InMemoryElement element,
InMemoryTableElement inMemoryTableElement,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryElement.markPropertyHidden(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryGraph.markPropertyVisible(InMemoryElement element,
InMemoryTableElement inMemoryTableElement,
String key,
String name,
Visibility propertyVisibility,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryElement.markPropertyVisible(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryElement.markPropertyVisible(String key,
String name,
Visibility propertyVisibility,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryGraph.markVertexHidden(Vertex vertex,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryGraph.markVertexVisible(Vertex vertex,
Visibility visibility,
Authorizations authorizations) |
VertexQuery |
InMemoryVertex.query(String queryString,
Authorizations authorizations) |
protected <T extends Element> |
InMemoryElement.saveExistingElementMutation(ExistingElementMutationImpl<T> mutation,
IndexHint indexHint,
Authorizations authorizations) |
void |
InMemoryGraph.softDeleteEdge(Edge edge,
Long timestamp,
Authorizations authorizations) |
protected void |
InMemoryGraph.softDeleteProperty(InMemoryTableElement inMemoryTableElement,
Property property,
Long timestamp,
IndexHint indexHint,
Authorizations authorizations) |
protected void |
InMemoryElement.softDeleteProperty(String key,
String name,
Long timestamp,
Visibility visibility,
IndexHint indexHint,
Authorizations authorizations) |
void |
InMemoryElement.softDeleteProperty(String key,
String name,
Visibility visibility,
Authorizations authorizations) |
void |
InMemoryGraph.softDeleteVertex(Vertex vertex,
Long timestamp,
Authorizations authorizations) |
protected void |
InMemoryGraph.validateAuthorizations(Authorizations authorizations) |
| Constructor and Description |
|---|
InMemoryEdge(InMemoryGraph graph,
String id,
InMemoryTableEdge inMemoryTableElement,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryElement(InMemoryGraph graph,
String id,
InMemoryTableElement<TElement> inMemoryTableElement,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
InMemoryVertex(InMemoryGraph graph,
String id,
InMemoryTableVertex inMemoryTableElement,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
ExistingElementMutationImpl.save(Authorizations authorizations) |
T |
ElementMutation.save(Authorizations authorizations)
saves the properties to the graph.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MutablePropertyImpl.isHidden(Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
QueryParameters.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
Query |
ExtendedDataQueryableIterable.query(Authorizations authorizations) |
Query |
QueryableIterable.query(Authorizations authorizations)
Creates a query for this iterable.
|
Query |
ExtendedDataQueryableIterable.query(String queryString,
Authorizations authorizations) |
Query |
QueryableIterable.query(String queryString,
Authorizations authorizations)
Creates a query for this iterable.
|
| Constructor and Description |
|---|
DefaultExtendedDataQuery(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
DefaultGraphQuery(Graph graph,
String queryString,
Authorizations authorizations) |
DefaultMultiVertexQuery(Graph graph,
String[] vertexIds,
String queryString,
Authorizations authorizations) |
DefaultVertexQuery(Graph graph,
Vertex sourceVertex,
String queryString,
Authorizations authorizations) |
GraphQueryBase(Graph graph,
String[] similarToFields,
String similarToText,
Authorizations authorizations) |
GraphQueryBase(Graph graph,
String queryString,
Authorizations authorizations) |
QueryBase(Graph graph,
String[] similarToFields,
String similarToText,
Authorizations authorizations) |
QueryBase(Graph graph,
String queryString,
Authorizations authorizations) |
QueryBase(Graph graph,
String queryString,
String logicalQuery,
Authorizations authorizations) |
QueryParameters(Authorizations authorizations) |
QueryStringQueryParameters(String queryString,
Authorizations authorizations) |
SimilarToQueryParameters(String[] fields,
Authorizations authorizations) |
SimilarToTextQueryParameters(String[] fields,
String text,
Authorizations authorizations) |
VertexQueryBase(Graph graph,
Vertex sourceVertex,
String queryString,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
SearchIndex.addElement(Graph graph,
Element element,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElementExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataMutation> extendedDatas,
Authorizations authorizations) |
void |
SearchIndex.addElementExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataMutation> extendedDatas,
Authorizations authorizations) |
void |
DefaultSearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
void |
SearchIndex.addElements(Graph graph,
Iterable<? extends Element> elements,
Authorizations authorizations) |
void |
DefaultSearchIndex.addExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
void |
SearchIndex.addExtendedData(Graph graph,
ElementLocation elementLocation,
Iterable<ExtendedDataRow> extendedDatas,
Authorizations authorizations) |
<T extends Element> |
DefaultSearchIndex.alterElementVisibility(Graph graph,
ExistingElementMutation<T> elementMutation,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
<T extends Element> |
SearchIndex.alterElementVisibility(Graph graph,
ExistingElementMutation<T> elementMutation,
Visibility oldVisibility,
Visibility newVisibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteElement(Graph graph,
ElementId element,
Authorizations authorizations) |
void |
SearchIndex.deleteElement(Graph graph,
ElementId elementId,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteElements(Graph graph,
Iterable<? extends ElementId> elementIds,
Authorizations authorizations) |
default void |
SearchIndex.deleteElements(Graph graph,
Iterable<? extends ElementId> elementIds,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteExtendedData(Graph graph,
ElementLocation elementLocation,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.deleteExtendedData(Graph graph,
ElementLocation elementLocation,
String tableName,
String row,
String columnName,
String key,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.deleteExtendedData(Graph graph,
ExtendedDataRowId extendedDataRowId,
Authorizations authorizations) |
void |
SearchIndex.deleteExtendedData(Graph graph,
ExtendedDataRowId extendedDataRowId,
Authorizations authorizations) |
default void |
SearchIndex.deleteProperties(Graph graph,
Element element,
Collection<PropertyDescriptor> propertyList,
Authorizations authorizations)
Default delete property simply calls deleteProperty in a loop.
|
void |
DefaultSearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
void |
SearchIndex.deleteProperty(Graph graph,
Element element,
PropertyDescriptor property,
Authorizations authorizations) |
Map<Object,Long> |
SearchIndexWithVertexPropertyCountByValue.getVertexPropertyCountByValue(Graph graph,
String propertyName,
Authorizations authorizations) |
void |
DefaultSearchIndex.markElementHidden(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markElementHidden(Graph graph,
Element element,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markElementVisible(Graph graph,
ElementLocation elementLocation,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markElementVisible(Graph graph,
ElementLocation elementLocation,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyHidden(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyHidden(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
DefaultSearchIndex.markPropertyVisible(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
void |
SearchIndex.markPropertyVisible(Graph graph,
ElementLocation elementLocation,
Property property,
Visibility visibility,
Authorizations authorizations) |
Query |
DefaultSearchIndex.queryExtendedData(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
Query |
SearchIndex.queryExtendedData(Graph graph,
Element element,
String tableName,
String queryString,
Authorizations authorizations) |
MultiVertexQuery |
DefaultSearchIndex.queryGraph(Graph graph,
String[] vertexIds,
String queryString,
Authorizations authorizations) |
MultiVertexQuery |
SearchIndex.queryGraph(Graph graph,
String[] vertexIds,
String queryString,
Authorizations authorizations) |
GraphQuery |
DefaultSearchIndex.queryGraph(Graph graph,
String queryString,
Authorizations authorizations) |
GraphQuery |
SearchIndex.queryGraph(Graph graph,
String queryString,
Authorizations authorizations) |
SimilarToGraphQuery |
DefaultSearchIndex.querySimilarTo(Graph graph,
String[] fields,
String text,
Authorizations authorizations) |
SimilarToGraphQuery |
SearchIndex.querySimilarTo(Graph graph,
String[] fields,
String text,
Authorizations authorizations) |
VertexQuery |
DefaultSearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
VertexQuery |
SearchIndex.queryVertex(Graph graph,
Vertex vertex,
String queryString,
Authorizations authorizations) |
<TElement extends Element> |
DefaultSearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
<TElement extends Element> |
SearchIndex.updateElement(Graph graph,
ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
| Modifier and Type | Field and Description |
|---|---|
protected Authorizations |
StorableElement.authorizations |
| Modifier and Type | Method and Description |
|---|---|
Authorizations |
AbstractStorableGraph.createAuthorizations(String... auths) |
Authorizations |
StorableElement.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStorableGraph.alterEdgeLabel(E edge,
String newEdgeLabel,
Authorizations authorizations) |
void |
StorableGraph.alterEdgeLabel(E edge,
String newEdgeLabel,
Authorizations authorizations) |
void |
AbstractStorableGraph.alterElementVisibility(StorableElement element,
Visibility newVisibility,
Authorizations authorizations) |
void |
StorableGraph.alterElementVisibility(StorableElement element,
Visibility newVisibility,
Authorizations authorizations) |
protected abstract StorableEdge |
StorableEdgeBuilderByVertexId.createEdge(Authorizations authorizations) |
protected StorableEdge |
AbstractStorableGraph.createEdge(EdgeBuilderBase edgeBuilder,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
protected abstract StorableVertex |
StorableVertexBuilder.createVertex(Authorizations authorizations) |
void |
AbstractStorableGraph.deleteEdge(Edge edge,
Authorizations authorizations) |
void |
AbstractStorableGraph.deleteEdge(String edgeId,
Authorizations authorizations) |
void |
AbstractStorableGraph.deleteElements(Stream<? extends ElementId> elementIds,
Authorizations authorizations) |
void |
AbstractStorableGraph.deleteExtendedDataRow(ExtendedDataRowId rowId,
Authorizations authorizations) |
void |
AbstractStorableGraph.deleteProperty(StorableElement element,
Property property,
Authorizations authorizations) |
void |
StorableGraph.deleteProperty(StorableElement element,
Property property,
Authorizations authorizations) |
void |
StorableElement.deleteProperty(String key,
String name,
Visibility visibility,
Authorizations authorizations) |
void |
AbstractStorableGraph.deleteVertex(String vertexId,
Authorizations authorizations) |
void |
AbstractStorableGraph.deleteVertex(Vertex vertex,
Authorizations authorizations) |
Edge |
AbstractStorableGraph.getEdge(String edgeId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
long |
AbstractStorableGraph.getEdgeCount(Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Direction direction,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Direction direction,
String label,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIds(Vertex otherVertex,
Direction direction,
String label,
Authorizations authorizations) |
Iterable<String> |
StorableVertex.getEdgeIdsWithOtherVertexId(String otherVertexId,
Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<EdgeInfo> |
StorableVertex.getEdgeInfos(Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Direction direction,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
AbstractStorableGraph.getEdges(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Vertex otherVertex,
Direction direction,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Vertex otherVertex,
Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Edge> |
StorableVertex.getEdges(Vertex otherVertex,
Direction direction,
String label,
FetchHints fetchHints,
Authorizations authorizations) |
abstract Iterable<Edge> |
AbstractStorableGraph.getEdgesInRange(IdRange range,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
EdgesSummary |
StorableVertex.getEdgesSummary(Authorizations authorizations) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedData(Iterable<ExtendedDataRowId> ids,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataForElements(Iterable<? extends ElementId> elementIdsArg,
String tableName,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataInRange(ElementType elementType,
IdRange elementIdRange,
Authorizations authorizations) |
Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataInRange(IdRange extendedDataRowKeyRange,
Authorizations authorizations) |
protected abstract Iterable<ExtendedDataRow> |
AbstractStorableGraph.getExtendedDataRowsInRange(List<IdRange> ranges,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<HistoricalPropertyValue> |
StorableGraph.getHistoricalPropertyValues(Element element,
String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations) |
Iterable<HistoricalPropertyValue> |
StorableElement.getHistoricalPropertyValues(String key,
String name,
Visibility visibility,
Long startTime,
Long endTime,
Authorizations authorizations) |
protected abstract long |
AbstractStorableGraph.getRowCountFromTable(String tableName,
String signalColumn,
Authorizations authorizations) |
Vertex |
StorableEdge.getVertex(Direction direction,
Authorizations authorizations) |
Vertex |
AbstractStorableGraph.getVertex(String vertexId,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
long |
AbstractStorableGraph.getVertexCount(Authorizations authorizations) |
Iterable<String> |
AbstractStorableGraph.getVertexIds(Authorizations authorizations) |
Iterable<String> |
StorableVertex.getVertexIds(Direction direction,
String[] labels,
Authorizations authorizations) |
Iterable<Vertex> |
StorableVertex.getVertices(Direction direction,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Vertex> |
StorableVertex.getVertices(Direction direction,
String[] labels,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Vertex> |
AbstractStorableGraph.getVertices(FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
abstract Iterable<Vertex> |
AbstractStorableGraph.getVerticesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
Iterable<Vertex> |
AbstractStorableGraph.getVerticesWithPrefix(String vertexIdPrefix,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
boolean |
StorableExtendedDataRow.StorableExtendedDataRowProperty.isHidden(Authorizations authorizations) |
boolean |
AbstractStorableGraph.isVisibilityValid(Visibility visibility,
Authorizations authorizations) |
void |
AbstractStorableGraph.markEdgeHidden(Edge edge,
Visibility visibility,
Authorizations authorizations) |
void |
AbstractStorableGraph.markEdgeVisible(Edge edge,
Visibility visibility,
Authorizations authorizations) |
void |
StorableElement.markPropertyHidden(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
AbstractStorableGraph.markPropertyHidden(StorableElement element,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
StorableGraph.markPropertyHidden(StorableElement element,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
StorableElement.markPropertyVisible(Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
AbstractStorableGraph.markPropertyVisible(StorableElement element,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
StorableGraph.markPropertyVisible(StorableElement element,
Property property,
Long timestamp,
Visibility visibility,
Authorizations authorizations) |
void |
AbstractStorableGraph.markVertexHidden(Vertex vertex,
Visibility visibility,
Authorizations authorizations) |
void |
AbstractStorableGraph.markVertexVisible(Vertex vertex,
Visibility visibility,
Authorizations authorizations) |
VertexQuery |
StorableVertex.query(String queryString,
Authorizations authorizations) |
abstract Edge |
StorableEdgeBuilderByVertexId.save(Authorizations authorizations) |
abstract Vertex |
StorableVertexBuilder.save(Authorizations authorizations) |
protected <TElement extends Element> |
StorableElement.saveExistingElementMutation(ExistingElementMutation<TElement> mutation,
Authorizations authorizations) |
void |
AbstractStorableGraph.saveExtendedDataMutations(Element element,
ElementType elementType,
IndexHint indexHint,
Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes,
Authorizations authorizations) |
void |
StorableGraph.saveExtendedDataMutations(Element element,
ElementType elementType,
IndexHint indexHint,
Iterable<ExtendedDataMutation> extendedData,
Iterable<ExtendedDataDeleteMutation> extendedDataDeletes,
Authorizations authorizations) |
void |
AbstractStorableGraph.softDeleteEdge(Edge edge,
Long timestamp,
Authorizations authorizations) |
void |
StorableElement.softDeleteProperties(Authorizations authorizations) |
void |
AbstractStorableGraph.softDeleteProperties(Iterable<Property> properties,
StorableElement element,
Authorizations authorizations) |
void |
StorableGraph.softDeleteProperties(Iterable<Property> properties,
StorableElement element,
Authorizations authorizations) |
void |
AbstractStorableGraph.softDeleteProperty(StorableElement element,
Property property,
Authorizations authorizations) |
void |
StorableGraph.softDeleteProperty(StorableElement element,
Property property,
Authorizations authorizations) |
void |
StorableElement.softDeleteProperty(String key,
String name,
Visibility visibility,
Authorizations authorizations) |
void |
AbstractStorableGraph.softDeleteVertex(Vertex vertex,
Long timestamp,
Authorizations authorizations) |
| Constructor and Description |
|---|
StorableEdge(StorableGraph graph,
String id,
String outVertexId,
String inVertexId,
String label,
String newEdgeLabel,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableElement(StorableGraph graph,
String id,
Visibility visibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableVertex(StorableGraph graph,
String vertexId,
String conceptType,
String newConceptType,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
Edges inEdges,
Edges outEdges,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
StorableVertex(StorableGraph graph,
String vertexId,
String conceptType,
String newConceptType,
Visibility vertexVisibility,
Iterable<Property> properties,
Iterable<PropertyDeleteMutation> propertyDeleteMutations,
Iterable<PropertySoftDeleteMutation> propertySoftDeleteMutations,
Iterable<Visibility> hiddenVisibilities,
com.google.common.collect.ImmutableSet<String> extendedDataTableNames,
long timestamp,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Field and Description |
|---|---|
protected Authorizations |
ElementDecoder.authorizations |
| Constructor and Description |
|---|
EdgeDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
ElementDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
ExtendedDataDecoder(StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
VertexDecoder(PrefetchingIterator<Pair<StoreKey,StoreValue>> storeIterable,
StorableGraph graph,
FetchHints fetchHints,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Edge> |
KVStoreGraph.getEdgesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
protected Iterable<ExtendedDataRow> |
KVStoreGraph.getExtendedDataRowsInRange(List ranges,
FetchHints fetchHints,
Authorizations authorizations) |
Iterable<Vertex> |
KVStoreGraph.getVerticesInRange(IdRange idRange,
FetchHints fetchHints,
Long endTime,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LazyMutableProperty.isHidden(Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected Authorizations |
GraphToolBase.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
long |
GraphRestore.restore(Graph graph,
InputStream in,
Authorizations authorizations,
long nrRestored) |
OutputStream |
GraphBackup.save(Graph graph,
OutputStream out,
Authorizations authorizations) |
| Constructor and Description |
|---|
GeTraverser(Graph graph,
Authorizations authorizations) |
ShortestPathGeTraverser(Graph graph,
Authorizations authorizations) |
| Constructor and Description |
|---|
VerticesToEdgeIdsIterable(Iterable<? extends Vertex> vertices,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnyValueWriter.writeNode(String nodeId,
TextArray labels,
MapValue properties,
Authorizations authorizations) |
void |
AnyValueWriter.writePath(NodeValue[] nodes,
RelationshipValue[] relationships,
Authorizations authorizations) |
void |
AnyValueWriter.writeRelationship(String relId,
String startNodeId,
String endNodeId,
TextValue type,
MapValue properties,
Authorizations authorizations) |
abstract <E extends Exception> |
AnyValue.writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
Value.writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrinter.writeNode(String nodeId,
TextArray labels,
MapValue properties,
Authorizations authorizations) |
void |
PrettyPrinter.writePath(NodeValue[] nodes,
RelationshipValue[] relationships,
Authorizations authorizations) |
void |
PrettyPrinter.writeRelationship(String relId,
String startNodeId,
String endNodeId,
TextValue type,
MapValue properties,
Authorizations authorizations) |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
PathValue.writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
<E extends Exception> |
NodeValue.writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
<E extends Exception> |
RelationshipReference.writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
<E extends Exception> |
NodeReference.writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
<E extends Exception> |
MapValue.writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
<E extends Exception> |
ErrorValue.writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
<E extends Exception> |
ListValue.writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
<E extends Exception> |
RelationshipValue.writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.