| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexerOperationStatus |
IndexerOperationStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
IndexerOperationStatus |
SolrIndexOperationModel.getStatus()
Generated method - Getter of the
SolrIndexOperation.status attribute defined at extension solrfacetsearch. |
IndexerOperationStatus |
SolrIndexOperationRecordModel.getStatus()
Generated method - Getter of the
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexOperationModel.setStatus(IndexerOperationStatus value)
Generated method - Setter of
SolrIndexOperation.status attribute defined at extension solrfacetsearch. |
void |
SolrIndexOperationRecordModel.setStatus(IndexerOperationStatus value)
Generated method - Setter of
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch. |
| Constructor and Description |
|---|
SolrIndexOperationModel(long _id,
SolrIndexModel _index,
IndexerOperationValues _operation,
IndexerOperationStatus _status)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexOperationModel(long _id,
SolrIndexModel _index,
IndexerOperationValues _operation,
ItemModel _owner,
IndexerOperationStatus _status)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexOperationRecordModel(int _clusterId,
IndexerOperationValues _mode,
ItemModel _owner,
SolrIndexedCoresRecordModel _solrIndexCoreRecord,
IndexerOperationStatus _status,
java.lang.String _threadId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexOperationRecordModel(int _clusterId,
IndexerOperationValues _mode,
SolrIndexedCoresRecordModel _solrIndexCoreRecord,
IndexerOperationStatus _status,
java.lang.String _threadId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2018 SAP SE. All Rights Reserved.