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