Index

_ | A | B | C | D | E | F | G | H | I | L | M | O | P | Q | R | S | T | U | W

_

__init__() (rdfrest.cores.local.LocalCore method)

A

ack_delete() (rdfrest.cores.local.EditableCore method)
(rdfrest.cores.local.ILocalCore method)
ack_edit() (rdfrest.cores.local.EditableCore method)
(rdfrest.cores.local.ILocalCore method)
(rdfrest.cores.mixins.BookkeepingMixin method)
ack_post() (rdfrest.cores.mixins.GraphPostableMixin method)
add() (rdfrest.util.proxystore.ProxyStore method)
(rdfrest.util.ReadOnlyGraph method)
add_http_certificate() (in module rdfrest.cores.http_client)
add_http_credentials() (in module rdfrest.cores.http_client)
add_uri_params() (in module rdfrest.util)
addN() (rdfrest.util.ReadOnlyGraph method)
append() (rdfrest.util.Diagnosis method)
apply_global_config() (in module rdfrest.util.config)
apply_logging_config() (in module rdfrest.util.config)
apply_ns_prefix_config() (in module rdfrest.util.config)
apply_plugins_config() (in module rdfrest.util.config)

B

bind() (rdfrest.util.ReadOnlyGraph method)
bind_prefix() (in module rdfrest.serializers)
BookkeepingMixin (class in rdfrest.cores.mixins)
bounded_description() (in module rdfrest.util)
build_service_root_uri() (in module rdfrest.util.config)

C

cache_half_last_modified() (in module rdfrest.http_server)
cache_result() (in module rdfrest.util)
CanNotProceedError
check_deletable() (rdfrest.cores.local.EditableCore method)
(rdfrest.cores.local.ILocalCore method)
check_new() (in module rdfrest.util)
(rdfrest.cores.mixins.GraphPostableMixin method)
check_new_graph() (rdfrest.cores.local.ILocalCore class method)
(rdfrest.cores.local.LocalCore class method)
(rdfrest.cores.mixins.FolderishMixin class method)
(rdfrest.cores.mixins.WithCardinalityMixin class method)
(rdfrest.cores.mixins.WithReservedNamespacesMixin class method)
(rdfrest.cores.mixins.WithTypedPropertiesMixin class method)
check_parameters() (rdfrest.cores.local.ILocalCore method)
(rdfrest.cores.local.LocalCore method)
check_posted_graph() (rdfrest.cores.mixins.GraphPostableMixin method)
close() (rdfrest.util.proxystore.ProxyStore method)
coerce_to_node() (in module rdfrest.util)
coerce_to_uri() (in module rdfrest.util)
commit() (rdfrest.util.proxystore.ProxyStore method)
(rdfrest.util.ReadOnlyGraph method)
complete_new_graph() (rdfrest.cores.local.ILocalCore class method)
(rdfrest.cores.local.LocalCore class method)
compute_added_and_removed() (in module rdfrest.cores.local)
CorruptedStore
create() (rdfrest.cores.local.ILocalCore class method)
(rdfrest.cores.local.LocalCore class method)
(rdfrest.cores.mixins.BookkeepingMixin class method)

D

delete() (rdfrest.cores.hosted.HostedCore method)
(rdfrest.cores.ICore method)
(rdfrest.cores.http_client.HttpClientCore method)
(rdfrest.cores.local.EditableCore method)
(rdfrest.cores.local.LocalCore method)
destroy() (rdfrest.util.proxystore.ProxyStore method)
(rdfrest.util.ReadOnlyGraph method)
Diagnosis (class in rdfrest.util)

E

edit() (rdfrest.cores.hosted.HostedCore method)
(rdfrest.cores.ICore method)
(rdfrest.cores.http_client.HttpClientCore method)
(rdfrest.cores.local.EditableCore method)
(rdfrest.cores.local.LocalCore method)
EditableCore (class in rdfrest.cores.local)
ErrorHandlerMiddleware (class in rdfrest.http_server)
extsplit() (in module rdfrest.util)

F

factory() (in module rdfrest.cores.factory)
(rdfrest.cores.ICore method)
(rdfrest.cores.hosted.HostedCore method)
(rdfrest.cores.http_client.HttpClientCore class method)
(rdfrest.cores.local.LocalCore method)
find_created() (rdfrest.cores.mixins.GraphPostableMixin method)
FolderishMixin (class in rdfrest.cores.mixins)
force_refresh() (rdfrest.util.proxystore.ProxyStore method)
force_state_refresh() (rdfrest.cores.hosted.HostedCore method)
(rdfrest.cores.ICore method)
(rdfrest.cores.http_client.HttpClientCore method)
(rdfrest.cores.local.LocalCore method)

G

get() (rdfrest.cores.local.Service method)
get_created_class() (rdfrest.cores.mixins.GraphPostableMixin method)
get_metadata_graph() (rdfrest.cores.local.Service method)
get_parser_by_content_type() (in module rdfrest.parsers)
get_parser_by_extension() (in module rdfrest.parsers)
get_prefix_bindings() (in module rdfrest.serializers)
get_serializer_by_content_type() (in module rdfrest.serializers)
get_serializer_by_extension() (in module rdfrest.serializers)
get_service_configuration() (in module rdfrest.util.config)
get_state() (rdfrest.cores.hosted.HostedCore method)
(rdfrest.cores.ICore method)
(rdfrest.cores.http_client.HttpClientCore method)
(rdfrest.cores.local.LocalCore method)
get_subresource() (rdfrest.cores.http_client.HttpClientCore method)
GraphChangedError
GraphPostableMixin (class in rdfrest.cores.mixins)

H

