public class SolrIndexOperationRecordModel extends ItemModel
Deprecated since 6.2, please use SolrIndexOperation instead.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_INDEXCORE2INDEXOPERATIONRECORDS
Generated relation code constant for relation
IndexCore2IndexOperationRecords defining source attribute solrIndexCoreRecord in extension solrfacetsearch. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CLUSTERID
Generated constant - Attribute key of
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch. |
static String |
FAILEDREASON
Generated constant - Attribute key of
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch. |
static String |
FINISHTIME
Generated constant - Attribute key of
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch. |
static String |
MODE
Generated constant - Attribute key of
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch. |
static String |
SOLRINDEXCORERECORD
Generated constant - Attribute key of
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch. |
static String |
SOLRINDEXCORERECORDPOS
Generated constant - Attribute key of
SolrIndexOperationRecord.solrIndexCoreRecordPOS attribute defined at extension solrfacetsearch. |
static String |
STARTTIME
Generated constant - Attribute key of
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch. |
static String |
STATUS
Generated constant - Attribute key of
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch. |
static String |
THREADID
Generated constant - Attribute key of
SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrIndexOperationRecordModel()
Generated constructor - Default constructor for generic creation.
|
SolrIndexOperationRecordModel(int _clusterId,
IndexerOperationValues _mode,
ItemModel _owner,
SolrIndexedCoresRecordModel _solrIndexCoreRecord,
IndexerOperationStatus _status,
String _threadId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrIndexOperationRecordModel(int _clusterId,
IndexerOperationValues _mode,
SolrIndexedCoresRecordModel _solrIndexCoreRecord,
IndexerOperationStatus _status,
String _threadId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrIndexOperationRecordModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
int |
getClusterId()
Generated method - Getter of the
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch. |
String |
getFailedReason()
Generated method - Getter of the
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch. |
Date |
getFinishTime()
Generated method - Getter of the
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch. |
IndexerOperationValues |
getMode()
Generated method - Getter of the
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch. |
SolrIndexedCoresRecordModel |
getSolrIndexCoreRecord()
Generated method - Getter of the
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch. |
Date |
getStartTime()
Generated method - Getter of the
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch. |
IndexerOperationStatus |
getStatus()
Generated method - Getter of the
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch. |
String |
getThreadId()
Generated method - Getter of the
SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch. |
void |
setClusterId(int value)
Generated method - Setter of
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch. |
void |
setFailedReason(String value)
Generated method - Setter of
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch. |
void |
setFinishTime(Date value)
Generated method - Setter of
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch. |
void |
setMode(IndexerOperationValues value)
Generated method - Setter of
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch. |
void |
setSolrIndexCoreRecord(SolrIndexedCoresRecordModel value)
Generated method - Setter of
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch. |
void |
setStartTime(Date value)
Generated method - Setter of
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch. |
void |
setStatus(IndexerOperationStatus value)
Generated method - Setter of
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch. |
void |
setThreadId(String value)
Generated method - Setter of
SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _INDEXCORE2INDEXOPERATIONRECORDS
IndexCore2IndexOperationRecords defining source attribute solrIndexCoreRecord in extension solrfacetsearch.public static final String STARTTIME
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.public static final String FINISHTIME
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.public static final String MODE
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.public static final String STATUS
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.public static final String THREADID
SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.public static final String CLUSTERID
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.public static final String FAILEDREASON
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.public static final String SOLRINDEXCORERECORDPOS
SolrIndexOperationRecord.solrIndexCoreRecordPOS attribute defined at extension solrfacetsearch.public static final String SOLRINDEXCORERECORD
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.public SolrIndexOperationRecordModel()
public SolrIndexOperationRecordModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, String _threadId)
_clusterId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_mode - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_solrIndexCoreRecord - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_status - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_threadId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch@Deprecated public SolrIndexOperationRecordModel(int _clusterId, IndexerOperationValues _mode, ItemModel _owner, SolrIndexedCoresRecordModel _solrIndexCoreRecord, IndexerOperationStatus _status, String _threadId)
_clusterId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_mode - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core_solrIndexCoreRecord - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_status - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch_threadId - initial attribute declared by type SolrIndexOperationRecord at extension solrfacetsearch@Accessor(qualifier="clusterId", type=GETTER) public int getClusterId()
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.@Accessor(qualifier="failedReason", type=GETTER) public String getFailedReason()
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.@Accessor(qualifier="finishTime", type=GETTER) public Date getFinishTime()
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.@Accessor(qualifier="mode", type=GETTER) public IndexerOperationValues getMode()
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.@Accessor(qualifier="solrIndexCoreRecord", type=GETTER) public SolrIndexedCoresRecordModel getSolrIndexCoreRecord()
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.@Accessor(qualifier="startTime", type=GETTER) public Date getStartTime()
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.@Accessor(qualifier="status", type=GETTER) public IndexerOperationStatus getStatus()
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.@Accessor(qualifier="threadId", type=GETTER) public String getThreadId()
SolrIndexOperationRecord.threadId attribute defined at extension solrfacetsearch.@Accessor(qualifier="clusterId", type=SETTER) public void setClusterId(int value)
SolrIndexOperationRecord.clusterId attribute defined at extension solrfacetsearch.value - the clusterId@Accessor(qualifier="failedReason", type=SETTER) public void setFailedReason(String value)
SolrIndexOperationRecord.failedReason attribute defined at extension solrfacetsearch.value - the failedReason@Accessor(qualifier="finishTime", type=SETTER) public void setFinishTime(Date value)
SolrIndexOperationRecord.finishTime attribute defined at extension solrfacetsearch.value - the finishTime@Accessor(qualifier="mode", type=SETTER) public void setMode(IndexerOperationValues value)
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch.value - the mode@Accessor(qualifier="solrIndexCoreRecord", type=SETTER) public void setSolrIndexCoreRecord(SolrIndexedCoresRecordModel value)
SolrIndexOperationRecord.solrIndexCoreRecord attribute defined at extension solrfacetsearch.value - the solrIndexCoreRecord@Accessor(qualifier="startTime", type=SETTER) public void setStartTime(Date value)
SolrIndexOperationRecord.startTime attribute defined at extension solrfacetsearch.value - the startTime@Accessor(qualifier="status", type=SETTER) public void setStatus(IndexerOperationStatus value)
SolrIndexOperationRecord.status attribute defined at extension solrfacetsearch.value - the statusCopyright © 2017 SAP SE. All Rights Reserved.