A B C D E F G H I L M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCEPT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the Accept parameter (may also be used as the name of the Accept HTTP header).
- ACTION_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the action parameter used in transactions.
- ADD - org.eclipse.rdf4j.http.protocol.Protocol.Action
-
adding data
- AddStatementOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
-
Operation to add a statement.
- AddStatementOperation(Resource, IRI, Value, Resource...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.AddStatementOperation
-
Create an AddStatementOperation.
B
- BASEURI_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the base-URI parameter.
- BINDING_PREFIX - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter prefix for query-external variable bindings.
C
- CACHE - org.eclipse.rdf4j.http.protocol.Protocol.TIMEOUT
-
Deprecated.
- CACHE_PROPERTY - Static variable in enum org.eclipse.rdf4j.http.protocol.Protocol.TIMEOUT
-
Deprecated.Configurable system property
rdf4j.server.txn.registry.timeoutfor specifying the transaction cache timeout (in seconds). - CACHE_TIMEOUT_PROPERTY - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Configurable system property
rdf4j.server.txn.registry.timeoutfor specifying the transaction cache timeout (in seconds). - ClearNamespacesOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
-
Operation that removes all namespace declarations.
- ClearNamespacesOperation() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearNamespacesOperation
- ClearOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
-
Operation that clears the whole repository.
- ClearOperation(Resource...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearOperation
- COMMIT - org.eclipse.rdf4j.http.protocol.Protocol.Action
-
commit
- CONFIG - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Relative location of the config resource.
- CONTEXT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the context parameter.
- ContextOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
-
A TransactionOperation that operates on a specific (set of) contexts.
- ContextOperation(Resource...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
- contexts - Variable in class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
- CONTEXTS - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Relative location of the context list resource of a repository.
D
- decodeContext(String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Decode a previously encoded context Resource.
- decodeContexts(String[], ValueFactory) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Decode previously encoded contexts.
- decodeResource(String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Decode a previously encoded Resource.
- decodeURI(String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Decode a previously encoded URI.
- decodeValue(String, ValueFactory) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Decode a previously encoded value.
- DEFAULT - Static variable in enum org.eclipse.rdf4j.http.protocol.Protocol.TIMEOUT
-
Deprecated.Default timeout setting for transaction cache entries (in seconds).
- DEFAULT_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the default graph URI parameter.
- DEFAULT_TIMEOUT - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Default timeout setting for transaction cache entries (in seconds).
- DELETE - org.eclipse.rdf4j.http.protocol.Protocol.Action
-
deleting data
- DISTINCT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the distinct parameter.
E
- encodeContext(Resource) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Encodes a context resource for use in a URL.
- encodeContexts(Resource...) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Encode context resources for use in a URL.
- encodeValue(Value) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Encodes a value in a canonical serialized string format, for use in a URL query parameter.
- equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
- equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.AddStatementOperation
- equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearNamespacesOperation
- equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearOperation
- equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
- equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
- equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveStatementsOperation
- equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
- equals(Object) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
- ErrorInfo - Class in org.eclipse.rdf4j.http.protocol.error
- ErrorInfo(String) - Constructor for class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
- ErrorInfo(ErrorType, String) - Constructor for class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
- ErrorType - Class in org.eclipse.rdf4j.http.protocol.error
- execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.AddStatementOperation
- execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearNamespacesOperation
- execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearOperation
- execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
- execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveStatementsOperation
- execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
- execute(RepositoryConnection) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- execute(RepositoryConnection) - Method in interface org.eclipse.rdf4j.http.protocol.transaction.operations.TransactionOperation
-
Executes this operation on the supplied connection.
F
- forLabel(String) - Static method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
- FORM_MIME_TYPE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
MIME type for www forms: application/x-www-form-urlencoded.
G
- GET - org.eclipse.rdf4j.http.protocol.Protocol.Action
-
getStatements or exportStatements
- getBaseURI() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- getBindings() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- getConfigLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of the server configuration resource on the specified server.
- getContexts() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
- getContextsLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of the contexts lists resource for a specific repository.
- getDataset() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- getErrorMessage() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
- getErrorType() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
- getLabel() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
- getName() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
- getNamespacePrefixLocation(String, String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of the namespace with the specified prefix for a specific repository on the specified server.
- getNamespacesLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of the namespaces lists resource for a specific repository on the specified server.
- getObject() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
- getPredicate() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
- getPrefix() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
- getPrefix() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
- getProtocolLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of the protocol resource on the specified server.
- getRepositoriesLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of the repository list resource on the specified server.
- getRepositoryConfigLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of the config of a specific repository resource.
- getRepositoryID(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Extracts the repository ID from the repository location.
- getRepositoryLocation(String, String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of a specific repository resource on the specified server.
- getServerLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Extracts the server location from the repository location.
- getSizeLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of the 'size' resource for a specific repository on the specified server.
- getStatementsLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of the statements resource for a specific repository.
- getSubject() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
- getTransactionsLocation(String) - Static method in class org.eclipse.rdf4j.http.protocol.Protocol
-
Get the location of the transaction resources for a specific repository.
- getUpdateString() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the graph parameter.
H
- hashCode() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
- hashCode() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ClearNamespacesOperation
- hashCode() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
- hashCode() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
- hashCode() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
- hashCode() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
I
- INCLUDE_INFERRED_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the 'includeInferred' parameter.
- INSERT_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the default insert graph URI parameter.
- isIncludeInferred() - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- ISOLATION_LEVEL_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Deprecated.Use
transaction-setting__isolation-levelinstead.
L
- LIMIT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
M
- MALFORMED_DATA - Static variable in class org.eclipse.rdf4j.http.protocol.error.ErrorType
- MALFORMED_QUERY - Static variable in class org.eclipse.rdf4j.http.protocol.error.ErrorType
N
- NAMED_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the named graph URI parameter.
- NAMESPACES - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Relative location of the namespaces list resource of a repository.
- NULL_PARAM_VALUE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter value for the NULL context.
O
- OBJECT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the 'object' parameter of statement query.
- OFFSET_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
- org.eclipse.rdf4j.http.protocol - package org.eclipse.rdf4j.http.protocol
- org.eclipse.rdf4j.http.protocol.error - package org.eclipse.rdf4j.http.protocol.error
- org.eclipse.rdf4j.http.protocol.transaction - package org.eclipse.rdf4j.http.protocol.transaction
- org.eclipse.rdf4j.http.protocol.transaction.operations - package org.eclipse.rdf4j.http.protocol.transaction.operations
P
- parse(InputStream) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionReader
-
parse the transaction from the serialization
- parse(Reader) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionReader
-
parse the transaction from the serialization
- parse(String) - Static method in class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
-
Parses the string output that is produced by
ErrorInfo.toString(). - PING - org.eclipse.rdf4j.http.protocol.Protocol.Action
-
Keep alive ping @since 2.3
- PREDICATE_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the 'predicate' parameter of a statement query.
- PREPARE - org.eclipse.rdf4j.http.protocol.Protocol.Action
-
prepare
- PRESERVE_BNODE_ID_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter for server instruction to preserve blank node ids when parsing request data.
- Protocol - Class in org.eclipse.rdf4j.http.protocol
- Protocol() - Constructor for class org.eclipse.rdf4j.http.protocol.Protocol
- PROTOCOL - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Relative location of the protocol resource.
- Protocol.Action - Enum in org.eclipse.rdf4j.http.protocol
-
Defines the action a particular transaction update is executing.
- Protocol.TIMEOUT - Enum in org.eclipse.rdf4j.http.protocol
-
Deprecated.
Q
- QUERY - org.eclipse.rdf4j.http.protocol.Protocol.Action
-
SPARQL query
- QUERY_LANGUAGE_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the query language parameter.
- QUERY_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the query parameter.
R
- register(String) - Static method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
- REMOVE_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the default remove graph URI parameter.
- RemoveNamespaceOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
-
Operation that removes the namespace for a specific prefix.
- RemoveNamespaceOperation() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
- RemoveNamespaceOperation(String) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
- RemoveStatementsOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
-
Operation to remove statements matching specific pattern of subject, predicate and object.
- RemoveStatementsOperation(Resource, IRI, Value, Resource...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveStatementsOperation
-
Creates a RemoveStatementsOperation.
- REPOSITORIES - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Relative location of the repository list resource.
- REPOSITORY_EXISTS - Static variable in class org.eclipse.rdf4j.http.protocol.error.ErrorType
- ROLLBACK - org.eclipse.rdf4j.http.protocol.Protocol.Action
-
rollback
S
- serialize(Iterable<? extends TransactionOperation>, OutputStream) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
-
serialize the passed list of operations to the passed writer.
- serialize(AddStatementOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(ClearNamespacesOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(ClearOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(RemoveNamespaceOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(RemoveStatementsOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(SetNamespaceOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(SPARQLUpdateOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(StatementOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(TransactionOperation, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
-
Serializes the supplied operation.
- serialize(BNode, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(IRI, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(Literal, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(Resource[], XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(Resource, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(Triple, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serialize(Value, XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- serializeNull(XMLWriter) - Method in class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- setBaseURI(String) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- setBindings(Binding[]) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- setContexts(Resource...) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.ContextOperation
- setDataset(Dataset) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- setIncludeInferred(boolean) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- setName(String) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
- SetNamespaceOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
-
Operation that sets the namespace for a specific prefix.
- SetNamespaceOperation() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
- SetNamespaceOperation(String, String) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
- setObject(Value) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
- setPredicate(IRI) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
- setPrefix(String) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.RemoveNamespaceOperation
- setPrefix(String) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SetNamespaceOperation
- setSubject(Resource) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
- setUpdateString(String) - Method in class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- SIZE - org.eclipse.rdf4j.http.protocol.Protocol.Action
-
retrieving repository size
- SIZE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Relative location of the 'size' resource of a repository.
- SPARQL_QUERY_MIME_TYPE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
MIME type for SPARQL update: application/sparql-query.
- SPARQL_UPDATE_MIME_TYPE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
MIME type for SPARQL update: application/sparql-update.
- SPARQLUpdateOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
-
Encapsulation of a SPARQL 1.1 update operation executed as part of a transaction.
- SPARQLUpdateOperation() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- SPARQLUpdateOperation(String, String, boolean, Dataset, Binding...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.SPARQLUpdateOperation
- StatementOperation - Class in org.eclipse.rdf4j.http.protocol.transaction.operations
-
A context operation with (optional) subject, predicate, object.
- StatementOperation(Resource...) - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.operations.StatementOperation
- STATEMENTS - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Relative location of the statement list resource of a repository.
- SUBJECT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the 'subject' parameter of a statement query.
T
- TIMEOUT_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
- toString() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorInfo
- toString() - Method in class org.eclipse.rdf4j.http.protocol.error.ErrorType
- TRANSACTION_SETTINGS_PREFIX - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Prefix for transaction settings in the query param
- TransactionOperation - Interface in org.eclipse.rdf4j.http.protocol.transaction.operations
-
An update operation that is part of a transaction.
- TransactionReader - Class in org.eclipse.rdf4j.http.protocol.transaction
- TransactionReader() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.TransactionReader
- TRANSACTIONS - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Relative location of the transaction resources of a repository.
- TransactionWriter - Class in org.eclipse.rdf4j.http.protocol.transaction
-
Serializes of an RDF transaction.
- TransactionWriter() - Constructor for class org.eclipse.rdf4j.http.protocol.transaction.TransactionWriter
- TXN_MIME_TYPE - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
MIME type for transactions: application/x-rdftransaction.
U
- UnauthorizedException - Exception in org.eclipse.rdf4j.http.protocol
- UnauthorizedException() - Constructor for exception org.eclipse.rdf4j.http.protocol.UnauthorizedException
- UnauthorizedException(String) - Constructor for exception org.eclipse.rdf4j.http.protocol.UnauthorizedException
- UnauthorizedException(String, Throwable) - Constructor for exception org.eclipse.rdf4j.http.protocol.UnauthorizedException
- UnauthorizedException(Throwable) - Constructor for exception org.eclipse.rdf4j.http.protocol.UnauthorizedException
- UNSUPPORTED_FILE_FORMAT - Static variable in class org.eclipse.rdf4j.http.protocol.error.ErrorType
- UNSUPPORTED_QUERY_LANGUAGE - Static variable in class org.eclipse.rdf4j.http.protocol.error.ErrorType
- UPDATE - org.eclipse.rdf4j.http.protocol.Protocol.Action
-
SPARQL Update
- UPDATE_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the update parameter.
- USING_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the default graph URI parameter for update.
- USING_NAMED_GRAPH_PARAM_NAME - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Parameter name for the named graph URI parameter for update.
V
- valueOf(String) - Static method in enum org.eclipse.rdf4j.http.protocol.Protocol.Action
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.eclipse.rdf4j.http.protocol.Protocol.TIMEOUT
-
Deprecated.Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.rdf4j.http.protocol.Protocol.Action
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.eclipse.rdf4j.http.protocol.Protocol.TIMEOUT
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION - Static variable in class org.eclipse.rdf4j.http.protocol.Protocol
-
Protocol version.
All Classes All Packages