public class JobModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTIVE
Generated constant - Attribute key of
Job.active attribute defined at extension processing. |
static String |
ALTERNATIVEDATASOURCEID
Generated constant - Attribute key of
Job.alternativeDataSourceID attribute defined at extension processing. |
static String |
CHANGERECORDINGENABLED
Generated constant - Attribute key of
Job.changeRecordingEnabled attribute defined at extension processing. |
static String |
CODE
Generated constant - Attribute key of
Job.code attribute defined at extension processing. |
static String |
CRONJOBS
Generated constant - Attribute key of
Job.cronJobs attribute defined at extension processing. |
static String |
EMAILADDRESS
Generated constant - Attribute key of
Job.emailAddress attribute defined at extension processing. |
static String |
EMAILNOTIFICATIONTEMPLATE
Generated constant - Attribute key of
Job.emailNotificationTemplate attribute defined at extension processing. |
static String |
ERRORMODE
Generated constant - Attribute key of
Job.errorMode attribute defined at extension processing. |
static String |
LOGLEVELDATABASE
Generated constant - Attribute key of
Job.logLevelDatabase attribute defined at extension processing. |
static String |
LOGLEVELFILE
Generated constant - Attribute key of
Job.logLevelFile attribute defined at extension processing. |
static String |
LOGTODATABASE
Generated constant - Attribute key of
Job.logToDatabase attribute defined at extension processing. |
static String |
LOGTOFILE
Generated constant - Attribute key of
Job.logToFile attribute defined at extension processing. |
static String |
NODEGROUP
Generated constant - Attribute key of
Job.nodeGroup attribute defined at extension processing. |
static String |
NODEID
Generated constant - Attribute key of
Job.nodeID attribute defined at extension processing. |
static String |
PRIORITY
Generated constant - Attribute key of
Job.priority attribute defined at extension processing. |
static String |
REMOVEONEXIT
Generated constant - Attribute key of
Job.removeOnExit attribute defined at extension processing. |
static String |
REQUESTABORT
Generated constant - Attribute key of
Job.requestAbort attribute defined at extension processing. |
static String |
REQUESTABORTSTEP
Generated constant - Attribute key of
Job.requestAbortStep attribute defined at extension processing. |
static String |
RESTRICTIONS
Generated constant - Attribute key of
Job.restrictions attribute defined at extension processing. |
static String |
RETRY
Generated constant - Attribute key of
Job.retry attribute defined at extension processing. |
static String |
SENDEMAIL
Generated constant - Attribute key of
Job.sendEmail attribute defined at extension processing. |
static String |
SESSIONCONTEXTVALUES
Generated constant - Attribute key of
Job.sessionContextValues attribute defined at extension processing. |
static String |
SESSIONCURRENCY
Generated constant - Attribute key of
Job.sessionCurrency attribute defined at extension processing. |
static String |
SESSIONLANGUAGE
Generated constant - Attribute key of
Job.sessionLanguage attribute defined at extension processing. |
static String |
SESSIONUSER
Generated constant - Attribute key of
Job.sessionUser attribute defined at extension processing. |
static String |
SINGLEEXECUTABLE
Generated constant - Attribute key of
Job.singleExecutable attribute defined at extension processing. |
static String |
TRIGGERS
Generated constant - Attribute key of
Job.triggers attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
JobModel()
Generated constructor - Default constructor for generic creation.
|
JobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
JobModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
JobModel(String _code,
Integer _nodeID,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive()
Generated method - Getter of the
Job.active attribute defined at extension processing. |
String |
getAlternativeDataSourceID()
Generated method - Getter of the
Job.alternativeDataSourceID attribute defined at extension processing. |
Boolean |
getChangeRecordingEnabled()
Generated method - Getter of the
Job.changeRecordingEnabled attribute defined at extension processing. |
String |
getCode()
Generated method - Getter of the
Job.code attribute defined at extension processing. |
Collection<CronJobModel> |
getCronJobs()
Generated method - Getter of the
Job.cronJobs attribute defined at extension processing. |
String |
getEmailAddress()
Generated method - Getter of the
Job.emailAddress attribute defined at extension processing. |
RendererTemplateModel |
getEmailNotificationTemplate()
Generated method - Getter of the
Job.emailNotificationTemplate attribute defined at extension processing. |
ErrorMode |
getErrorMode()
Generated method - Getter of the
Job.errorMode attribute defined at extension processing. |
JobLogLevel |
getLogLevelDatabase()
Generated method - Getter of the
Job.logLevelDatabase attribute defined at extension processing. |
JobLogLevel |
getLogLevelFile()
Generated method - Getter of the
Job.logLevelFile attribute defined at extension processing. |
Boolean |
getLogToDatabase()
Generated method - Getter of the
Job.logToDatabase attribute defined at extension processing. |
Boolean |
getLogToFile()
Generated method - Getter of the
Job.logToFile attribute defined at extension processing. |
String |
getNodeGroup()
Generated method - Getter of the
Job.nodeGroup attribute defined at extension processing. |
Integer |
getNodeID()
Generated method - Getter of the
Job.nodeID attribute defined at extension processing. |
Integer |
getPriority()
Generated method - Getter of the
Job.priority attribute defined at extension processing. |
Boolean |
getRemoveOnExit()
Generated method - Getter of the
Job.removeOnExit attribute defined at extension processing. |
Boolean |
getRequestAbort()
Generated method - Getter of the
Job.requestAbort attribute defined at extension processing. |
Boolean |
getRequestAbortStep()
Generated method - Getter of the
Job.requestAbortStep attribute defined at extension processing. |
List<JobSearchRestrictionModel> |
getRestrictions()
Generated method - Getter of the
Job.restrictions attribute defined at extension processing. |
Boolean |
getRetry()
Generated method - Getter of the
Job.retry attribute defined at extension processing. |
Boolean |
getSendEmail()
Generated method - Getter of the
Job.sendEmail attribute defined at extension processing. |
CurrencyModel |
getSessionCurrency()
Generated method - Getter of the
Job.sessionCurrency attribute defined at extension processing. |
LanguageModel |
getSessionLanguage()
Generated method - Getter of the
Job.sessionLanguage attribute defined at extension processing. |
UserModel |
getSessionUser()
Generated method - Getter of the
Job.sessionUser attribute defined at extension processing. |
Boolean |
getSingleExecutable()
Generated method - Getter of the
Job.singleExecutable attribute defined at extension processing. |
List<TriggerModel> |
getTriggers()
Generated method - Getter of the
Job.triggers attribute defined at extension processing. |
void |
setActive(Boolean value)
Generated method - Setter of
Job.active attribute defined at extension processing. |
void |
setAlternativeDataSourceID(String value)
Generated method - Setter of
Job.alternativeDataSourceID attribute defined at extension processing. |
void |
setChangeRecordingEnabled(Boolean value)
Generated method - Setter of
Job.changeRecordingEnabled attribute defined at extension processing. |
void |
setCode(String value)
Generated method - Setter of
Job.code attribute defined at extension processing. |
void |
setEmailAddress(String value)
Generated method - Setter of
Job.emailAddress attribute defined at extension processing. |
void |
setEmailNotificationTemplate(RendererTemplateModel value)
Generated method - Setter of
Job.emailNotificationTemplate attribute defined at extension processing. |
void |
setErrorMode(ErrorMode value)
Generated method - Setter of
Job.errorMode attribute defined at extension processing. |
void |
setLogLevelDatabase(JobLogLevel value)
Generated method - Setter of
Job.logLevelDatabase attribute defined at extension processing. |
void |
setLogLevelFile(JobLogLevel value)
Generated method - Setter of
Job.logLevelFile attribute defined at extension processing. |
void |
setLogToDatabase(Boolean value)
Generated method - Setter of
Job.logToDatabase attribute defined at extension processing. |
void |
setLogToFile(Boolean value)
Generated method - Setter of
Job.logToFile attribute defined at extension processing. |
void |
setNodeGroup(String value)
Generated method - Setter of
Job.nodeGroup attribute defined at extension processing. |
void |
setNodeID(Integer value)
Generated method - Initial setter of
Job.nodeID attribute defined at extension processing. |
void |
setPriority(Integer value)
Generated method - Setter of
Job.priority attribute defined at extension processing. |
void |
setRemoveOnExit(Boolean value)
Generated method - Setter of
Job.removeOnExit attribute defined at extension processing. |
void |
setRequestAbort(Boolean value)
Generated method - Setter of
Job.requestAbort attribute defined at extension processing. |
void |
setRequestAbortStep(Boolean value)
Generated method - Setter of
Job.requestAbortStep attribute defined at extension processing. |
void |
setRestrictions(List<JobSearchRestrictionModel> value)
Generated method - Setter of
Job.restrictions attribute defined at extension processing. |
void |
setRetry(Boolean value)
Generated method - Setter of
Job.retry attribute defined at extension processing. |
void |
setSendEmail(Boolean value)
Generated method - Setter of
Job.sendEmail attribute defined at extension processing. |
void |
setSessionCurrency(CurrencyModel value)
Generated method - Setter of
Job.sessionCurrency attribute defined at extension processing. |
void |
setSessionLanguage(LanguageModel value)
Generated method - Setter of
Job.sessionLanguage attribute defined at extension processing. |
void |
setSessionUser(UserModel value)
Generated method - Setter of
Job.sessionUser attribute defined at extension processing. |
void |
setSingleExecutable(Boolean value)
Generated method - Setter of
Job.singleExecutable attribute defined at extension processing. |
void |
setTriggers(List<TriggerModel> value)
Generated method - Setter of
Job.triggers attribute defined at extension processing. |
getComments, 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 CODE
Job.code attribute defined at extension processing.public static final String NODEID
Job.nodeID attribute defined at extension processing.public static final String NODEGROUP
Job.nodeGroup attribute defined at extension processing.public static final String ERRORMODE
Job.errorMode attribute defined at extension processing.public static final String LOGTOFILE
Job.logToFile attribute defined at extension processing.public static final String LOGTODATABASE
Job.logToDatabase attribute defined at extension processing.public static final String LOGLEVELFILE
Job.logLevelFile attribute defined at extension processing.public static final String LOGLEVELDATABASE
Job.logLevelDatabase attribute defined at extension processing.public static final String SESSIONUSER
Job.sessionUser attribute defined at extension processing.public static final String SESSIONLANGUAGE
Job.sessionLanguage attribute defined at extension processing.public static final String SESSIONCURRENCY
Job.sessionCurrency attribute defined at extension processing.public static final String SESSIONCONTEXTVALUES
Job.sessionContextValues attribute defined at extension processing.public static final String ACTIVE
Job.active attribute defined at extension processing.public static final String RETRY
Job.retry attribute defined at extension processing.public static final String SINGLEEXECUTABLE
Job.singleExecutable attribute defined at extension processing.public static final String EMAILADDRESS
Job.emailAddress attribute defined at extension processing.public static final String SENDEMAIL
Job.sendEmail attribute defined at extension processing.public static final String CHANGERECORDINGENABLED
Job.changeRecordingEnabled attribute defined at extension processing.public static final String REQUESTABORT
Job.requestAbort attribute defined at extension processing.public static final String REQUESTABORTSTEP
Job.requestAbortStep attribute defined at extension processing.public static final String PRIORITY
Job.priority attribute defined at extension processing.public static final String REMOVEONEXIT
Job.removeOnExit attribute defined at extension processing.public static final String EMAILNOTIFICATIONTEMPLATE
Job.emailNotificationTemplate attribute defined at extension processing.public static final String ALTERNATIVEDATASOURCEID
Job.alternativeDataSourceID attribute defined at extension processing.public static final String RESTRICTIONS
Job.restrictions attribute defined at extension processing.public static final String TRIGGERS
Job.triggers attribute defined at extension processing.public static final String CRONJOBS
Job.cronJobs attribute defined at extension processing.public JobModel()
public JobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public JobModel(String _code)
_code - initial attribute declared by type Job at extension processing@Deprecated public JobModel(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="active", type=GETTER) public Boolean getActive()
Job.active attribute defined at extension processing.@Accessor(qualifier="alternativeDataSourceID", type=GETTER) public String getAlternativeDataSourceID()
Job.alternativeDataSourceID attribute defined at extension processing.@Accessor(qualifier="changeRecordingEnabled", type=GETTER) public Boolean getChangeRecordingEnabled()
Job.changeRecordingEnabled attribute defined at extension processing.@Accessor(qualifier="code", type=GETTER) public String getCode()
Job.code attribute defined at extension processing.@Accessor(qualifier="cronJobs", type=GETTER) public Collection<CronJobModel> getCronJobs()
Job.cronJobs attribute defined at extension processing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="emailAddress", type=GETTER) public String getEmailAddress()
Job.emailAddress attribute defined at extension processing.@Accessor(qualifier="emailNotificationTemplate", type=GETTER) public RendererTemplateModel getEmailNotificationTemplate()
Job.emailNotificationTemplate attribute defined at extension processing.@Accessor(qualifier="errorMode", type=GETTER) public ErrorMode getErrorMode()
Job.errorMode attribute defined at extension processing.@Accessor(qualifier="logLevelDatabase", type=GETTER) public JobLogLevel getLogLevelDatabase()
Job.logLevelDatabase attribute defined at extension processing.@Accessor(qualifier="logLevelFile", type=GETTER) public JobLogLevel getLogLevelFile()
Job.logLevelFile attribute defined at extension processing.@Accessor(qualifier="logToDatabase", type=GETTER) public Boolean getLogToDatabase()
Job.logToDatabase attribute defined at extension processing.@Accessor(qualifier="logToFile", type=GETTER) public Boolean getLogToFile()
Job.logToFile attribute defined at extension processing.@Accessor(qualifier="nodeGroup", type=GETTER) public String getNodeGroup()
Job.nodeGroup attribute defined at extension processing.@Accessor(qualifier="nodeID", type=GETTER) public Integer getNodeID()
Job.nodeID attribute defined at extension processing.@Accessor(qualifier="priority", type=GETTER) public Integer getPriority()
Job.priority attribute defined at extension processing.@Accessor(qualifier="removeOnExit", type=GETTER) public Boolean getRemoveOnExit()
Job.removeOnExit attribute defined at extension processing.@Accessor(qualifier="requestAbort", type=GETTER) public Boolean getRequestAbort()
Job.requestAbort attribute defined at extension processing.@Accessor(qualifier="requestAbortStep", type=GETTER) public Boolean getRequestAbortStep()
Job.requestAbortStep attribute defined at extension processing.@Accessor(qualifier="restrictions", type=GETTER) public List<JobSearchRestrictionModel> getRestrictions()
Job.restrictions attribute defined at extension processing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="retry", type=GETTER) public Boolean getRetry()
Job.retry attribute defined at extension processing.@Accessor(qualifier="sendEmail", type=GETTER) public Boolean getSendEmail()
Job.sendEmail attribute defined at extension processing.@Accessor(qualifier="sessionCurrency", type=GETTER) public CurrencyModel getSessionCurrency()
Job.sessionCurrency attribute defined at extension processing.@Accessor(qualifier="sessionLanguage", type=GETTER) public LanguageModel getSessionLanguage()
Job.sessionLanguage attribute defined at extension processing.@Accessor(qualifier="sessionUser", type=GETTER) public UserModel getSessionUser()
Job.sessionUser attribute defined at extension processing.@Accessor(qualifier="singleExecutable", type=GETTER) public Boolean getSingleExecutable()
Job.singleExecutable attribute defined at extension processing.@Accessor(qualifier="triggers", type=GETTER) public List<TriggerModel> getTriggers()
Job.triggers attribute defined at extension processing.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="active", type=SETTER) public void setActive(Boolean value)
Job.active attribute defined at extension processing.value - the active@Accessor(qualifier="alternativeDataSourceID", type=SETTER) public void setAlternativeDataSourceID(String value)
Job.alternativeDataSourceID attribute defined at extension processing.value - the alternativeDataSourceID@Accessor(qualifier="changeRecordingEnabled", type=SETTER) public void setChangeRecordingEnabled(Boolean value)
Job.changeRecordingEnabled attribute defined at extension processing.value - the changeRecordingEnabled@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
Job.code attribute defined at extension processing.value - the code@Accessor(qualifier="emailAddress", type=SETTER) public void setEmailAddress(String value)
Job.emailAddress attribute defined at extension processing.value - the emailAddress@Accessor(qualifier="emailNotificationTemplate", type=SETTER) public void setEmailNotificationTemplate(RendererTemplateModel value)
Job.emailNotificationTemplate attribute defined at extension processing.value - the emailNotificationTemplate@Accessor(qualifier="errorMode", type=SETTER) public void setErrorMode(ErrorMode value)
Job.errorMode attribute defined at extension processing.value - the errorMode - the error mode. @since 2.10@Accessor(qualifier="logLevelDatabase", type=SETTER) public void setLogLevelDatabase(JobLogLevel value)
Job.logLevelDatabase attribute defined at extension processing.value - the logLevelDatabase@Accessor(qualifier="logLevelFile", type=SETTER) public void setLogLevelFile(JobLogLevel value)
Job.logLevelFile attribute defined at extension processing.value - the logLevelFile@Accessor(qualifier="logToDatabase", type=SETTER) public void setLogToDatabase(Boolean value)
Job.logToDatabase attribute defined at extension processing.value - the logToDatabase@Accessor(qualifier="logToFile", type=SETTER) public void setLogToFile(Boolean value)
Job.logToFile attribute defined at extension processing.value - the logToFile@Accessor(qualifier="nodeGroup", type=SETTER) public void setNodeGroup(String value)
Job.nodeGroup attribute defined at extension processing.value - the nodeGroup@Accessor(qualifier="nodeID", type=SETTER) public void setNodeID(Integer value)
Job.nodeID attribute defined at extension processing. Can only be used at creation of model - before first save.value - the nodeID - Node ID@Accessor(qualifier="priority", type=SETTER) public void setPriority(Integer value)
Job.priority attribute defined at extension processing.value - the priority - the priority. @since 2.10@Accessor(qualifier="removeOnExit", type=SETTER) public void setRemoveOnExit(Boolean value)
Job.removeOnExit attribute defined at extension processing.value - the removeOnExit@Accessor(qualifier="requestAbort", type=SETTER) public void setRequestAbort(Boolean value)
Job.requestAbort attribute defined at extension processing.value - the requestAbort@Accessor(qualifier="requestAbortStep", type=SETTER) public void setRequestAbortStep(Boolean value)
Job.requestAbortStep attribute defined at extension processing.value - the requestAbortStep@Accessor(qualifier="restrictions", type=SETTER) public void setRestrictions(List<JobSearchRestrictionModel> value)
Job.restrictions attribute defined at extension processing.value - the restrictions - processed steps@Accessor(qualifier="retry", type=SETTER) public void setRetry(Boolean value)
Job.retry attribute defined at extension processing.value - the retry@Accessor(qualifier="sendEmail", type=SETTER) public void setSendEmail(Boolean value)
Job.sendEmail attribute defined at extension processing.value - the sendEmail@Accessor(qualifier="sessionCurrency", type=SETTER) public void setSessionCurrency(CurrencyModel value)
Job.sessionCurrency attribute defined at extension processing.value - the sessionCurrency@Accessor(qualifier="sessionLanguage", type=SETTER) public void setSessionLanguage(LanguageModel value)
Job.sessionLanguage attribute defined at extension processing.value - the sessionLanguage@Accessor(qualifier="sessionUser", type=SETTER) public void setSessionUser(UserModel value)
Job.sessionUser attribute defined at extension processing.value - the sessionUser@Accessor(qualifier="singleExecutable", type=SETTER) public void setSingleExecutable(Boolean value)
Job.singleExecutable attribute defined at extension processing.value - the singleExecutableCopyright © 2017 SAP SE. All Rights Reserved.