Uses of Class
de.hybris.platform.solrfacetsearch.enums.IndexerOperationStatus
-
Packages that use IndexerOperationStatus Package Description de.hybris.platform.solrfacetsearch.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.solrfacetsearch.model 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 IndexerOperationStatus Modifier and Type Method Description static IndexerOperationStatusIndexerOperationStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexerOperationStatus[]IndexerOperationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IndexerOperationStatus in de.hybris.platform.solrfacetsearch.model
Methods in de.hybris.platform.solrfacetsearch.model that return IndexerOperationStatus Modifier and Type Method Description IndexerOperationStatusSolrIndexOperationModel. getStatus()Generated method - Getter of theSolrIndexOperation.statusattribute defined at extensionsolrfacetsearch.IndexerOperationStatusSolrIndexOperationRecordModel. getStatus()Generated method - Getter of theSolrIndexOperationRecord.statusattribute defined at extensionsolrfacetsearch.Methods in de.hybris.platform.solrfacetsearch.model with parameters of type IndexerOperationStatus Modifier and Type Method Description voidSolrIndexOperationModel. 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 IndexerOperationStatus Constructor Description SolrIndexOperationModel(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, java.lang.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, java.lang.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
-