Uses of Enum Class
de.hybris.platform.solrfacetsearch.enums.IndexerOperationStatus
Packages that use IndexerOperationStatus
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
-
Uses of IndexerOperationStatus in de.hybris.platform.solrfacetsearch.enums
Methods in de.hybris.platform.solrfacetsearch.enums that return IndexerOperationStatusModifier and TypeMethodDescriptionstatic IndexerOperationStatusReturns the enum constant of this class with the specified name.static IndexerOperationStatus[]IndexerOperationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IndexerOperationStatus in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return IndexerOperationStatusModifier and TypeMethodDescriptionSolrIndexOperationModel.getStatus()Generated method - Getter of theSolrIndexOperation.statusattribute defined at extensionsolrfacetsearch.SolrIndexOperationRecordModel.getStatus()Generated method - Getter of theSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type IndexerOperationStatusModifier and TypeMethodDescriptionvoidSolrIndexOperationModel.setStatus(IndexerOperationStatus value) Generated method - Setter ofSolrIndexOperation.statusattribute defined at extensionsolrfacetsearch.voidSolrIndexOperationRecordModel.setStatus(IndexerOperationStatus value) Generated method - Setter ofSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.Constructors in de.hybris.platform.solrfacetsearch.model with parameters of type IndexerOperationStatusModifierConstructorDescriptionSolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, ItemModel _owner, IndexerOperationStatus _status) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, IndexerOperationStatus _status) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, ItemModel _owner, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, String _threadId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, String _threadId) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters