Modifier and Type | Method and Description |
---|---|
Graph |
AnnotationsService.getAnnotationGraph() |
Graph |
AnnotationImpl.getGraph() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationImpl.setGraph(Graph graph) |
Modifier and Type | Method and Description |
---|---|
Graph |
AnnotationServiceProxy.getAnnotationGraph() |
Modifier and Type | Method and Description |
---|---|
Graph |
AnnotationsServiceImpl.getAnnotationGraph() |
Modifier and Type | Method and Description |
---|---|
int |
AnnotationQuery.getAnnotationsCountForURIs(URI uri,
Graph graph) |
List<Annotation> |
AnnotationQuery.getAnnotationsForURIs(URI uri,
Graph graph) |
Modifier and Type | Class and Description |
---|---|
class |
CoreGraph
Relation graph implementation delegating to the core.
|
Modifier and Type | Method and Description |
---|---|
Graph |
CoreGraphFactory.createGraph(GraphDescription graphDescription,
CoreSession session) |
Modifier and Type | Method and Description |
---|---|
Graph |
GraphFactory.createGraph(GraphDescription graphDescription,
CoreSession session)
Creates an instance of the graph.
|
Graph |
RelationManager.getGraph(String name,
CoreSession session)
Gets a registered graph by name.
|
Graph |
RelationManager.getGraphByName(String name)
Gets a registered graph by name.
|
Graph |
RelationManager.getTransientGraph(String type)
Gets a transient graph.
|
Modifier and Type | Method and Description |
---|---|
protected Graph |
IORelationGraphHelper.createMemoryGraph() |
Graph |
IORelationGraphHelper.getGraph() |
Modifier and Type | Method and Description |
---|---|
protected List<Statement> |
IORelationAdapter.getMatchingStatements(Graph graph,
Resource resource) |
Modifier and Type | Class and Description |
---|---|
class |
JenaGraph
Jena plugin for NXRelations.
|
Modifier and Type | Method and Description |
---|---|
Graph |
JenaOrCoreGraphFactory.createGraph(GraphDescription graphDescription,
CoreSession session) |
Modifier and Type | Field and Description |
---|---|
Map<String,Graph> |
RelationService.graphRegistry
Graph name -> graph instance.
|
Modifier and Type | Method and Description |
---|---|
Graph |
RelationService.getGraph(String name,
CoreSession session) |
Graph |
RelationService.getGraphByName(String name) |
protected Graph |
RelationService.getGraphFromRegistries(GraphDescription graphDescription,
CoreSession session)
Gets the graph from the registries.
|
Graph |
RelationService.getTransientGraph(String type) |
protected Graph |
RelationService.newGraph(String className) |
Copyright © 2018 Nuxeo. All rights reserved.