public class FlexibleSearchCronJobModel extends MediaProcessCronJobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COUNT
Generated constant - Attribute key of
FlexibleSearchCronJob.count attribute defined at extension processing. |
static String |
DONTNEEDTOTAL
Generated constant - Attribute key of
FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing. |
static String |
FAILONUNKNOWN
Generated constant - Attribute key of
FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing. |
static String |
QUERY
Generated constant - Attribute key of
FlexibleSearchCronJob.query attribute defined at extension processing. |
static String |
RANGESTART
Generated constant - Attribute key of
FlexibleSearchCronJob.rangeStart attribute defined at extension processing. |
static String |
SEARCHRESULT
Generated constant - Attribute key of
FlexibleSearchCronJob.searchResult attribute defined at extension processing. |
CURRENTLINE, JOBMEDIA, LASTSUCCESSFULLINE_JOBCRONJOBRELATION, ACTIVE, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CHANGES, CODE, CURRENTSTEP, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ENDTIME, ERRORMODE, FILESCOUNT, FILESDAYSOLD, FILESOPERATOR, JOB, LOGFILES, LOGLEVELDATABASE, LOGLEVELFILE, LOGS, LOGSCOUNT, LOGSDAYSOLD, LOGSOPERATOR, LOGTEXT, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PENDINGSTEPS, PRIORITY, PROCESSEDSTEPS, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESULT, RETRY, RUNNINGONCLUSTERNODE, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, STARTTIME, STATUS, TIMETABLE, TRIGGERS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
FlexibleSearchCronJobModel()
Generated constructor - Default constructor for generic creation.
|
FlexibleSearchCronJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
FlexibleSearchCronJobModel(JobModel _job)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
FlexibleSearchCronJobModel(JobModel _job,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
Generated method - Getter of the
FlexibleSearchCronJob.count attribute defined at extension processing. |
Boolean |
getDontNeedTotal()
Generated method - Getter of the
FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing. |
Boolean |
getFailOnUnknown()
Generated method - Getter of the
FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing. |
String |
getQuery()
Generated method - Getter of the
FlexibleSearchCronJob.query attribute defined at extension processing. |
Integer |
getRangeStart()
Generated method - Getter of the
FlexibleSearchCronJob.rangeStart attribute defined at extension processing. |
Collection<String> |
getSearchResult()
Generated method - Getter of the
FlexibleSearchCronJob.searchResult attribute defined at extension processing. |
void |
setCount(Integer value)
Generated method - Setter of
FlexibleSearchCronJob.count attribute defined at extension processing. |
void |
setDontNeedTotal(Boolean value)
Generated method - Setter of
FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing. |
void |
setFailOnUnknown(Boolean value)
Generated method - Setter of
FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing. |
void |
setQuery(String value)
Generated method - Setter of
FlexibleSearchCronJob.query attribute defined at extension processing. |
void |
setRangeStart(Integer value)
Generated method - Setter of
FlexibleSearchCronJob.rangeStart attribute defined at extension processing. |
getCurrentLine, getJobMedia, getLastSuccessfulLine, setCurrentLine, setJobMedia, setLastSuccessfulLinegetActive, getAlternativeDataSourceID, getChangeRecordingEnabled, getChanges, getCode, getCurrentStep, getEmailAddress, getEmailNotificationTemplate, getEndTime, getErrorMode, getFilesCount, getFilesDaysOld, getFilesOperator, getJob, getLogFiles, getLogLevelDatabase, getLogLevelFile, getLogs, getLogsCount, getLogsDaysOld, getLogsOperator, getLogText, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPendingSteps, getPriority, getProcessedSteps, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getResult, getRetry, getRunningOnClusterNode, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getStartTime, getStatus, getTimeTable, getTriggers, setActive, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setEmailAddress, setEmailNotificationTemplate, setEndTime, setErrorMode, setFilesCount, setFilesDaysOld, setFilesOperator, setJob, setLogFiles, setLogLevelDatabase, setLogLevelFile, setLogsCount, setLogsDaysOld, setLogsOperator, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPendingSteps, setPriority, setProcessedSteps, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setResult, setRetry, setRunningOnClusterNode, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, setStartTime, setStatus, 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 QUERY
FlexibleSearchCronJob.query attribute defined at extension processing.public static final String FAILONUNKNOWN
FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing.public static final String DONTNEEDTOTAL
FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing.public static final String RANGESTART
FlexibleSearchCronJob.rangeStart attribute defined at extension processing.public static final String COUNT
FlexibleSearchCronJob.count attribute defined at extension processing.public static final String SEARCHRESULT
FlexibleSearchCronJob.searchResult attribute defined at extension processing.public FlexibleSearchCronJobModel()
public FlexibleSearchCronJobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public FlexibleSearchCronJobModel(JobModel _job)
_job - initial attribute declared by type CronJob at extension processing@Deprecated public FlexibleSearchCronJobModel(JobModel _job, ItemModel _owner)
_job - initial attribute declared by type CronJob at extension processing_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="count", type=GETTER) public Integer getCount()
FlexibleSearchCronJob.count attribute defined at extension processing.@Accessor(qualifier="dontNeedTotal", type=GETTER) public Boolean getDontNeedTotal()
FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing.@Accessor(qualifier="failOnUnknown", type=GETTER) public Boolean getFailOnUnknown()
FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing.@Accessor(qualifier="query", type=GETTER) public String getQuery()
FlexibleSearchCronJob.query attribute defined at extension processing.@Accessor(qualifier="rangeStart", type=GETTER) public Integer getRangeStart()
FlexibleSearchCronJob.rangeStart attribute defined at extension processing.@Accessor(qualifier="searchResult", type=GETTER) public Collection<String> getSearchResult()
FlexibleSearchCronJob.searchResult attribute defined at extension processing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="count", type=SETTER) public void setCount(Integer value)
FlexibleSearchCronJob.count attribute defined at extension processing.value - the count@Accessor(qualifier="dontNeedTotal", type=SETTER) public void setDontNeedTotal(Boolean value)
FlexibleSearchCronJob.dontNeedTotal attribute defined at extension processing.value - the dontNeedTotal@Accessor(qualifier="failOnUnknown", type=SETTER) public void setFailOnUnknown(Boolean value)
FlexibleSearchCronJob.failOnUnknown attribute defined at extension processing.value - the failOnUnknown@Accessor(qualifier="query", type=SETTER) public void setQuery(String value)
FlexibleSearchCronJob.query attribute defined at extension processing.value - the queryCopyright © 2017 SAP SE. All Rights Reserved.