public class SyncItemCronJobModel extends CronJobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_JOBCRONJOBRELATION
Generated relation code constant for relation
JobCronJobRelation defining source attribute job in extension processing. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CREATESAVEDVALUES
Generated constant - Attribute key of
SyncItemCronJob.createSavedValues attribute defined at extension catalog. |
static String |
FINISHEDITEMS
Generated constant - Attribute key of
SyncItemCronJob.finishedItems attribute defined at extension catalog. |
static String |
FORCEUPDATE
Generated constant - Attribute key of
SyncItemCronJob.forceUpdate attribute defined at extension catalog. |
static String |
PENDINGITEMS
Generated constant - Attribute key of
SyncItemCronJob.pendingItems attribute defined at extension catalog. |
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 |
|---|
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 |
|---|---|
Boolean |
getCreateSavedValues()
Generated method - Getter of the
SyncItemCronJob.createSavedValues attribute defined at extension catalog. |
Collection<ItemModel> |
getFinishedItems()
Generated method - Getter of the
SyncItemCronJob.finishedItems attribute defined at extension catalog. |
Boolean |
getForceUpdate()
Generated method - Getter of the
SyncItemCronJob.forceUpdate attribute defined at extension catalog. |
SyncItemJobModel |
getJob()
Generated method - Getter of the
CronJob.job attribute defined at extension processing and redeclared at extension catalog. |
Collection<ItemModel> |
getPendingItems()
Generated method - Getter of the
SyncItemCronJob.pendingItems attribute defined at extension catalog. |
void |
setCreateSavedValues(Boolean value)
Generated method - Setter of
SyncItemCronJob.createSavedValues attribute defined at extension catalog. |
void |
setForceUpdate(Boolean value)
Generated method - Setter of
SyncItemCronJob.forceUpdate 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(Collection<ItemModel> value)
Generated method - Setter of
SyncItemCronJob.pendingItems attribute defined at extension catalog. |
getActive, getAlternativeDataSourceID, getChangeRecordingEnabled, getChanges, getCode, getCurrentStep, getEmailAddress, getEmailNotificationTemplate, getEndTime, getErrorMode, getFilesCount, getFilesDaysOld, getFilesOperator, 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, 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 _JOBCRONJOBRELATION
JobCronJobRelation defining source attribute job in extension processing.public static final String FORCEUPDATE
SyncItemCronJob.forceUpdate attribute defined at extension catalog.public static final String PENDINGITEMS
SyncItemCronJob.pendingItems attribute defined at extension catalog.public static final String FINISHEDITEMS
SyncItemCronJob.finishedItems attribute defined at extension catalog.public static final String CREATESAVEDVALUES
SyncItemCronJob.createSavedValues 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="createSavedValues", type=GETTER) public Boolean getCreateSavedValues()
SyncItemCronJob.createSavedValues attribute defined at extension catalog.@Accessor(qualifier="finishedItems", type=GETTER) public 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 Boolean getForceUpdate()
SyncItemCronJob.forceUpdate 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 Collection<ItemModel> getPendingItems()
SyncItemCronJob.pendingItems attribute defined at extension catalog.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="createSavedValues", type=SETTER) public void setCreateSavedValues(Boolean value)
SyncItemCronJob.createSavedValues attribute defined at extension catalog.value - the createSavedValues@Accessor(qualifier="forceUpdate", type=SETTER) public void setForceUpdate(Boolean value)
SyncItemCronJob.forceUpdate attribute defined at extension catalog.value - the forceUpdate@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 © 2017 SAP SE. All Rights Reserved.