public class ServicelayerJobModel extends JobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
SPRINGID
Generated constant - Attribute key of
ServicelayerJob.springId attribute defined at extension processing. |
static java.lang.String |
SPRINGIDCRONJOBFACTORY
Generated constant - Attribute key of
ServicelayerJob.springIdCronJobFactory attribute defined at extension processing. |
ACTIVE, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CODE, CRONJOBS, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ERRORMODE, LOGLEVELDATABASE, LOGLEVELFILE, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PRIORITY, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESTRICTIONS, RETRY, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, TRIGGERS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ServicelayerJobModel()
Generated constructor - Default constructor for generic creation.
|
ServicelayerJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ServicelayerJobModel(java.lang.String _code,
java.lang.Integer _nodeID,
ItemModel _owner,
java.lang.String _springId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ServicelayerJobModel(java.lang.String _code,
java.lang.String _springId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSpringId()
Generated method - Getter of the
ServicelayerJob.springId attribute defined at extension processing. |
java.lang.String |
getSpringIdCronJobFactory()
Generated method - Getter of the
ServicelayerJob.springIdCronJobFactory attribute defined at extension processing. |
void |
setSpringId(java.lang.String value)
Generated method - Setter of
ServicelayerJob.springId attribute defined at extension processing. |
void |
setSpringIdCronJobFactory(java.lang.String value)
Generated method - Setter of
ServicelayerJob.springIdCronJobFactory attribute defined at extension processing. |
getActive, getAlternativeDataSourceID, getChangeRecordingEnabled, getCode, getCronJobs, getEmailAddress, getEmailNotificationTemplate, getErrorMode, getLogLevelDatabase, getLogLevelFile, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPriority, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getRestrictions, getRetry, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getTriggers, setActive, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setEmailAddress, setEmailNotificationTemplate, setErrorMode, setLogLevelDatabase, setLogLevelFile, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPriority, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setRestrictions, setRetry, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, 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 SPRINGID
ServicelayerJob.springId attribute defined at extension processing.public static final java.lang.String SPRINGIDCRONJOBFACTORY
ServicelayerJob.springIdCronJobFactory attribute defined at extension processing.public ServicelayerJobModel()
public ServicelayerJobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ServicelayerJobModel(java.lang.String _code,
java.lang.String _springId)
_code - initial attribute declared by type Job at extension processing_springId - initial attribute declared by type ServicelayerJob at extension processing@Deprecated
public ServicelayerJobModel(java.lang.String _code,
java.lang.Integer _nodeID,
ItemModel _owner,
java.lang.String _springId)
_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_springId - initial attribute declared by type ServicelayerJob at extension processing@Accessor(qualifier="springId", type=GETTER) public java.lang.String getSpringId()
ServicelayerJob.springId attribute defined at extension processing.@Accessor(qualifier="springIdCronJobFactory", type=GETTER) public java.lang.String getSpringIdCronJobFactory()
ServicelayerJob.springIdCronJobFactory attribute defined at extension processing.@Accessor(qualifier="springId", type=SETTER) public void setSpringId(java.lang.String value)
ServicelayerJob.springId attribute defined at extension processing.value - the springId@Accessor(qualifier="springIdCronJobFactory", type=SETTER) public void setSpringIdCronJobFactory(java.lang.String value)
ServicelayerJob.springIdCronJobFactory attribute defined at extension processing.value - the springIdCronJobFactoryCopyright © 2018 SAP SE. All Rights Reserved.