public class ServerManagedPropertiesInterceptor
extends org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
Constructor and Description |
---|
ServerManagedPropertiesInterceptor(org.openrdf.model.URI managedContext,
org.openrdf.model.Resource subject) |
ServerManagedPropertiesInterceptor(org.openrdf.model.URI managedContext,
org.openrdf.model.Resource subject,
Set<? extends org.openrdf.model.Value> managedProperties) |
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) |
public ServerManagedPropertiesInterceptor(org.openrdf.model.URI managedContext, org.openrdf.model.Resource subject)
public ServerManagedPropertiesInterceptor(org.openrdf.model.URI managedContext, org.openrdf.model.Resource subject, Set<? extends org.openrdf.model.Value> managedProperties)
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)
add
in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
add
in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
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)
remove
in interface org.openrdf.repository.event.RepositoryConnectionInterceptor
remove
in class org.openrdf.repository.event.base.RepositoryConnectionInterceptorAdapter
public Set<org.openrdf.model.URI> getDeniedProperties()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.