Uses of Interface
edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding.DocumentModifier
-
Packages that use DocumentModifier Package Description edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding edu.cornell.mannlib.vitro.webapp.searchindex.tasks -
-
Uses of DocumentModifier in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding
Classes in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding that implement DocumentModifier Modifier and Type Class Description classFieldBoosterclassSelectQueryDocumentModifierModify the document, adding the results of one or more select queries.classSelectQueryI18nDocumentModifierA variation on SelectQueryDocumentModifier where the suffix of target field is defined.classThumbnailImageURLConstructor parameters in edu.cornell.mannlib.vitro.webapp.searchindex.documentBuilding with type arguments of type DocumentModifier Constructor Description DocumentModifierListBasic(Collection<? extends DocumentModifier> modifiers)DocumentModifierListDeveloper(Collection<? extends DocumentModifier> modifiers) -
Uses of DocumentModifier in edu.cornell.mannlib.vitro.webapp.searchindex.tasks
Methods in edu.cornell.mannlib.vitro.webapp.searchindex.tasks that return types with arguments of type DocumentModifier Modifier and Type Method Description List<DocumentModifier>UpdateDocumentWorkUnit.MinimalDocumentModifiers. getList()
-