Class SolrPlatformUtils
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.utils.SolrPlatformUtils
-
public final class SolrPlatformUtils extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSOLR_EXPORTER_BEAN_NAME_PREFIX
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringcreateSolrExporterBeanName(SolrServerMode serverMode)static booleanisPlatformReady()Deprecated, for removal: This API element is subject to removal in a future version.since 1808, useApplicationUtils.isPlatformReady()
-
-
-
Field Detail
-
SOLR_EXPORTER_BEAN_NAME_PREFIX
public static final java.lang.String SOLR_EXPORTER_BEAN_NAME_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
isPlatformReady
@Deprecated(since="1808", forRemoval=true) public static boolean isPlatformReady()Deprecated, for removal: This API element is subject to removal in a future version.since 1808, useApplicationUtils.isPlatformReady()Checks whether platform is ready for business process engine events- Returns:
- true if events can be processed
-
createSolrExporterBeanName
public static java.lang.String createSolrExporterBeanName(SolrServerMode serverMode)
-
-