public class JcrPropertyStatementListener
extends com.hp.hpl.jena.rdf.listeners.StatementListener
| Constructor and Description |
|---|
JcrPropertyStatementListener(GraphSubjects subjects,
javax.jcr.Session session)
Construct a statement listener within the given session
|
| Modifier and Type | Method and Description |
|---|---|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement s)
When a statement is added to the graph, serialize it to a JCR property
|
org.modeshape.common.collection.Problems |
getProblems()
Get a list of any problems from trying to apply the statement changes to
the node's properties
|
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement s)
When a statement is removed, remove it from the JCR properties
|
public JcrPropertyStatementListener(GraphSubjects subjects, javax.jcr.Session session) throws javax.jcr.RepositoryException
subjects - session - javax.jcr.RepositoryExceptionpublic void addedStatement(com.hp.hpl.jena.rdf.model.Statement s)
addedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListeneraddedStatement in class com.hp.hpl.jena.rdf.listeners.StatementListeners - public void removedStatement(com.hp.hpl.jena.rdf.model.Statement s)
removedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerremovedStatement in class com.hp.hpl.jena.rdf.listeners.StatementListeners - public org.modeshape.common.collection.Problems getProblems()
Copyright © 2013 DuraSpace, Inc.. All Rights Reserved.