Class SyncingExcludeBasedOnType
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.searchindex.exclusions.ExcludeBasedOnType
-
- edu.cornell.mannlib.vitro.webapp.searchindex.exclusions.SyncingExcludeBasedOnType
-
- All Implemented Interfaces:
SearchIndexExcluder,ContextModelsUser,org.apache.jena.rdf.model.ModelChangedListener
public class SyncingExcludeBasedOnType extends ExcludeBasedOnType implements org.apache.jena.rdf.model.ModelChangedListener, ContextModelsUser
This excludes based on types defined as EXCLUDE_CLASS in the configuration RDF model.
-
-
Field Summary
-
Fields inherited from interface edu.cornell.mannlib.vitro.webapp.searchindex.exclusions.SearchIndexExcluder
DONT_EXCLUDE
-
-
Constructor Summary
Constructors Constructor Description SyncingExcludeBasedOnType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddedStatement(org.apache.jena.rdf.model.Statement s)voidaddedStatements(List<org.apache.jena.rdf.model.Statement> stmts)voidaddedStatements(org.apache.jena.rdf.model.Model model)voidaddedStatements(org.apache.jena.rdf.model.Statement[] stmts)voidaddedStatements(org.apache.jena.rdf.model.StmtIterator it)voidbuildClassList()voidnotifyEvent(org.apache.jena.rdf.model.Model arg0, Object arg1)voidremovedStatement(org.apache.jena.rdf.model.Statement s)voidremovedStatements(List<org.apache.jena.rdf.model.Statement> stmts)voidremovedStatements(org.apache.jena.rdf.model.Model model)voidremovedStatements(org.apache.jena.rdf.model.Statement[] stmts)voidremovedStatements(org.apache.jena.rdf.model.StmtIterator it)voidsetContextModels(ContextModelAccess models)-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.searchindex.exclusions.ExcludeBasedOnType
addTypeToExclude, addTypeURI, checkForExclusion, removeTypeToExclude, setExcludedTypes, toString, typeURIinExcludeList
-
-
-
-
Method Detail
-
setContextModels
public void setContextModels(ContextModelAccess models)
- Specified by:
setContextModelsin interfaceContextModelsUser
-
buildClassList
public void buildClassList()
-
addedStatement
public void addedStatement(org.apache.jena.rdf.model.Statement s)
- Specified by:
addedStatementin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
removedStatement
public void removedStatement(org.apache.jena.rdf.model.Statement s)
- Specified by:
removedStatementin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
addedStatements
public void addedStatements(org.apache.jena.rdf.model.Statement[] stmts)
- Specified by:
addedStatementsin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
addedStatements
public void addedStatements(List<org.apache.jena.rdf.model.Statement> stmts)
- Specified by:
addedStatementsin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
addedStatements
public void addedStatements(org.apache.jena.rdf.model.StmtIterator it)
- Specified by:
addedStatementsin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
addedStatements
public void addedStatements(org.apache.jena.rdf.model.Model model)
- Specified by:
addedStatementsin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
notifyEvent
public void notifyEvent(org.apache.jena.rdf.model.Model arg0, Object arg1)- Specified by:
notifyEventin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
removedStatements
public void removedStatements(org.apache.jena.rdf.model.Statement[] stmts)
- Specified by:
removedStatementsin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
removedStatements
public void removedStatements(List<org.apache.jena.rdf.model.Statement> stmts)
- Specified by:
removedStatementsin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
removedStatements
public void removedStatements(org.apache.jena.rdf.model.StmtIterator it)
- Specified by:
removedStatementsin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
removedStatements
public void removedStatements(org.apache.jena.rdf.model.Model model)
- Specified by:
removedStatementsin interfaceorg.apache.jena.rdf.model.ModelChangedListener
-
-