public class SyncItemCronJobModel extends CronJobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_JOBCRONJOBRELATION
Generated relation code constant for relation
JobCronJobRelation defining source attribute job in extension processing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ABORTONCOLLIDINGSYNC
Generated constant - Attribute key of
SyncItemCronJob.abortOnCollidingSync attribute defined at extension catalog. |
static java.lang.String |
CREATESAVEDVALUES
Generated constant - Attribute key of
SyncItemCronJob.createSavedValues attribute defined at extension catalog. |
static java.lang.String |
FINISHEDITEMS
Generated constant - Attribute key of
SyncItemCronJob.finishedItems attribute defined at extension catalog. |
static java.lang.String |
FORCEUPDATE
Generated constant - Attribute key of
SyncItemCronJob.forceUpdate attribute defined at extension catalog. |
static java.lang.String |
FULLSYNC
Generated constant - Attribute key of
SyncItemCronJob.fullSync attribute defined at extension catalog. |
static java.lang.String |
PENDINGITEMS
Generated constant - Attribute key of
SyncItemCronJob.pendingItems attribute defined at extension catalog. |
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 |
|---|
SyncItemCronJobModel()
Generated constructor - Default constructor for generic creation.
|
SyncItemCronJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SyncItemCronJobModel(SyncItemJobModel _job)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SyncItemCronJobModel(SyncItemJobModel _job,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getAbortOnCollidingSync()
Generated method - Getter of the
SyncItemCronJob.abortOnCollidingSync attribute defined at extension catalog. |
java.lang.Boolean |
getCreateSavedValues()
Generated method - Getter of the
SyncItemCronJob.createSavedValues attribute defined at extension catalog. |
java.util.Collection<ItemModel> |
getFinishedItems()
Generated method - Getter of the
SyncItemCronJob.finishedItems attribute defined at extension catalog. |
java.lang.Boolean |
getForceUpdate()
Generated method - Getter of the
SyncItemCronJob.forceUpdate attribute defined at extension catalog. |
java.lang.Boolean |
getFullSync()
Generated method - Getter of the
SyncItemCronJob.fullSync attribute defined at extension catalog. |
SyncItemJobModel |
getJob()
Generated method - Getter of the
CronJob.job attribute defined at extension processing and redeclared at extension catalog. |
java.util.Collection<ItemModel> |
getPendingItems()
Generated method - Getter of the
SyncItemCronJob.pendingItems attribute defined at extension catalog. |
void |
setAbortOnCollidingSync(java.lang.Boolean value)
Generated method - Setter of
SyncItemCronJob.abortOnCollidingSync attribute defined at extension catalog. |
void |
setCreateSavedValues(java.lang.Boolean value)
Generated method - Setter of
SyncItemCronJob.createSavedValues attribute defined at extension catalog. |
void |
setForceUpdate(java.lang.Boolean value)
Generated method - Setter of
SyncItemCronJob.forceUpdate attribute defined at extension catalog. |
void |
setFullSync(java.lang.Boolean value)
Generated method - Setter of
SyncItemCronJob.fullSync attribute defined at extension catalog. |
void |
setJob(JobModel value)
Generated method - Initial setter of
CronJob.job attribute defined at extension processing and redeclared at extension catalog. |
void |
setPendingItems(java.util.Collection<ItemModel> value)
Generated method - Setter of
SyncItemCronJob.pendingItems attribute defined at extension catalog. |
getActive, getActiveCronJobHistory, getAlternativeDataSourceID, getChangeRecordingEnabled, getChanges, getCode, getCronJobHistoryEntries, getCurrentStep, getEmailAddress, getEmailNotificationTemplate, getEndTime, getErrorMode, getFilesCount, getFilesDaysOld, getFilesOperator, 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, 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 _JOBCRONJOBRELATION
JobCronJobRelation defining source attribute job in extension processing.public static final java.lang.String FORCEUPDATE
SyncItemCronJob.forceUpdate attribute defined at extension catalog.public static final java.lang.String PENDINGITEMS
SyncItemCronJob.pendingItems attribute defined at extension catalog.public static final java.lang.String FINISHEDITEMS
SyncItemCronJob.finishedItems attribute defined at extension catalog.public static final java.lang.String CREATESAVEDVALUES
SyncItemCronJob.createSavedValues attribute defined at extension catalog.public static final java.lang.String FULLSYNC
SyncItemCronJob.fullSync attribute defined at extension catalog.public static final java.lang.String ABORTONCOLLIDINGSYNC
SyncItemCronJob.abortOnCollidingSync attribute defined at extension catalog.public SyncItemCronJobModel()
public SyncItemCronJobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SyncItemCronJobModel(SyncItemJobModel _job)
_job - initial attribute declared by type SyncItemCronJob at extension catalog@Deprecated public SyncItemCronJobModel(SyncItemJobModel _job, ItemModel _owner)
_job - initial attribute declared by type SyncItemCronJob at extension catalog_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="abortOnCollidingSync", type=GETTER) public java.lang.Boolean getAbortOnCollidingSync()
SyncItemCronJob.abortOnCollidingSync attribute defined at extension catalog.@Accessor(qualifier="createSavedValues", type=GETTER) public java.lang.Boolean getCreateSavedValues()
SyncItemCronJob.createSavedValues attribute defined at extension catalog.@Accessor(qualifier="finishedItems", type=GETTER) public java.util.Collection<ItemModel> getFinishedItems()
SyncItemCronJob.finishedItems attribute defined at extension catalog.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="forceUpdate", type=GETTER) public java.lang.Boolean getForceUpdate()
SyncItemCronJob.forceUpdate attribute defined at extension catalog.@Accessor(qualifier="fullSync", type=GETTER) public java.lang.Boolean getFullSync()
SyncItemCronJob.fullSync attribute defined at extension catalog.@Accessor(qualifier="job", type=GETTER) public SyncItemJobModel getJob()
CronJob.job attribute defined at extension processing and redeclared at extension catalog.getJob in class CronJobModel@Accessor(qualifier="pendingItems", type=GETTER) public java.util.Collection<ItemModel> getPendingItems()
SyncItemCronJob.pendingItems attribute defined at extension catalog.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="abortOnCollidingSync", type=SETTER) public void setAbortOnCollidingSync(java.lang.Boolean value)
SyncItemCronJob.abortOnCollidingSync attribute defined at extension catalog.value - the abortOnCollidingSync@Accessor(qualifier="createSavedValues", type=SETTER) public void setCreateSavedValues(java.lang.Boolean value)
SyncItemCronJob.createSavedValues attribute defined at extension catalog.value - the createSavedValues@Accessor(qualifier="forceUpdate", type=SETTER) public void setForceUpdate(java.lang.Boolean value)
SyncItemCronJob.forceUpdate attribute defined at extension catalog.value - the forceUpdate@Accessor(qualifier="fullSync", type=SETTER) public void setFullSync(java.lang.Boolean value)
SyncItemCronJob.fullSync attribute defined at extension catalog.value - the fullSync@Accessor(qualifier="job", type=SETTER) public void setJob(JobModel value)
CronJob.job attribute defined at extension processing and redeclared at extension catalog. Can only be used at creation of model - before first save. Will only accept values of type SyncItemJobModel.setJob in class CronJobModelvalue - the jobCopyright © 2018 SAP SE. All Rights Reserved.