public class ProcessTaskLogMaintenanceJobModel extends ServicelayerJobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AGE
Generated constant - Attribute key of
ProcessTaskLogMaintenanceJob.age attribute defined at extension processing. |
static java.lang.String |
NUMBEROFLOGS
Generated constant - Attribute key of
ProcessTaskLogMaintenanceJob.numberOfLogs attribute defined at extension processing. |
static java.lang.String |
QUERYCOUNT
Generated constant - Attribute key of
ProcessTaskLogMaintenanceJob.queryCount attribute defined at extension processing. |
SPRINGID, SPRINGIDCRONJOBFACTORYACTIVE, 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 |
|---|
ProcessTaskLogMaintenanceJobModel()
Generated constructor - Default constructor for generic creation.
|
ProcessTaskLogMaintenanceJobModel(int _age,
java.lang.String _code,
java.lang.Integer _nodeID,
int _numberOfLogs,
ItemModel _owner,
java.lang.String _springId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ProcessTaskLogMaintenanceJobModel(int _age,
java.lang.String _code,
int _numberOfLogs,
java.lang.String _springId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ProcessTaskLogMaintenanceJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
int |
getAge()
Generated method - Getter of the
ProcessTaskLogMaintenanceJob.age attribute defined at extension processing. |
int |
getNumberOfLogs()
Generated method - Getter of the
ProcessTaskLogMaintenanceJob.numberOfLogs attribute defined at extension processing. |
int |
getQueryCount()
Generated method - Getter of the
ProcessTaskLogMaintenanceJob.queryCount attribute defined at extension processing. |
void |
setAge(int value)
Generated method - Setter of
ProcessTaskLogMaintenanceJob.age attribute defined at extension processing. |
void |
setNumberOfLogs(int value)
Generated method - Setter of
ProcessTaskLogMaintenanceJob.numberOfLogs attribute defined at extension processing. |
void |
setQueryCount(int value)
Generated method - Setter of
ProcessTaskLogMaintenanceJob.queryCount attribute defined at extension processing. |
getSpringId, getSpringIdCronJobFactory, setSpringId, setSpringIdCronJobFactorygetActive, 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 AGE
ProcessTaskLogMaintenanceJob.age attribute defined at extension processing.public static final java.lang.String NUMBEROFLOGS
ProcessTaskLogMaintenanceJob.numberOfLogs attribute defined at extension processing.public static final java.lang.String QUERYCOUNT
ProcessTaskLogMaintenanceJob.queryCount attribute defined at extension processing.public ProcessTaskLogMaintenanceJobModel()
public ProcessTaskLogMaintenanceJobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ProcessTaskLogMaintenanceJobModel(int _age,
java.lang.String _code,
int _numberOfLogs,
java.lang.String _springId)
_age - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing_code - initial attribute declared by type Job at extension processing_numberOfLogs - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing_springId - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing@Deprecated
public ProcessTaskLogMaintenanceJobModel(int _age,
java.lang.String _code,
java.lang.Integer _nodeID,
int _numberOfLogs,
ItemModel _owner,
java.lang.String _springId)
_age - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing_code - initial attribute declared by type Job at extension processing_nodeID - initial attribute declared by type Job at extension processing_numberOfLogs - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing_owner - initial attribute declared by type Item at extension core_springId - initial attribute declared by type ProcessTaskLogMaintenanceJob at extension processing@Accessor(qualifier="age", type=GETTER) public int getAge()
ProcessTaskLogMaintenanceJob.age attribute defined at extension processing.@Accessor(qualifier="numberOfLogs", type=GETTER) public int getNumberOfLogs()
ProcessTaskLogMaintenanceJob.numberOfLogs attribute defined at extension processing.@Accessor(qualifier="queryCount", type=GETTER) public int getQueryCount()
ProcessTaskLogMaintenanceJob.queryCount attribute defined at extension processing.@Accessor(qualifier="age", type=SETTER) public void setAge(int value)
ProcessTaskLogMaintenanceJob.age attribute defined at extension processing.value - the age@Accessor(qualifier="numberOfLogs", type=SETTER) public void setNumberOfLogs(int value)
ProcessTaskLogMaintenanceJob.numberOfLogs attribute defined at extension processing.value - the numberOfLogs@Accessor(qualifier="queryCount", type=SETTER) public void setQueryCount(int value)
ProcessTaskLogMaintenanceJob.queryCount attribute defined at extension processing.value - the queryCount - Maximum number of items that can be retrieved form DB and thus removedCopyright © 2018 SAP SE. All Rights Reserved.