Uses of Enum
org.eclipse.rdf4j.http.protocol.Protocol.Action
Packages that use Protocol.Action
Package
Description
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
-
Uses of Protocol.Action in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type Protocol.ActionModifier and TypeMethodDescriptionprivate StringRDF4JProtocolSession.appendAction(String url, Protocol.Action action) Appends the action as a parameter to the supplied urlprotected voidRDF4JProtocolSession.upload(InputStream contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) protected voidRDF4JProtocolSession.upload(Reader contents, String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) protected voidRDF4JProtocolSession.upload(org.apache.http.HttpEntity reqEntity, String baseURI, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) -
Uses of Protocol.Action in org.eclipse.rdf4j.http.protocol
Subclasses with type arguments of type Protocol.Action in org.eclipse.rdf4j.http.protocolModifier and TypeClassDescriptionstatic enumDefines the action a particular transaction update is executing.Methods in org.eclipse.rdf4j.http.protocol that return Protocol.ActionModifier and TypeMethodDescriptionstatic Protocol.ActionReturns the enum constant of this type with the specified name.static Protocol.Action[]Protocol.Action.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Protocol.Action in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http with parameters of type Protocol.ActionModifier and TypeMethodDescriptionprotected voidHTTPRepositoryConnection.flushTransactionState(Protocol.Action action)