![JAR search and dependency download from the Maven repository](/logo.png)
org.alfresco.mock.test.MockSolrFacetHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alfresco-tests Show documentation
Show all versions of alfresco-tests Show documentation
This is a jar project based on mock classes to test fastly the alfresco applications
The newest version!
package org.alfresco.mock.test;
import java.io.Serializable;
import java.util.List;
import org.alfresco.repo.search.impl.solr.facet.FacetQueryProvider;
import org.alfresco.repo.search.impl.solr.facet.SolrFacetHelper;
public class MockSolrFacetHelper extends SolrFacetHelper implements Serializable {
public MockSolrFacetHelper(List facetQueryProviders) {
super(facetQueryProviders);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy