public class JcrPropertyStatementListener
extends com.hp.hpl.jena.rdf.listeners.StatementListener
| 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
|
static JcrPropertyStatementListener |
getListener(org.fcrepo.kernel.rdf.IdentifierTranslator subjects,
javax.jcr.Session session,
com.hp.hpl.jena.rdf.model.Model problemModel)
Return a Listener given the subject factory and JcrSession.
|
com.hp.hpl.jena.rdf.model.Model |
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 static JcrPropertyStatementListener getListener(org.fcrepo.kernel.rdf.IdentifierTranslator subjects, javax.jcr.Session session, com.hp.hpl.jena.rdf.model.Model problemModel)
subjects - session - problemModel - public 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 com.hp.hpl.jena.rdf.model.Model getProblems()
Copyright © 2013–2014 DuraSpace, Inc.. All rights reserved.