Uses of Class
de.hybris.platform.solrfacetsearch.indexer.impl.XMLExporter.ExportMode
-
Packages that use XMLExporter.ExportMode Package Description de.hybris.platform.solrfacetsearch.indexer.impl -
-
Uses of XMLExporter.ExportMode in de.hybris.platform.solrfacetsearch.indexer.impl
Methods in de.hybris.platform.solrfacetsearch.indexer.impl that return XMLExporter.ExportMode Modifier and Type Method Description static XMLExporter.ExportModeXMLExporter.ExportMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XMLExporter.ExportMode[]XMLExporter.ExportMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.indexer.impl with parameters of type XMLExporter.ExportMode Modifier and Type Method Description protected voidXMLExporter. doExport(java.util.Collection<org.apache.solr.common.SolrInputDocument> solrDocuments, IndexConfig indexConfig, IndexedType indexedType, XMLExporter.ExportMode exportMode)protected java.io.FileXMLExporter. prepareExportFile(java.lang.String typeName, XMLExporter.ExportMode exportMode, java.lang.String dirPath)protected voidXMLExporter. writeToXMLFile(java.lang.String exportDirPath, java.lang.Object jaxbDocument, IndexConfig indexConfig, java.lang.String jaxbContext, java.lang.String typeName, XMLExporter.ExportMode exportMode)
-