| Interface | Description |
|---|---|
| GraphManager |
A manager for CRUD operations on semantic graphs
which reside in MarkLogic Server.
|
| GraphPermissions |
A Map of permissions for a graph, where the keys
are roles and the values are the Set of capabilities available to
that role (one of READ, UPDATE, or EXECUTE).
|
| SPARQLBinding |
Represents a binding name, value, and type or
language tag.
|
| SPARQLBindings |
Represents binding names and values to be sent
with a SPARQL Query.
|
| SPARQLQueryDefinition |
Represents a SPARQL query.
|
| SPARQLQueryManager |
A manager for executing SPARQL queries in
MarkLogic Server and retrieving the results.
|
| Class | Description |
|---|---|
| RDFMimeTypes |
Some static constants to ease use of mime types
appropriate for handles of type
TriplesReadHandle
(used in GraphManager.GraphManager.read/
GraphManager.write/
GraphManager.merge methods). |
| SPARQLMimeTypes |
Some static constants to ease use of mime types
appropriate for handles of type
SPARQLResultsReadHandle
(used in
SPARQLQueryManager.executeSelect). |
| SPARQLRuleset |
| Enum | Description |
|---|---|
| Capability |
The permission capabilities available for
operations on graphs.
|
| RDFTypes |
The XSD/RDF literal
types supported for binding variables against SPARQL
queries.
|
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.