Class UpdateUrisTask.ExcludeIfNoVClasses
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.searchindex.tasks.UpdateUrisTask.ExcludeIfNoVClasses
-
- All Implemented Interfaces:
SearchIndexExcluder
- Enclosing class:
- UpdateUrisTask
public static class UpdateUrisTask.ExcludeIfNoVClasses extends Object implements SearchIndexExcluder
This will be first in the list of SearchIndexExcluders.
-
-
Field Summary
-
Fields inherited from interface edu.cornell.mannlib.vitro.webapp.searchindex.exclusions.SearchIndexExcluder
DONT_EXCLUDE
-
-
Constructor Summary
Constructors Constructor Description ExcludeIfNoVClasses()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcheckForExclusion(Individual ind)REturn a string message if the individual should be excluded from the index.StringtoString()
-
-
-
Method Detail
-
checkForExclusion
public String checkForExclusion(Individual ind)
Description copied from interface:SearchIndexExcluderREturn a string message if the individual should be excluded from the index. Return null if ind should not be excluded.- Specified by:
checkForExclusionin interfaceSearchIndexExcluder
-
-