This project has retired. For details please refer to its
Attic page.
ServerManagedPropertiesInterceptor (Apache Marmotta Site 3.3.0 API)
- java.lang.Object
-
- org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
-
- org.apache.marmotta.platform.ldp.util.ServerManagedPropertiesInterceptor
-
- All Implemented Interfaces:
- org.openrdf.repository.event.RepositoryConnectionInterceptor
public class ServerManagedPropertiesInterceptor
extends org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
A ConnectionInterceptor that filters out all write operations that happen to
- the managed context, or
- use a managed property
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
boolean |
add(org.openrdf.repository.RepositoryConnection conn,
org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object,
org.openrdf.model.Resource... contexts) |
Set<org.openrdf.model.URI> |
getDeniedProperties() |
boolean |
remove(org.openrdf.repository.RepositoryConnection conn,
org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object,
org.openrdf.model.Resource... contexts) |
-
Methods inherited from class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
begin, clear, clearNamespaces, close, commit, execute, removeNamespace, rollback, setAutoCommit, setNamespace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
add
public boolean add(org.openrdf.repository.RepositoryConnection conn,
org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object,
org.openrdf.model.Resource... contexts)
- Specified by:
add
in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
- Overrides:
add
in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
-
remove
public boolean remove(org.openrdf.repository.RepositoryConnection conn,
org.openrdf.model.Resource subject,
org.openrdf.model.URI predicate,
org.openrdf.model.Value object,
org.openrdf.model.Resource... contexts)
- Specified by:
remove
in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
- Overrides:
remove
in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.