public class SolrIndexOperationModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_SOLRINDEX2SOLRINDEXOPERATION
Generated relation code constant for relation
SolrIndex2SolrIndexOperation defining source attribute index in extension solrfacetsearch. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ENDTIME
Generated constant - Attribute key of
SolrIndexOperation.endTime attribute defined at extension solrfacetsearch. |
static String |
EXTERNAL
Generated constant - Attribute key of
SolrIndexOperation.external attribute defined at extension solrfacetsearch. |
static String |
ID
Generated constant - Attribute key of
SolrIndexOperation.id attribute defined at extension solrfacetsearch. |
static String |
INDEX
Generated constant - Attribute key of
SolrIndexOperation.index attribute defined at extension solrfacetsearch. |
static String |
OPERATION
Generated constant - Attribute key of
SolrIndexOperation.operation attribute defined at extension solrfacetsearch. |
static String |
STARTTIME
Generated constant - Attribute key of
SolrIndexOperation.startTime attribute defined at extension solrfacetsearch. |
static String |
STATUS
Generated constant - Attribute key of
SolrIndexOperation.status attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrIndexOperationModel()
Generated constructor - Default constructor for generic creation.
|
SolrIndexOperationModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
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
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndTime()
Generated method - Getter of the
SolrIndexOperation.endTime attribute defined at extension solrfacetsearch. |
long |
getId()
Generated method - Getter of the
SolrIndexOperation.id attribute defined at extension solrfacetsearch. |
SolrIndexModel |
getIndex()
Generated method - Getter of the
SolrIndexOperation.index attribute defined at extension solrfacetsearch. |
IndexerOperationValues |
getOperation()
Generated method - Getter of the
SolrIndexOperation.operation attribute defined at extension solrfacetsearch. |
Date |
getStartTime()
Generated method - Getter of the
SolrIndexOperation.startTime attribute defined at extension solrfacetsearch. |
IndexerOperationStatus |
getStatus()
Generated method - Getter of the
SolrIndexOperation.status attribute defined at extension solrfacetsearch. |
boolean |
isExternal()
Generated method - Getter of the
SolrIndexOperation.external attribute defined at extension solrfacetsearch. |
void |
setEndTime(Date value)
Generated method - Setter of
SolrIndexOperation.endTime attribute defined at extension solrfacetsearch. |
void |
setExternal(boolean value)
Generated method - Setter of
SolrIndexOperation.external attribute defined at extension solrfacetsearch. |
void |
setId(long value)
Generated method - Initial setter of
SolrIndexOperation.id attribute defined at extension solrfacetsearch. |
void |
setIndex(SolrIndexModel value)
Generated method - Initial setter of
SolrIndexOperation.index attribute defined at extension solrfacetsearch. |
void |
setOperation(IndexerOperationValues value)
Generated method - Initial setter of
SolrIndexOperation.operation attribute defined at extension solrfacetsearch. |
void |
setStartTime(Date value)
Generated method - Setter of
SolrIndexOperation.startTime attribute defined at extension solrfacetsearch. |
void |
setStatus(IndexerOperationStatus value)
Generated method - Setter of
SolrIndexOperation.status 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 _SOLRINDEX2SOLRINDEXOPERATION
SolrIndex2SolrIndexOperation defining source attribute index in extension solrfacetsearch.public static final String ID
SolrIndexOperation.id attribute defined at extension solrfacetsearch.public static final String OPERATION
SolrIndexOperation.operation attribute defined at extension solrfacetsearch.public static final String EXTERNAL
SolrIndexOperation.external attribute defined at extension solrfacetsearch.public static final String STATUS
SolrIndexOperation.status attribute defined at extension solrfacetsearch.public static final String STARTTIME
SolrIndexOperation.startTime attribute defined at extension solrfacetsearch.public static final String ENDTIME
SolrIndexOperation.endTime attribute defined at extension solrfacetsearch.public static final String INDEX
SolrIndexOperation.index attribute defined at extension solrfacetsearch.public SolrIndexOperationModel()
public SolrIndexOperationModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, IndexerOperationStatus _status)
_id - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch_index - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch_operation - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch_status - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch@Deprecated public SolrIndexOperationModel(long _id, SolrIndexModel _index, IndexerOperationValues _operation, ItemModel _owner, IndexerOperationStatus _status)
_id - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch_index - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch_operation - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core_status - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch@Accessor(qualifier="endTime", type=GETTER) public Date getEndTime()
SolrIndexOperation.endTime attribute defined at extension solrfacetsearch.@Accessor(qualifier="id", type=GETTER) public long getId()
SolrIndexOperation.id attribute defined at extension solrfacetsearch.@Accessor(qualifier="index", type=GETTER) public SolrIndexModel getIndex()
SolrIndexOperation.index attribute defined at extension solrfacetsearch.@Accessor(qualifier="operation", type=GETTER) public IndexerOperationValues getOperation()
SolrIndexOperation.operation attribute defined at extension solrfacetsearch.@Accessor(qualifier="startTime", type=GETTER) public Date getStartTime()
SolrIndexOperation.startTime attribute defined at extension solrfacetsearch.@Accessor(qualifier="status", type=GETTER) public IndexerOperationStatus getStatus()
SolrIndexOperation.status attribute defined at extension solrfacetsearch.@Accessor(qualifier="external", type=GETTER) public boolean isExternal()
SolrIndexOperation.external attribute defined at extension solrfacetsearch.@Accessor(qualifier="endTime", type=SETTER) public void setEndTime(Date value)
SolrIndexOperation.endTime attribute defined at extension solrfacetsearch.value - the endTime@Accessor(qualifier="external", type=SETTER) public void setExternal(boolean value)
SolrIndexOperation.external attribute defined at extension solrfacetsearch.value - the external@Accessor(qualifier="id", type=SETTER) public void setId(long value)
SolrIndexOperation.id attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the id@Accessor(qualifier="index", type=SETTER) public void setIndex(SolrIndexModel value)
SolrIndexOperation.index attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the index@Accessor(qualifier="operation", type=SETTER) public void setOperation(IndexerOperationValues value)
SolrIndexOperation.operation attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the operation@Accessor(qualifier="startTime", type=SETTER) public void setStartTime(Date value)
SolrIndexOperation.startTime attribute defined at extension solrfacetsearch.value - the startTime@Accessor(qualifier="status", type=SETTER) public void setStatus(IndexerOperationStatus value)
SolrIndexOperation.status attribute defined at extension solrfacetsearch.value - the statusCopyright © 2017 SAP SE. All Rights Reserved.