handle_fragments() (rdfrest.cores.hosted.HostedCore class method)
HostedCore (class in rdfrest.cores.hosted)
http_delete() (rdfrest.http_server.HttpFrontend method)
http_get() (rdfrest.http_server.HttpFrontend method)
http_head() (rdfrest.http_server.HttpFrontend method)
http_options() (rdfrest.http_server.HttpFrontend method)
http_post() (rdfrest.http_server.HttpFrontend method)
http_put() (rdfrest.http_server.HttpFrontend method)
HttpClientCore (class in rdfrest.cores.http_client)
HttpFrontend (class in rdfrest.http_server)

I

ICore (class in rdfrest.cores)
if_match (rdfrest.http_server.MyRequest attribute)
ILocalCore (class in rdfrest.cores.local)
InvalidDataError
InvalidParametersError
InvalidUriError
issue_error() (rdfrest.http_server.HttpFrontend method)
iter_etags() (rdfrest.cores.mixins.BookkeepingMixin method)
iter_parsers() (in module rdfrest.parsers)
iter_serializers() (in module rdfrest.serializers)

L

last_modified (rdfrest.cores.mixins.BookkeepingMixin attribute)
load() (rdfrest.util.ReadOnlyGraph method)
LocalCore (class in rdfrest.cores.local)

M

make_fresh_uri() (in module rdfrest.util)
metadata (rdfrest.cores.local.LocalCore attribute)
MethodNotAllowedError
mint_uri() (rdfrest.cores.local.ILocalCore class method)
(rdfrest.cores.local.LocalCore class method)
(rdfrest.cores.mixins.FolderishMixin class method)
MyRequest (class in rdfrest.http_server)
MyResponse (class in rdfrest.http_server)

O

open() (rdfrest.util.proxystore.ProxyStore method)
(rdfrest.util.ReadOnlyGraph method)

P

parent_uri() (in module rdfrest.util)
parse() (rdfrest.util.ReadOnlyGraph method)
parse_ntriples() (in module rdfrest.parsers)
parse_rdf_xml() (in module rdfrest.parsers)
parse_turtle() (in module rdfrest.parsers)
ParseError
post_graph() (rdfrest.cores.hosted.HostedCore method)
(rdfrest.cores.ICore method)
(rdfrest.cores.http_client.HttpClientCore method)
(rdfrest.cores.local.LocalCore method)
(rdfrest.cores.mixins.GraphPostableMixin method)
pre_process_request() (in module rdfrest.http_server)
prefered_format (rdfrest.util.proxystore.ProxyStore attribute)
prepare_edit() (rdfrest.cores.local.EditableCore method)
(rdfrest.cores.local.ILocalCore method)
ProxyStore (class in rdfrest.util.proxystore)

Q

query() (rdfrest.util.proxystore.ProxyStore method)

R

random_token() (in module rdfrest.util)
rdfrest (module)
rdfrest.cores (module)
rdfrest.cores.factory (module)
rdfrest.cores.hosted (module)
rdfrest.cores.http_client (module)
rdfrest.cores.local (module)
rdfrest.cores.mixins (module)
rdfrest.exceptions (module)
rdfrest.http_server (module)
rdfrest.parsers (module)
rdfrest.serializers (module)
rdfrest.util (module)
rdfrest.util.compat (module)
rdfrest.util.config (module)
rdfrest.util.proxystore (module)
RdfRestException
ReadOnlyGraph (class in rdfrest.util)
RedirectException
register_implementation() (in module rdfrest.cores.factory)
register_middleware() (in module rdfrest.http_server)
register_parser() (in module rdfrest.parsers)
register_pre_processor() (in module rdfrest.http_server)
register_serializer() (in module rdfrest.serializers)
register_service() (in module rdfrest.cores.factory)
remove() (rdfrest.util.proxystore.ProxyStore method)
(rdfrest.util.ReadOnlyGraph method)
replace_node_dense() (in module rdfrest.util)
replace_node_sparse() (in module rdfrest.util)
ResourceAccessError
RFC
RFC 2616, [1]
rm_rf() (in module rdfrest.cores.http_client)
rollback() (rdfrest.util.proxystore.ProxyStore method)
(rdfrest.util.ReadOnlyGraph method)

S

serialize_html() (in module rdfrest.serializers)
serialize_ntriples() (in module rdfrest.serializers)
serialize_rdf_xml() (in module rdfrest.serializers)
serialize_turtle() (in module rdfrest.serializers)
SerializeError
ServerError
Service (class in rdfrest.cores.local)
service (rdfrest.cores.local.ILocalCore attribute)
set() (rdfrest.util.ReadOnlyGraph method)
set_http_option() (in module rdfrest.cores.http_client)
StoreIdentifierError

T

taint_etag() (in module rdfrest.http_server)
triples() (rdfrest.util.proxystore.ProxyStore method)

U

UnauthorizedError
unregister_middleware() (in module rdfrest.http_server)
unregister_pre_processor() (in module rdfrest.http_server)
unregister_service() (in module rdfrest.cores.factory)
uri (rdfrest.cores.hosted.HostedCore attribute)
(rdfrest.cores.ICore attribute)
(rdfrest.cores.http_client.HttpClientCore attribute)
urisplit() (in module rdfrest.util)
uriunsplit() (in module rdfrest.util)

W

WithCardinalityMixin (class in rdfrest.cores.mixins)
WithReservedNamespacesMixin (class in rdfrest.cores.mixins)
WithTypedPropertiesMixin (class in rdfrest.cores.mixins)
wrap_exceptions() (in module rdfrest.util)
wrap_generator_exceptions() (in module rdfrest.util)