public class UpdateIndexJobModel extends JobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
MAXUPDATESPERRUN
Generated constant - Attribute key of
UpdateIndexJob.maxUpdatesPerRun attribute defined at extension lucenesearch. |
ACTIVE, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CODE, CRONJOBS, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ERRORMODE, LOGLEVELDATABASE, LOGLEVELFILE, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PRIORITY, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESTRICTIONS, RETRY, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, TRIGGERS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
UpdateIndexJobModel()
Generated constructor - Default constructor for generic creation.
|
UpdateIndexJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
UpdateIndexJobModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
UpdateIndexJobModel(String _code,
Integer _nodeID,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxUpdatesPerRun()
Generated method - Getter of the
UpdateIndexJob.maxUpdatesPerRun attribute defined at extension lucenesearch. |
void |
setMaxUpdatesPerRun(Integer value)
Generated method - Setter of
UpdateIndexJob.maxUpdatesPerRun attribute defined at extension lucenesearch. |
getActive, getAlternativeDataSourceID, getChangeRecordingEnabled, getCode, getCronJobs, getEmailAddress, getEmailNotificationTemplate, getErrorMode, getLogLevelDatabase, getLogLevelFile, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPriority, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getRestrictions, getRetry, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getTriggers, setActive, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setEmailAddress, setEmailNotificationTemplate, setErrorMode, setLogLevelDatabase, setLogLevelFile, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPriority, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setRestrictions, setRetry, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, setTriggersgetComments, 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 MAXUPDATESPERRUN
UpdateIndexJob.maxUpdatesPerRun attribute defined at extension lucenesearch.public UpdateIndexJobModel()
public UpdateIndexJobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public UpdateIndexJobModel(String _code)
_code - initial attribute declared by type Job at extension processing@Deprecated public UpdateIndexJobModel(String _code, Integer _nodeID, ItemModel _owner)
_code - initial attribute declared by type Job at extension processing_nodeID - initial attribute declared by type Job at extension processing_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="maxUpdatesPerRun", type=GETTER) public Integer getMaxUpdatesPerRun()
UpdateIndexJob.maxUpdatesPerRun attribute defined at extension lucenesearch.@Accessor(qualifier="maxUpdatesPerRun", type=SETTER) public void setMaxUpdatesPerRun(Integer value)
UpdateIndexJob.maxUpdatesPerRun attribute defined at extension lucenesearch.value - the maxUpdatesPerRun - The maximum number of items updated per
UpdateIndexJob run.Copyright © 2017 SAP SE. All Rights Reserved.