public class SolrIndexerCronJobModel extends CronJobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SOLRFACETSEARCHCONFIG2SOLRINDEXERCRONJOB
Generated relation code constant for relation
SolrFacetSearchConfig2SolrIndexerCronJob defining source attribute facetSearchConfig in extension solrfacetsearch. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
FACETSEARCHCONFIG
Generated constant - Attribute key of
SolrIndexerCronJob.facetSearchConfig attribute defined at extension solrfacetsearch. |
static java.lang.String |
FACETSEARCHCONFIGPOS
Generated constant - Attribute key of
SolrIndexerCronJob.facetSearchConfigPOS attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXERHINTS
Generated constant - Attribute key of
SolrIndexerCronJob.indexerHints attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXEROPERATION
Generated constant - Attribute key of
SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch. |
_JOBCRONJOBRELATION, ACTIVE, ACTIVECRONJOBHISTORY, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CHANGES, CODE, CRONJOBHISTORYENTRIES, CURRENTSTEP, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ENDTIME, ERRORMODE, FILESCOUNT, FILESDAYSOLD, FILESOPERATOR, JOB, LOGFILES, LOGLEVELDATABASE, LOGLEVELFILE, LOGS, LOGSCOUNT, LOGSDAYSOLD, LOGSOPERATOR, LOGTEXT, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PENDINGSTEPS, PRIORITY, PROCESSEDSTEPS, QUERYCOUNT, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESULT, RETRY, RUNNINGONCLUSTERNODE, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, STARTTIME, STATUS, TIMETABLE, TRIGGERS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrIndexerCronJobModel()
Generated constructor - Default constructor for generic creation.
|
SolrIndexerCronJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig,
JobModel _job)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig,
JobModel _job,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
SolrFacetSearchConfigModel |
getFacetSearchConfig()
Generated method - Getter of the
SolrIndexerCronJob.facetSearchConfig attribute defined at extension solrfacetsearch. |
java.util.Map<java.lang.String,java.lang.String> |
getIndexerHints()
Generated method - Getter of the
SolrIndexerCronJob.indexerHints attribute defined at extension solrfacetsearch. |
IndexerOperationValues |
getIndexerOperation()
Generated method - Getter of the
SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch. |
void |
setFacetSearchConfig(SolrFacetSearchConfigModel value)
Generated method - Setter of
SolrIndexerCronJob.facetSearchConfig attribute defined at extension solrfacetsearch. |
void |
setIndexerHints(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of
SolrIndexerCronJob.indexerHints attribute defined at extension solrfacetsearch. |
void |
setIndexerOperation(IndexerOperationValues value)
Generated method - Setter of
SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch. |
getActive, getActiveCronJobHistory, getAlternativeDataSourceID, getChangeRecordingEnabled, getChanges, getCode, getCronJobHistoryEntries, getCurrentStep, getEmailAddress, getEmailNotificationTemplate, getEndTime, getErrorMode, getFilesCount, getFilesDaysOld, getFilesOperator, getJob, getLogFiles, getLogLevelDatabase, getLogLevelFile, getLogs, getLogsCount, getLogsDaysOld, getLogsOperator, getLogText, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPendingSteps, getPriority, getProcessedSteps, getQueryCount, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getResult, getRetry, getRunningOnClusterNode, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getStartTime, getStatus, getTimeTable, getTriggers, setActive, setActiveCronJobHistory, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setCronJobHistoryEntries, setEmailAddress, setEmailNotificationTemplate, setEndTime, setErrorMode, setFilesCount, setFilesDaysOld, setFilesOperator, setJob, setLogFiles, setLogLevelDatabase, setLogLevelFile, setLogsCount, setLogsDaysOld, setLogsOperator, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPendingSteps, setPriority, setProcessedSteps, setQueryCount, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setResult, setRetry, setRunningOnClusterNode, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, setStartTime, setStatus, setTriggersgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _SOLRFACETSEARCHCONFIG2SOLRINDEXERCRONJOB
SolrFacetSearchConfig2SolrIndexerCronJob defining source attribute facetSearchConfig in extension solrfacetsearch.public static final java.lang.String INDEXEROPERATION
SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch.public static final java.lang.String INDEXERHINTS
SolrIndexerCronJob.indexerHints attribute defined at extension solrfacetsearch.public static final java.lang.String FACETSEARCHCONFIGPOS
SolrIndexerCronJob.facetSearchConfigPOS attribute defined at extension solrfacetsearch.public static final java.lang.String FACETSEARCHCONFIG
SolrIndexerCronJob.facetSearchConfig attribute defined at extension solrfacetsearch.public SolrIndexerCronJobModel()
public SolrIndexerCronJobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, JobModel _job)
_facetSearchConfig - initial attribute declared by type SolrIndexerCronJob at extension solrfacetsearch_job - initial attribute declared by type CronJob at extension processing@Deprecated public SolrIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, JobModel _job, ItemModel _owner)
_facetSearchConfig - initial attribute declared by type SolrIndexerCronJob at extension solrfacetsearch_job - initial attribute declared by type CronJob at extension processing_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="facetSearchConfig", type=GETTER) public SolrFacetSearchConfigModel getFacetSearchConfig()
SolrIndexerCronJob.facetSearchConfig attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexerHints", type=GETTER) public java.util.Map<java.lang.String,java.lang.String> getIndexerHints()
SolrIndexerCronJob.indexerHints attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexerOperation", type=GETTER) public IndexerOperationValues getIndexerOperation()
SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch.@Accessor(qualifier="facetSearchConfig", type=SETTER) public void setFacetSearchConfig(SolrFacetSearchConfigModel value)
SolrIndexerCronJob.facetSearchConfig attribute defined at extension solrfacetsearch.value - the facetSearchConfig@Accessor(qualifier="indexerHints", type=SETTER) public void setIndexerHints(java.util.Map<java.lang.String,java.lang.String> value)
SolrIndexerCronJob.indexerHints attribute defined at extension solrfacetsearch.value - the indexerHints@Accessor(qualifier="indexerOperation", type=SETTER) public void setIndexerOperation(IndexerOperationValues value)
SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch.value - the indexerOperationCopyright © 2018 SAP SE. All Rights Reserved.