public class IndexUpdateModel extends AbstractLuceneItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
INDEXCONFIGURATION
Generated constant - Attribute key of
IndexUpdate.indexConfiguration attribute defined at extension lucenesearch. |
static String |
INPROGRESS
Generated constant - Attribute key of
IndexUpdate.inProgress attribute defined at extension lucenesearch. |
static String |
ITEM
Generated constant - Attribute key of
IndexUpdate.item attribute defined at extension lucenesearch. |
static String |
ITEMPK
Generated constant - Attribute key of
IndexUpdate.itemPK attribute defined at extension lucenesearch. |
static String |
REMOVE
Generated constant - Attribute key of
IndexUpdate.remove attribute defined at extension lucenesearch. |
static String |
UPDATEINDEXCRONJOB
Generated constant - Attribute key of
IndexUpdate.updateIndexCronJob attribute defined at extension lucenesearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
IndexUpdateModel()
Generated constructor - Default constructor for generic creation.
|
IndexUpdateModel(IndexConfigurationModel _indexConfiguration,
PK _itemPK,
ItemModel _owner,
CronJobModel _updateIndexCronJob)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
IndexUpdateModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
IndexConfigurationModel |
getIndexConfiguration()
Generated method - Getter of the
IndexUpdate.indexConfiguration attribute defined at extension lucenesearch. |
Boolean |
getInProgress()
Generated method - Getter of the
IndexUpdate.inProgress attribute defined at extension lucenesearch. |
ItemModel |
getItem()
Generated method - Getter of the
IndexUpdate.item attribute defined at extension lucenesearch. |
PK |
getItemPK()
Generated method - Getter of the
IndexUpdate.itemPK attribute defined at extension lucenesearch. |
Boolean |
getRemove()
Generated method - Getter of the
IndexUpdate.remove attribute defined at extension lucenesearch. |
CronJobModel |
getUpdateIndexCronJob()
Generated method - Getter of the
IndexUpdate.updateIndexCronJob attribute defined at extension lucenesearch. |
void |
setIndexConfiguration(IndexConfigurationModel value)
Generated method - Initial setter of
IndexUpdate.indexConfiguration attribute defined at extension lucenesearch. |
void |
setInProgress(Boolean value)
Generated method - Setter of
IndexUpdate.inProgress attribute defined at extension lucenesearch. |
void |
setItemPK(PK value)
Generated method - Initial setter of
IndexUpdate.itemPK attribute defined at extension lucenesearch. |
void |
setRemove(Boolean value)
Generated method - Setter of
IndexUpdate.remove attribute defined at extension lucenesearch. |
void |
setUpdateIndexCronJob(CronJobModel value)
Generated method - Initial setter of
IndexUpdate.updateIndexCronJob attribute defined at extension lucenesearch. |
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 INDEXCONFIGURATION
IndexUpdate.indexConfiguration attribute defined at extension lucenesearch.public static final String INPROGRESS
IndexUpdate.inProgress attribute defined at extension lucenesearch.public static final String ITEM
IndexUpdate.item attribute defined at extension lucenesearch.public static final String ITEMPK
IndexUpdate.itemPK attribute defined at extension lucenesearch.public static final String REMOVE
IndexUpdate.remove attribute defined at extension lucenesearch.public static final String UPDATEINDEXCRONJOB
IndexUpdate.updateIndexCronJob attribute defined at extension lucenesearch.public IndexUpdateModel()
public IndexUpdateModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public IndexUpdateModel(IndexConfigurationModel _indexConfiguration, PK _itemPK, ItemModel _owner, CronJobModel _updateIndexCronJob)
_indexConfiguration - initial attribute declared by type IndexUpdate at extension lucenesearch_itemPK - initial attribute declared by type IndexUpdate at extension lucenesearch_owner - initial attribute declared by type Item at extension core_updateIndexCronJob - initial attribute declared by type IndexUpdate at extension lucenesearch@Accessor(qualifier="indexConfiguration", type=GETTER) public IndexConfigurationModel getIndexConfiguration()
IndexUpdate.indexConfiguration attribute defined at extension lucenesearch.@Accessor(qualifier="inProgress", type=GETTER) public Boolean getInProgress()
IndexUpdate.inProgress attribute defined at extension lucenesearch.@Accessor(qualifier="item", type=GETTER) public ItemModel getItem()
IndexUpdate.item attribute defined at extension lucenesearch.@Accessor(qualifier="itemPK", type=GETTER) public PK getItemPK()
IndexUpdate.itemPK attribute defined at extension lucenesearch.@Accessor(qualifier="remove", type=GETTER) public Boolean getRemove()
IndexUpdate.remove attribute defined at extension lucenesearch.@Accessor(qualifier="updateIndexCronJob", type=GETTER) public CronJobModel getUpdateIndexCronJob()
IndexUpdate.updateIndexCronJob attribute defined at extension lucenesearch.@Accessor(qualifier="indexConfiguration", type=SETTER) public void setIndexConfiguration(IndexConfigurationModel value)
IndexUpdate.indexConfiguration attribute defined at extension lucenesearch. Can only be used at creation of model - before first save.value - the indexConfiguration - The IndexConfiguration this IndexUpdate belongs
to.@Accessor(qualifier="inProgress", type=SETTER) public void setInProgress(Boolean value)
IndexUpdate.inProgress attribute defined at extension lucenesearch.value - the inProgress@Accessor(qualifier="itemPK", type=SETTER) public void setItemPK(PK value)
IndexUpdate.itemPK attribute defined at extension lucenesearch. Can only be used at creation of model - before first save.value - the itemPK@Accessor(qualifier="remove", type=SETTER) public void setRemove(Boolean value)
IndexUpdate.remove attribute defined at extension lucenesearch.value - the remove@Accessor(qualifier="updateIndexCronJob", type=SETTER) public void setUpdateIndexCronJob(CronJobModel value)
IndexUpdate.updateIndexCronJob attribute defined at extension lucenesearch. Can only be used at creation of model - before first save.value - the updateIndexCronJobCopyright © 2017 SAP SE. All Rights Reserved.