public abstract class GeneratedCronJob extends GenericItem
CronJob.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVE
Qualifier of the
CronJob.active attribute |
static String |
ALTERNATIVEDATASOURCEID
Qualifier of the
CronJob.alternativeDataSourceID attribute |
static String |
CHANGERECORDINGENABLED
Qualifier of the
CronJob.changeRecordingEnabled attribute |
static String |
CHANGES
Qualifier of the
CronJob.changes attribute |
static String |
CODE
Qualifier of the
CronJob.code attribute |
protected static String |
CRONJOBPENDINGSTEPSRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CronJobPendingStepsRelation from ((processing))
|
protected static String |
CRONJOBPENDINGSTEPSRELATION_SRC_ORDERED
Relation ordering override parameter constants for CronJobPendingStepsRelation from ((processing))
|
protected static String |
CRONJOBPENDINGSTEPSRELATION_TGT_ORDERED |
protected static String |
CRONJOBPROCESSEDSTEPSRELATION_MARKMODIFIED
Relation disable markmodifed parameter constants for CronJobProcessedStepsRelation from ((processing))
|
protected static String |
CRONJOBPROCESSEDSTEPSRELATION_SRC_ORDERED
Relation ordering override parameter constants for CronJobProcessedStepsRelation from ((processing))
|
protected static String |
CRONJOBPROCESSEDSTEPSRELATION_TGT_ORDERED |
static String |
CURRENTSTEP
Qualifier of the
CronJob.currentStep attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
EMAILADDRESS
Qualifier of the
CronJob.emailAddress attribute |
static String |
EMAILNOTIFICATIONTEMPLATE
Qualifier of the
CronJob.emailNotificationTemplate attribute |
static String |
ENDTIME
Qualifier of the
CronJob.endTime attribute |
static String |
ERRORMODE
Qualifier of the
CronJob.errorMode attribute |
static String |
FILESCOUNT
Qualifier of the
CronJob.filesCount attribute |
static String |
FILESDAYSOLD
Qualifier of the
CronJob.filesDaysOld attribute |
static String |
FILESOPERATOR
Qualifier of the
CronJob.filesOperator attribute |
static String |
JOB
Qualifier of the
CronJob.job attribute |
protected static BidirectionalOneToManyHandler<GeneratedCronJob> |
JOBHANDLER
BidirectionalOneToManyHandler for handling 1:n JOB's relation attributes from 'one' side. |
static String |
LOGFILES
Qualifier of the
CronJob.logFiles attribute |
static String |
LOGLEVELDATABASE
Qualifier of the
CronJob.logLevelDatabase attribute |
static String |
LOGLEVELFILE
Qualifier of the
CronJob.logLevelFile attribute |
static String |
LOGS
Qualifier of the
CronJob.logs attribute |
static String |
LOGSCOUNT
Qualifier of the
CronJob.logsCount attribute |
static String |
LOGSDAYSOLD
Qualifier of the
CronJob.logsDaysOld attribute |
protected static OneToManyHandler<JobLog> |
LOGSHANDLER
OneToManyHandler for handling 1:n LOGS's relation attributes from 'many' side. |
static String |
LOGSOPERATOR
Qualifier of the
CronJob.logsOperator attribute |
static String |
LOGTEXT
Qualifier of the
CronJob.logText attribute |
static String |
LOGTODATABASE
Qualifier of the
CronJob.logToDatabase attribute |
static String |
LOGTOFILE
Qualifier of the
CronJob.logToFile attribute |
static String |
NODEGROUP
Qualifier of the
CronJob.nodeGroup attribute |
static String |
NODEID
Qualifier of the
CronJob.nodeID attribute |
static String |
PENDINGSTEPS
Qualifier of the
CronJob.pendingSteps attribute |
static String |
PRIORITY
Qualifier of the
CronJob.priority attribute |
static String |
PROCESSEDSTEPS
Qualifier of the
CronJob.processedSteps attribute |
static String |
REMOVEONEXIT
Qualifier of the
CronJob.removeOnExit attribute |
static String |
REQUESTABORT
Qualifier of the
CronJob.requestAbort attribute |
static String |
REQUESTABORTSTEP
Qualifier of the
CronJob.requestAbortStep attribute |
static String |
RESULT
Qualifier of the
CronJob.result attribute |
static String |
RETRY
Qualifier of the
CronJob.retry attribute |
static String |
RUNNINGONCLUSTERNODE
Qualifier of the
CronJob.runningOnClusterNode attribute |
static String |
SENDEMAIL
Qualifier of the
CronJob.sendEmail attribute |
static String |
SESSIONCONTEXTVALUES
Qualifier of the
CronJob.sessionContextValues attribute |
static String |
SESSIONCURRENCY
Qualifier of the
CronJob.sessionCurrency attribute |
static String |
SESSIONLANGUAGE
Qualifier of the
CronJob.sessionLanguage attribute |
static String |
SESSIONUSER
Qualifier of the
CronJob.sessionUser attribute |
static String |
SINGLEEXECUTABLE
Qualifier of the
CronJob.singleExecutable attribute |
static String |
STARTTIME
Qualifier of the
CronJob.startTime attribute |
static String |
STATUS
Qualifier of the
CronJob.status attribute |
static String |
TRIGGERS
Qualifier of the
CronJob.triggers attribute |
protected static OneToManyHandler<Trigger> |
TRIGGERSHANDLER
OneToManyHandler for handling 1:n TRIGGERS's relation attributes from 'many' side. |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedCronJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPendingSteps(SessionContext ctx,
Step value)
Generated method - Adds
value to pendingSteps. |
void |
addToPendingSteps(Step value)
Generated method - Adds
value to pendingSteps. |
void |
addToProcessedSteps(SessionContext ctx,
Step value)
Generated method - Adds
value to processedSteps. |
void |
addToProcessedSteps(Step value)
Generated method - Adds
value to processedSteps. |
void |
addToTriggers(SessionContext ctx,
Trigger value)
Generated method - Adds
value to triggers. |
void |
addToTriggers(Trigger value)
Generated method - Adds
value to triggers. |
protected Item |
createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.
|
String |
getAlternativeDataSourceID()
Generated method - Getter of the
CronJob.alternativeDataSourceID attribute. |
String |
getAlternativeDataSourceID(SessionContext ctx)
Generated method - Getter of the
CronJob.alternativeDataSourceID attribute. |
Collection<ChangeDescriptor> |
getChanges()
Generated method - Getter of the
CronJob.changes attribute. |
abstract Collection<ChangeDescriptor> |
getChanges(SessionContext ctx)
Generated method - Getter of the
CronJob.changes attribute. |
String |
getCode()
Generated method - Getter of the
CronJob.code attribute. |
String |
getCode(SessionContext ctx)
Generated method - Getter of the
CronJob.code attribute. |
Step |
getCurrentStep()
Generated method - Getter of the
CronJob.currentStep attribute. |
Step |
getCurrentStep(SessionContext ctx)
Generated method - Getter of the
CronJob.currentStep attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
String |
getEmailAddress()
Generated method - Getter of the
CronJob.emailAddress attribute. |
String |
getEmailAddress(SessionContext ctx)
Generated method - Getter of the
CronJob.emailAddress attribute. |
RendererTemplate |
getEmailNotificationTemplate()
Generated method - Getter of the
CronJob.emailNotificationTemplate attribute. |
RendererTemplate |
getEmailNotificationTemplate(SessionContext ctx)
Generated method - Getter of the
CronJob.emailNotificationTemplate attribute. |
Date |
getEndTime()
Generated method - Getter of the
CronJob.endTime attribute. |
Date |
getEndTime(SessionContext ctx)
Generated method - Getter of the
CronJob.endTime attribute. |
EnumerationValue |
getErrorMode()
Generated method - Getter of the
CronJob.errorMode attribute. |
EnumerationValue |
getErrorMode(SessionContext ctx)
Generated method - Getter of the
CronJob.errorMode attribute. |
Integer |
getFilesCount()
Generated method - Getter of the
CronJob.filesCount attribute. |
Integer |
getFilesCount(SessionContext ctx)
Generated method - Getter of the
CronJob.filesCount attribute. |
int |
getFilesCountAsPrimitive()
Generated method - Getter of the
CronJob.filesCount attribute. |
int |
getFilesCountAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.filesCount attribute. |
Integer |
getFilesDaysOld()
Generated method - Getter of the
CronJob.filesDaysOld attribute. |
Integer |
getFilesDaysOld(SessionContext ctx)
Generated method - Getter of the
CronJob.filesDaysOld attribute. |
int |
getFilesDaysOldAsPrimitive()
Generated method - Getter of the
CronJob.filesDaysOld attribute. |
int |
getFilesDaysOldAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.filesDaysOld attribute. |
EnumerationValue |
getFilesOperator()
Generated method - Getter of the
CronJob.filesOperator attribute. |
EnumerationValue |
getFilesOperator(SessionContext ctx)
Generated method - Getter of the
CronJob.filesOperator attribute. |
Job |
getJob()
Generated method - Getter of the
CronJob.job attribute. |
Job |
getJob(SessionContext ctx)
Generated method - Getter of the
CronJob.job attribute. |
Collection<LogFile> |
getLogFiles()
Generated method - Getter of the
CronJob.logFiles attribute. |
abstract Collection<LogFile> |
getLogFiles(SessionContext ctx)
Generated method - Getter of the
CronJob.logFiles attribute. |
EnumerationValue |
getLogLevelDatabase()
Generated method - Getter of the
CronJob.logLevelDatabase attribute. |
EnumerationValue |
getLogLevelDatabase(SessionContext ctx)
Generated method - Getter of the
CronJob.logLevelDatabase attribute. |
EnumerationValue |
getLogLevelFile()
Generated method - Getter of the
CronJob.logLevelFile attribute. |
EnumerationValue |
getLogLevelFile(SessionContext ctx)
Generated method - Getter of the
CronJob.logLevelFile attribute. |
List<JobLog> |
getLogs()
Generated method - Getter of the
CronJob.logs attribute. |
List<JobLog> |
getLogs(SessionContext ctx)
Generated method - Getter of the
CronJob.logs attribute. |
Integer |
getLogsCount()
Generated method - Getter of the
CronJob.logsCount attribute. |
Integer |
getLogsCount(SessionContext ctx)
Generated method - Getter of the
CronJob.logsCount attribute. |
int |
getLogsCountAsPrimitive()
Generated method - Getter of the
CronJob.logsCount attribute. |
int |
getLogsCountAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.logsCount attribute. |
Integer |
getLogsDaysOld()
Generated method - Getter of the
CronJob.logsDaysOld attribute. |
Integer |
getLogsDaysOld(SessionContext ctx)
Generated method - Getter of the
CronJob.logsDaysOld attribute. |
int |
getLogsDaysOldAsPrimitive()
Generated method - Getter of the
CronJob.logsDaysOld attribute. |
int |
getLogsDaysOldAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.logsDaysOld attribute. |
EnumerationValue |
getLogsOperator()
Generated method - Getter of the
CronJob.logsOperator attribute. |
EnumerationValue |
getLogsOperator(SessionContext ctx)
Generated method - Getter of the
CronJob.logsOperator attribute. |
String |
getLogText()
Generated method - Getter of the
CronJob.logText attribute. |
abstract String |
getLogText(SessionContext ctx)
Generated method - Getter of the
CronJob.logText attribute. |
String |
getNodeGroup()
Generated method - Getter of the
CronJob.nodeGroup attribute. |
String |
getNodeGroup(SessionContext ctx)
Generated method - Getter of the
CronJob.nodeGroup attribute. |
Integer |
getNodeID()
Generated method - Getter of the
CronJob.nodeID attribute. |
Integer |
getNodeID(SessionContext ctx)
Generated method - Getter of the
CronJob.nodeID attribute. |
int |
getNodeIDAsPrimitive()
Generated method - Getter of the
CronJob.nodeID attribute. |
int |
getNodeIDAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.nodeID attribute. |
List<Step> |
getPendingSteps()
Generated method - Getter of the
CronJob.pendingSteps attribute. |
List<Step> |
getPendingSteps(SessionContext ctx)
Generated method - Getter of the
CronJob.pendingSteps attribute. |
long |
getPendingStepsCount() |
long |
getPendingStepsCount(SessionContext ctx) |
Integer |
getPriority()
Generated method - Getter of the
CronJob.priority attribute. |
Integer |
getPriority(SessionContext ctx)
Generated method - Getter of the
CronJob.priority attribute. |
int |
getPriorityAsPrimitive()
Generated method - Getter of the
CronJob.priority attribute. |
int |
getPriorityAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.priority attribute. |
List<Step> |
getProcessedSteps()
Generated method - Getter of the
CronJob.processedSteps attribute. |
List<Step> |
getProcessedSteps(SessionContext ctx)
Generated method - Getter of the
CronJob.processedSteps attribute. |
long |
getProcessedStepsCount() |
long |
getProcessedStepsCount(SessionContext ctx) |
EnumerationValue |
getResult()
Generated method - Getter of the
CronJob.result attribute. |
EnumerationValue |
getResult(SessionContext ctx)
Generated method - Getter of the
CronJob.result attribute. |
Integer |
getRunningOnClusterNode()
Generated method - Getter of the
CronJob.runningOnClusterNode attribute. |
Integer |
getRunningOnClusterNode(SessionContext ctx)
Generated method - Getter of the
CronJob.runningOnClusterNode attribute. |
int |
getRunningOnClusterNodeAsPrimitive()
Generated method - Getter of the
CronJob.runningOnClusterNode attribute. |
int |
getRunningOnClusterNodeAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.runningOnClusterNode attribute. |
Currency |
getSessionCurrency()
Generated method - Getter of the
CronJob.sessionCurrency attribute. |
Currency |
getSessionCurrency(SessionContext ctx)
Generated method - Getter of the
CronJob.sessionCurrency attribute. |
Language |
getSessionLanguage()
Generated method - Getter of the
CronJob.sessionLanguage attribute. |
Language |
getSessionLanguage(SessionContext ctx)
Generated method - Getter of the
CronJob.sessionLanguage attribute. |
User |
getSessionUser()
Generated method - Getter of the
CronJob.sessionUser attribute. |
User |
getSessionUser(SessionContext ctx)
Generated method - Getter of the
CronJob.sessionUser attribute. |
Date |
getStartTime()
Generated method - Getter of the
CronJob.startTime attribute. |
Date |
getStartTime(SessionContext ctx)
Generated method - Getter of the
CronJob.startTime attribute. |
EnumerationValue |
getStatus()
Generated method - Getter of the
CronJob.status attribute. |
EnumerationValue |
getStatus(SessionContext ctx)
Generated method - Getter of the
CronJob.status attribute. |
List<Trigger> |
getTriggers()
Generated method - Getter of the
CronJob.triggers attribute. |
List<Trigger> |
getTriggers(SessionContext ctx)
Generated method - Getter of the
CronJob.triggers attribute. |
Boolean |
isActive()
Generated method - Getter of the
CronJob.active attribute. |
Boolean |
isActive(SessionContext ctx)
Generated method - Getter of the
CronJob.active attribute. |
boolean |
isActiveAsPrimitive()
Generated method - Getter of the
CronJob.active attribute. |
boolean |
isActiveAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.active attribute. |
Boolean |
isChangeRecordingEnabled()
Generated method - Getter of the
CronJob.changeRecordingEnabled attribute. |
Boolean |
isChangeRecordingEnabled(SessionContext ctx)
Generated method - Getter of the
CronJob.changeRecordingEnabled attribute. |
boolean |
isChangeRecordingEnabledAsPrimitive()
Generated method - Getter of the
CronJob.changeRecordingEnabled attribute. |
boolean |
isChangeRecordingEnabledAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.changeRecordingEnabled attribute. |
Boolean |
isLogToDatabase()
Generated method - Getter of the
CronJob.logToDatabase attribute. |
Boolean |
isLogToDatabase(SessionContext ctx)
Generated method - Getter of the
CronJob.logToDatabase attribute. |
boolean |
isLogToDatabaseAsPrimitive()
Generated method - Getter of the
CronJob.logToDatabase attribute. |
boolean |
isLogToDatabaseAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.logToDatabase attribute. |
Boolean |
isLogToFile()
Generated method - Getter of the
CronJob.logToFile attribute. |
Boolean |
isLogToFile(SessionContext ctx)
Generated method - Getter of the
CronJob.logToFile attribute. |
boolean |
isLogToFileAsPrimitive()
Generated method - Getter of the
CronJob.logToFile attribute. |
boolean |
isLogToFileAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.logToFile attribute. |
Boolean |
isRemoveOnExit()
Generated method - Getter of the
CronJob.removeOnExit attribute. |
Boolean |
isRemoveOnExit(SessionContext ctx)
Generated method - Getter of the
CronJob.removeOnExit attribute. |
boolean |
isRemoveOnExitAsPrimitive()
Generated method - Getter of the
CronJob.removeOnExit attribute. |
boolean |
isRemoveOnExitAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.removeOnExit attribute. |
Boolean |
isRequestAbort()
Generated method - Getter of the
CronJob.requestAbort attribute. |
Boolean |
isRequestAbort(SessionContext ctx)
Generated method - Getter of the
CronJob.requestAbort attribute. |
boolean |
isRequestAbortAsPrimitive()
Generated method - Getter of the
CronJob.requestAbort attribute. |
boolean |
isRequestAbortAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.requestAbort attribute. |
Boolean |
isRequestAbortStep()
Generated method - Getter of the
CronJob.requestAbortStep attribute. |
Boolean |
isRequestAbortStep(SessionContext ctx)
Generated method - Getter of the
CronJob.requestAbortStep attribute. |
boolean |
isRequestAbortStepAsPrimitive()
Generated method - Getter of the
CronJob.requestAbortStep attribute. |
boolean |
isRequestAbortStepAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.requestAbortStep attribute. |
Boolean |
isRetry()
Generated method - Getter of the
CronJob.retry attribute. |
Boolean |
isRetry(SessionContext ctx)
Generated method - Getter of the
CronJob.retry attribute. |
boolean |
isRetryAsPrimitive()
Generated method - Getter of the
CronJob.retry attribute. |
boolean |
isRetryAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.retry attribute. |
Boolean |
isSendEmail()
Generated method - Getter of the
CronJob.sendEmail attribute. |
Boolean |
isSendEmail(SessionContext ctx)
Generated method - Getter of the
CronJob.sendEmail attribute. |
boolean |
isSendEmailAsPrimitive()
Generated method - Getter of the
CronJob.sendEmail attribute. |
boolean |
isSendEmailAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.sendEmail attribute. |
Boolean |
isSingleExecutable()
Generated method - Getter of the
CronJob.singleExecutable attribute. |
Boolean |
isSingleExecutable(SessionContext ctx)
Generated method - Getter of the
CronJob.singleExecutable attribute. |
boolean |
isSingleExecutableAsPrimitive()
Generated method - Getter of the
CronJob.singleExecutable attribute. |
boolean |
isSingleExecutableAsPrimitive(SessionContext ctx)
Generated method - Getter of the
CronJob.singleExecutable attribute. |
void |
removeFromPendingSteps(SessionContext ctx,
Step value)
Generated method - Removes
value from pendingSteps. |
void |
removeFromPendingSteps(Step value)
Generated method - Removes
value from pendingSteps. |
void |
removeFromProcessedSteps(SessionContext ctx,
Step value)
Generated method - Removes
value from processedSteps. |
void |
removeFromProcessedSteps(Step value)
Generated method - Removes
value from processedSteps. |
void |
removeFromTriggers(SessionContext ctx,
Trigger value)
Generated method - Removes
value from triggers. |
void |
removeFromTriggers(Trigger value)
Generated method - Removes
value from triggers. |
void |
setActive(boolean value)
Generated method - Setter of the
CronJob.active attribute. |
void |
setActive(Boolean value)
Generated method - Setter of the
CronJob.active attribute. |
void |
setActive(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJob.active attribute. |
void |
setActive(SessionContext ctx,
Boolean value)
Generated method - Setter of the
CronJob.active attribute. |
void |
setAlternativeDataSourceID(SessionContext ctx,
String value)
Generated method - Setter of the
CronJob.alternativeDataSourceID attribute. |
void |
setAlternativeDataSourceID(String value)
Generated method - Setter of the
CronJob.alternativeDataSourceID attribute. |
void |
setChangeRecordingEnabled(boolean value)
Generated method - Setter of the
CronJob.changeRecordingEnabled attribute. |
void |
setChangeRecordingEnabled(Boolean value)
Generated method - Setter of the
CronJob.changeRecordingEnabled attribute. |
void |
setChangeRecordingEnabled(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJob.changeRecordingEnabled attribute. |
void |
setChangeRecordingEnabled(SessionContext ctx,
Boolean value)
Generated method - Setter of the
CronJob.changeRecordingEnabled attribute. |
void |
setCode(SessionContext ctx,
String value)
Generated method - Setter of the
CronJob.code attribute. |
void |
setCode(String value)
Generated method - Setter of the
CronJob.code attribute. |
void |
setEmailAddress(SessionContext ctx,
String value)
Generated method - Setter of the
CronJob.emailAddress attribute. |
void |
setEmailAddress(String value)
Generated method - Setter of the
CronJob.emailAddress attribute. |
void |
setEmailNotificationTemplate(RendererTemplate value)
Generated method - Setter of the
CronJob.emailNotificationTemplate attribute. |
void |
setEmailNotificationTemplate(SessionContext ctx,
RendererTemplate value)
Generated method - Setter of the
CronJob.emailNotificationTemplate attribute. |
void |
setEndTime(Date value)
Generated method - Setter of the
CronJob.endTime attribute. |
void |
setEndTime(SessionContext ctx,
Date value)
Generated method - Setter of the
CronJob.endTime attribute. |
void |
setErrorMode(EnumerationValue value)
Generated method - Setter of the
CronJob.errorMode attribute. |
void |
setErrorMode(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CronJob.errorMode attribute. |
void |
setFilesCount(int value)
Generated method - Setter of the
CronJob.filesCount attribute. |
void |
setFilesCount(Integer value)
Generated method - Setter of the
CronJob.filesCount attribute. |
void |
setFilesCount(SessionContext ctx,
int value)
Generated method - Setter of the
CronJob.filesCount attribute. |
void |
setFilesCount(SessionContext ctx,
Integer value)
Generated method - Setter of the
CronJob.filesCount attribute. |
void |
setFilesDaysOld(int value)
Generated method - Setter of the
CronJob.filesDaysOld attribute. |
void |
setFilesDaysOld(Integer value)
Generated method - Setter of the
CronJob.filesDaysOld attribute. |
void |
setFilesDaysOld(SessionContext ctx,
int value)
Generated method - Setter of the
CronJob.filesDaysOld attribute. |
void |
setFilesDaysOld(SessionContext ctx,
Integer value)
Generated method - Setter of the
CronJob.filesDaysOld attribute. |
void |
setFilesOperator(EnumerationValue value)
Generated method - Setter of the
CronJob.filesOperator attribute. |
void |
setFilesOperator(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CronJob.filesOperator attribute. |
protected void |
setJob(Job value)
Generated method - Setter of the
CronJob.job attribute. |
protected void |
setJob(SessionContext ctx,
Job value)
Generated method - Setter of the
CronJob.job attribute. |
void |
setLogFiles(Collection<LogFile> value)
Generated method - Setter of the
CronJob.logFiles attribute. |
abstract void |
setLogFiles(SessionContext ctx,
Collection<LogFile> value)
Generated method - Setter of the
CronJob.logFiles attribute. |
void |
setLogLevelDatabase(EnumerationValue value)
Generated method - Setter of the
CronJob.logLevelDatabase attribute. |
void |
setLogLevelDatabase(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CronJob.logLevelDatabase attribute. |
void |
setLogLevelFile(EnumerationValue value)
Generated method - Setter of the
CronJob.logLevelFile attribute. |
void |
setLogLevelFile(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CronJob.logLevelFile attribute. |
void |
setLogsCount(int value)
Generated method - Setter of the
CronJob.logsCount attribute. |
void |
setLogsCount(Integer value)
Generated method - Setter of the
CronJob.logsCount attribute. |
void |
setLogsCount(SessionContext ctx,
int value)
Generated method - Setter of the
CronJob.logsCount attribute. |
void |
setLogsCount(SessionContext ctx,
Integer value)
Generated method - Setter of the
CronJob.logsCount attribute. |
void |
setLogsDaysOld(int value)
Generated method - Setter of the
CronJob.logsDaysOld attribute. |
void |
setLogsDaysOld(Integer value)
Generated method - Setter of the
CronJob.logsDaysOld attribute. |
void |
setLogsDaysOld(SessionContext ctx,
int value)
Generated method - Setter of the
CronJob.logsDaysOld attribute. |
void |
setLogsDaysOld(SessionContext ctx,
Integer value)
Generated method - Setter of the
CronJob.logsDaysOld attribute. |
void |
setLogsOperator(EnumerationValue value)
Generated method - Setter of the
CronJob.logsOperator attribute. |
void |
setLogsOperator(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CronJob.logsOperator attribute. |
void |
setLogToDatabase(boolean value)
Generated method - Setter of the
CronJob.logToDatabase attribute. |
void |
setLogToDatabase(Boolean value)
Generated method - Setter of the
CronJob.logToDatabase attribute. |
void |
setLogToDatabase(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJob.logToDatabase attribute. |
void |
setLogToDatabase(SessionContext ctx,
Boolean value)
Generated method - Setter of the
CronJob.logToDatabase attribute. |
void |
setLogToFile(boolean value)
Generated method - Setter of the
CronJob.logToFile attribute. |
void |
setLogToFile(Boolean value)
Generated method - Setter of the
CronJob.logToFile attribute. |
void |
setLogToFile(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJob.logToFile attribute. |
void |
setLogToFile(SessionContext ctx,
Boolean value)
Generated method - Setter of the
CronJob.logToFile attribute. |
void |
setNodeGroup(SessionContext ctx,
String value)
Generated method - Setter of the
CronJob.nodeGroup attribute. |
void |
setNodeGroup(String value)
Generated method - Setter of the
CronJob.nodeGroup attribute. |
void |
setNodeID(int value)
Generated method - Setter of the
CronJob.nodeID attribute. |
void |
setNodeID(Integer value)
Generated method - Setter of the
CronJob.nodeID attribute. |
void |
setNodeID(SessionContext ctx,
int value)
Generated method - Setter of the
CronJob.nodeID attribute. |
void |
setNodeID(SessionContext ctx,
Integer value)
Generated method - Setter of the
CronJob.nodeID attribute. |
void |
setPendingSteps(List<Step> value)
Generated method - Setter of the
CronJob.pendingSteps attribute. |
void |
setPendingSteps(SessionContext ctx,
List<Step> value)
Generated method - Setter of the
CronJob.pendingSteps attribute. |
void |
setPriority(int value)
Generated method - Setter of the
CronJob.priority attribute. |
void |
setPriority(Integer value)
Generated method - Setter of the
CronJob.priority attribute. |
void |
setPriority(SessionContext ctx,
int value)
Generated method - Setter of the
CronJob.priority attribute. |
void |
setPriority(SessionContext ctx,
Integer value)
Generated method - Setter of the
CronJob.priority attribute. |
void |
setProcessedSteps(List<Step> value)
Generated method - Setter of the
CronJob.processedSteps attribute. |
void |
setProcessedSteps(SessionContext ctx,
List<Step> value)
Generated method - Setter of the
CronJob.processedSteps attribute. |
void |
setRemoveOnExit(boolean value)
Generated method - Setter of the
CronJob.removeOnExit attribute. |
void |
setRemoveOnExit(Boolean value)
Generated method - Setter of the
CronJob.removeOnExit attribute. |
void |
setRemoveOnExit(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJob.removeOnExit attribute. |
void |
setRemoveOnExit(SessionContext ctx,
Boolean value)
Generated method - Setter of the
CronJob.removeOnExit attribute. |
void |
setRequestAbort(boolean value)
Generated method - Setter of the
CronJob.requestAbort attribute. |
void |
setRequestAbort(Boolean value)
Generated method - Setter of the
CronJob.requestAbort attribute. |
void |
setRequestAbort(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJob.requestAbort attribute. |
void |
setRequestAbort(SessionContext ctx,
Boolean value)
Generated method - Setter of the
CronJob.requestAbort attribute. |
void |
setRequestAbortStep(boolean value)
Generated method - Setter of the
CronJob.requestAbortStep attribute. |
void |
setRequestAbortStep(Boolean value)
Generated method - Setter of the
CronJob.requestAbortStep attribute. |
void |
setRequestAbortStep(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJob.requestAbortStep attribute. |
void |
setRequestAbortStep(SessionContext ctx,
Boolean value)
Generated method - Setter of the
CronJob.requestAbortStep attribute. |
void |
setResult(EnumerationValue value)
Generated method - Setter of the
CronJob.result attribute. |
void |
setResult(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CronJob.result attribute. |
void |
setRetry(boolean value)
Generated method - Setter of the
CronJob.retry attribute. |
void |
setRetry(Boolean value)
Generated method - Setter of the
CronJob.retry attribute. |
void |
setRetry(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJob.retry attribute. |
void |
setRetry(SessionContext ctx,
Boolean value)
Generated method - Setter of the
CronJob.retry attribute. |
void |
setRunningOnClusterNode(int value)
Generated method - Setter of the
CronJob.runningOnClusterNode attribute. |
void |
setRunningOnClusterNode(Integer value)
Generated method - Setter of the
CronJob.runningOnClusterNode attribute. |
void |
setRunningOnClusterNode(SessionContext ctx,
int value)
Generated method - Setter of the
CronJob.runningOnClusterNode attribute. |
void |
setRunningOnClusterNode(SessionContext ctx,
Integer value)
Generated method - Setter of the
CronJob.runningOnClusterNode attribute. |
void |
setSendEmail(boolean value)
Generated method - Setter of the
CronJob.sendEmail attribute. |
void |
setSendEmail(Boolean value)
Generated method - Setter of the
CronJob.sendEmail attribute. |
void |
setSendEmail(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJob.sendEmail attribute. |
void |
setSendEmail(SessionContext ctx,
Boolean value)
Generated method - Setter of the
CronJob.sendEmail attribute. |
void |
setSessionCurrency(Currency value)
Generated method - Setter of the
CronJob.sessionCurrency attribute. |
void |
setSessionCurrency(SessionContext ctx,
Currency value)
Generated method - Setter of the
CronJob.sessionCurrency attribute. |
void |
setSessionLanguage(Language value)
Generated method - Setter of the
CronJob.sessionLanguage attribute. |
void |
setSessionLanguage(SessionContext ctx,
Language value)
Generated method - Setter of the
CronJob.sessionLanguage attribute. |
void |
setSessionUser(SessionContext ctx,
User value)
Generated method - Setter of the
CronJob.sessionUser attribute. |
void |
setSessionUser(User value)
Generated method - Setter of the
CronJob.sessionUser attribute. |
void |
setSingleExecutable(boolean value)
Generated method - Setter of the
CronJob.singleExecutable attribute. |
void |
setSingleExecutable(Boolean value)
Generated method - Setter of the
CronJob.singleExecutable attribute. |
void |
setSingleExecutable(SessionContext ctx,
boolean value)
Generated method - Setter of the
CronJob.singleExecutable attribute. |
void |
setSingleExecutable(SessionContext ctx,
Boolean value)
Generated method - Setter of the
CronJob.singleExecutable attribute. |
void |
setStartTime(Date value)
Generated method - Setter of the
CronJob.startTime attribute. |
void |
setStartTime(SessionContext ctx,
Date value)
Generated method - Setter of the
CronJob.startTime attribute. |
void |
setStatus(EnumerationValue value)
Generated method - Setter of the
CronJob.status attribute. |
void |
setStatus(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
CronJob.status attribute. |
void |
setTriggers(List<Trigger> value)
Generated method - Setter of the
CronJob.triggers attribute. |
void |
setTriggers(SessionContext ctx,
List<Trigger> value)
Generated method - Setter of the
CronJob.triggers attribute. |
getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacegetImplementation, setTenantpublic static final String CODE
CronJob.code attributepublic static final String ERRORMODE
CronJob.errorMode attributepublic static final String LOGTOFILE
CronJob.logToFile attributepublic static final String LOGTODATABASE
CronJob.logToDatabase attributepublic static final String LOGLEVELFILE
CronJob.logLevelFile attributepublic static final String LOGLEVELDATABASE
CronJob.logLevelDatabase attributepublic static final String LOGFILES
CronJob.logFiles attributepublic static final String SESSIONUSER
CronJob.sessionUser attributepublic static final String SESSIONLANGUAGE
CronJob.sessionLanguage attributepublic static final String SESSIONCURRENCY
CronJob.sessionCurrency attributepublic static final String SESSIONCONTEXTVALUES
CronJob.sessionContextValues attributepublic static final String ACTIVE
CronJob.active attributepublic static final String RETRY
CronJob.retry attributepublic static final String SINGLEEXECUTABLE
CronJob.singleExecutable attributepublic static final String EMAILADDRESS
CronJob.emailAddress attributepublic static final String SENDEMAIL
CronJob.sendEmail attributepublic static final String STARTTIME
CronJob.startTime attributepublic static final String ENDTIME
CronJob.endTime attributepublic static final String STATUS
CronJob.status attributepublic static final String RESULT
CronJob.result attributepublic static final String LOGTEXT
CronJob.logText attributepublic static final String NODEID
CronJob.nodeID attributepublic static final String NODEGROUP
CronJob.nodeGroup attributepublic static final String RUNNINGONCLUSTERNODE
CronJob.runningOnClusterNode attributepublic static final String CURRENTSTEP
CronJob.currentStep attributepublic static final String CHANGERECORDINGENABLED
CronJob.changeRecordingEnabled attributepublic static final String CHANGES
CronJob.changes attributepublic static final String REQUESTABORT
CronJob.requestAbort attributepublic static final String REQUESTABORTSTEP
CronJob.requestAbortStep attributepublic static final String PRIORITY
CronJob.priority attributepublic static final String REMOVEONEXIT
CronJob.removeOnExit attributepublic static final String EMAILNOTIFICATIONTEMPLATE
CronJob.emailNotificationTemplate attributepublic static final String ALTERNATIVEDATASOURCEID
CronJob.alternativeDataSourceID attributepublic static final String LOGSDAYSOLD
CronJob.logsDaysOld attributepublic static final String LOGSCOUNT
CronJob.logsCount attributepublic static final String LOGSOPERATOR
CronJob.logsOperator attributepublic static final String FILESDAYSOLD
CronJob.filesDaysOld attributepublic static final String FILESCOUNT
CronJob.filesCount attributepublic static final String FILESOPERATOR
CronJob.filesOperator attributepublic static final String PROCESSEDSTEPS
CronJob.processedSteps attributeprotected static String CRONJOBPROCESSEDSTEPSRELATION_SRC_ORDERED
protected static String CRONJOBPROCESSEDSTEPSRELATION_TGT_ORDERED
protected static String CRONJOBPROCESSEDSTEPSRELATION_MARKMODIFIED
public static final String PENDINGSTEPS
CronJob.pendingSteps attributeprotected static String CRONJOBPENDINGSTEPSRELATION_SRC_ORDERED
protected static String CRONJOBPENDINGSTEPSRELATION_TGT_ORDERED
protected static String CRONJOBPENDINGSTEPSRELATION_MARKMODIFIED
public static final String LOGS
CronJob.logs attributepublic static final String TRIGGERS
CronJob.triggers attributepublic static final String JOB
CronJob.job attributeprotected static final OneToManyHandler<JobLog> LOGSHANDLER
OneToManyHandler for handling 1:n LOGS's relation attributes from 'many' side.protected static final OneToManyHandler<Trigger> TRIGGERSHANDLER
OneToManyHandler for handling 1:n TRIGGERS's relation attributes from 'many' side.protected static final BidirectionalOneToManyHandler<GeneratedCronJob> JOBHANDLER
BidirectionalOneToManyHandler for handling 1:n JOB's relation attributes from 'one' side.protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic Boolean isActive(SessionContext ctx)
CronJob.active attribute.public Boolean isActive()
CronJob.active attribute.public boolean isActiveAsPrimitive(SessionContext ctx)
CronJob.active attribute.public boolean isActiveAsPrimitive()
CronJob.active attribute.public void setActive(SessionContext ctx, Boolean value)
CronJob.active attribute.value - the active - Whether the CronJob is active (is run when its trigger is due). If set to false, the
CronJob will not be executed if its trigger is duepublic void setActive(Boolean value)
CronJob.active attribute.value - the active - Whether the CronJob is active (is run when its trigger is due). If set to false, the
CronJob will not be executed if its trigger is duepublic void setActive(SessionContext ctx, boolean value)
CronJob.active attribute.value - the active - Whether the CronJob is active (is run when its trigger is due). If set to false, the
CronJob will not be executed if its trigger is duepublic void setActive(boolean value)
CronJob.active attribute.value - the active - Whether the CronJob is active (is run when its trigger is due). If set to false, the
CronJob will not be executed if its trigger is duepublic String getAlternativeDataSourceID(SessionContext ctx)
CronJob.alternativeDataSourceID attribute.public String getAlternativeDataSourceID()
CronJob.alternativeDataSourceID attribute.public void setAlternativeDataSourceID(SessionContext ctx, String value)
CronJob.alternativeDataSourceID attribute.value - the alternativeDataSourceIDpublic void setAlternativeDataSourceID(String value)
CronJob.alternativeDataSourceID attribute.value - the alternativeDataSourceIDpublic Boolean isChangeRecordingEnabled(SessionContext ctx)
CronJob.changeRecordingEnabled attribute.public Boolean isChangeRecordingEnabled()
CronJob.changeRecordingEnabled attribute.public boolean isChangeRecordingEnabledAsPrimitive(SessionContext ctx)
CronJob.changeRecordingEnabled attribute.public boolean isChangeRecordingEnabledAsPrimitive()
CronJob.changeRecordingEnabled attribute.public void setChangeRecordingEnabled(SessionContext ctx, Boolean value)
CronJob.changeRecordingEnabled attribute.value - the changeRecordingEnabledpublic void setChangeRecordingEnabled(Boolean value)
CronJob.changeRecordingEnabled attribute.value - the changeRecordingEnabledpublic void setChangeRecordingEnabled(SessionContext ctx, boolean value)
CronJob.changeRecordingEnabled attribute.value - the changeRecordingEnabledpublic void setChangeRecordingEnabled(boolean value)
CronJob.changeRecordingEnabled attribute.value - the changeRecordingEnabledpublic abstract Collection<ChangeDescriptor> getChanges(SessionContext ctx)
CronJob.changes attribute.public Collection<ChangeDescriptor> getChanges()
CronJob.changes attribute.public String getCode(SessionContext ctx)
CronJob.code attribute.public String getCode()
CronJob.code attribute.public void setCode(SessionContext ctx, String value)
CronJob.code attribute.value - the code - Identifier for the CronJobpublic void setCode(String value)
CronJob.code attribute.value - the code - Identifier for the CronJobprotected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
ItemComposedType.newInstance(Map).
In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
Sn example:
public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
// here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
super.getNonInitialAttributes( ctx, allAttributes );
// remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
createItem in class GenericItemctx - the current session context which this item is created withintype - the actual item type ( since subtypes may not provide a own jalo class this may be different from the
type which this method was implemented for )JaloBusinessException - indicates an error during creation - any changes will be rollbackedpublic Step getCurrentStep(SessionContext ctx)
CronJob.currentStep attribute.public Step getCurrentStep()
CronJob.currentStep attribute.public String getEmailAddress(SessionContext ctx)
CronJob.emailAddress attribute.public String getEmailAddress()
CronJob.emailAddress attribute.public void setEmailAddress(SessionContext ctx, String value)
CronJob.emailAddress attribute.value - the emailAddress - The e-mail address to which to send a notification on the CronJob's executionpublic void setEmailAddress(String value)
CronJob.emailAddress attribute.value - the emailAddress - The e-mail address to which to send a notification on the CronJob's executionpublic RendererTemplate getEmailNotificationTemplate(SessionContext ctx)
CronJob.emailNotificationTemplate attribute.public RendererTemplate getEmailNotificationTemplate()
CronJob.emailNotificationTemplate attribute.public void setEmailNotificationTemplate(SessionContext ctx, RendererTemplate value)
CronJob.emailNotificationTemplate attribute.value - the emailNotificationTemplatepublic void setEmailNotificationTemplate(RendererTemplate value)
CronJob.emailNotificationTemplate attribute.value - the emailNotificationTemplatepublic Date getEndTime(SessionContext ctx)
CronJob.endTime attribute.public Date getEndTime()
CronJob.endTime attribute.public void setEndTime(SessionContext ctx, Date value)
CronJob.endTime attribute.value - the endTimepublic void setEndTime(Date value)
CronJob.endTime attribute.value - the endTimepublic EnumerationValue getErrorMode(SessionContext ctx)
CronJob.errorMode attribute.public EnumerationValue getErrorMode()
CronJob.errorMode attribute.public void setErrorMode(SessionContext ctx, EnumerationValue value)
CronJob.errorMode attribute.value - the errorMode - the error mode. @since 2.10public void setErrorMode(EnumerationValue value)
CronJob.errorMode attribute.value - the errorMode - the error mode. @since 2.10public Integer getFilesCount(SessionContext ctx)
CronJob.filesCount attribute.public Integer getFilesCount()
CronJob.filesCount attribute.public int getFilesCountAsPrimitive(SessionContext ctx)
CronJob.filesCount attribute.public int getFilesCountAsPrimitive()
CronJob.filesCount attribute.public void setFilesCount(SessionContext ctx, Integer value)
CronJob.filesCount attribute.value - the filesCount - All LogFiles (LogFileModels) above this value will be removedpublic void setFilesCount(Integer value)
CronJob.filesCount attribute.value - the filesCount - All LogFiles (LogFileModels) above this value will be removedpublic void setFilesCount(SessionContext ctx, int value)
CronJob.filesCount attribute.value - the filesCount - All LogFiles (LogFileModels) above this value will be removedpublic void setFilesCount(int value)
CronJob.filesCount attribute.value - the filesCount - All LogFiles (LogFileModels) above this value will be removedpublic Integer getFilesDaysOld(SessionContext ctx)
CronJob.filesDaysOld attribute.public Integer getFilesDaysOld()
CronJob.filesDaysOld attribute.public int getFilesDaysOldAsPrimitive(SessionContext ctx)
CronJob.filesDaysOld attribute.public int getFilesDaysOldAsPrimitive()
CronJob.filesDaysOld attribute.public void setFilesDaysOld(SessionContext ctx, Integer value)
CronJob.filesDaysOld attribute.value - the filesDaysOld - All LogFiles (LogFileModels) older than this value in days will be removedpublic void setFilesDaysOld(Integer value)
CronJob.filesDaysOld attribute.value - the filesDaysOld - All LogFiles (LogFileModels) older than this value in days will be removedpublic void setFilesDaysOld(SessionContext ctx, int value)
CronJob.filesDaysOld attribute.value - the filesDaysOld - All LogFiles (LogFileModels) older than this value in days will be removedpublic void setFilesDaysOld(int value)
CronJob.filesDaysOld attribute.value - the filesDaysOld - All LogFiles (LogFileModels) older than this value in days will be removedpublic EnumerationValue getFilesOperator(SessionContext ctx)
CronJob.filesOperator attribute.public EnumerationValue getFilesOperator()
CronJob.filesOperator attribute.public void setFilesOperator(SessionContext ctx, EnumerationValue value)
CronJob.filesOperator attribute.value - the filesOperator - Operatorpublic void setFilesOperator(EnumerationValue value)
CronJob.filesOperator attribute.value - the filesOperator - Operatorpublic Job getJob(SessionContext ctx)
CronJob.job attribute.public Job getJob()
CronJob.job attribute.protected void setJob(SessionContext ctx, Job value)
CronJob.job attribute.value - the job - References to the Job assigned to the CronJobprotected void setJob(Job value)
CronJob.job attribute.value - the job - References to the Job assigned to the CronJobpublic abstract Collection<LogFile> getLogFiles(SessionContext ctx)
CronJob.logFiles attribute.public Collection<LogFile> getLogFiles()
CronJob.logFiles attribute.public abstract void setLogFiles(SessionContext ctx, Collection<LogFile> value)
CronJob.logFiles attribute.value - the logFiles - A list of log files related to the current CronJobpublic void setLogFiles(Collection<LogFile> value)
CronJob.logFiles attribute.value - the logFiles - A list of log files related to the current CronJobpublic EnumerationValue getLogLevelDatabase(SessionContext ctx)
CronJob.logLevelDatabase attribute.public EnumerationValue getLogLevelDatabase()
CronJob.logLevelDatabase attribute.public void setLogLevelDatabase(SessionContext ctx, EnumerationValue value)
CronJob.logLevelDatabase attribute.value - the logLevelDatabase - Specifies the log level for logging to the databasepublic void setLogLevelDatabase(EnumerationValue value)
CronJob.logLevelDatabase attribute.value - the logLevelDatabase - Specifies the log level for logging to the databasepublic EnumerationValue getLogLevelFile(SessionContext ctx)
CronJob.logLevelFile attribute.public EnumerationValue getLogLevelFile()
CronJob.logLevelFile attribute.public void setLogLevelFile(SessionContext ctx, EnumerationValue value)
CronJob.logLevelFile attribute.value - the logLevelFile - Specifies the log level for logging to the filepublic void setLogLevelFile(EnumerationValue value)
CronJob.logLevelFile attribute.value - the logLevelFile - Specifies the log level for logging to the filepublic List<JobLog> getLogs(SessionContext ctx)
CronJob.logs attribute.public List<JobLog> getLogs()
CronJob.logs attribute.public Integer getLogsCount(SessionContext ctx)
CronJob.logsCount attribute.public Integer getLogsCount()
CronJob.logsCount attribute.public int getLogsCountAsPrimitive(SessionContext ctx)
CronJob.logsCount attribute.public int getLogsCountAsPrimitive()
CronJob.logsCount attribute.public void setLogsCount(SessionContext ctx, Integer value)
CronJob.logsCount attribute.value - the logsCount - All JobLogs (JobLogModels) above this value will be removedpublic void setLogsCount(Integer value)
CronJob.logsCount attribute.value - the logsCount - All JobLogs (JobLogModels) above this value will be removedpublic void setLogsCount(SessionContext ctx, int value)
CronJob.logsCount attribute.value - the logsCount - All JobLogs (JobLogModels) above this value will be removedpublic void setLogsCount(int value)
CronJob.logsCount attribute.value - the logsCount - All JobLogs (JobLogModels) above this value will be removedpublic Integer getLogsDaysOld(SessionContext ctx)
CronJob.logsDaysOld attribute.public Integer getLogsDaysOld()
CronJob.logsDaysOld attribute.public int getLogsDaysOldAsPrimitive(SessionContext ctx)
CronJob.logsDaysOld attribute.public int getLogsDaysOldAsPrimitive()
CronJob.logsDaysOld attribute.public void setLogsDaysOld(SessionContext ctx, Integer value)
CronJob.logsDaysOld attribute.value - the logsDaysOld - All JobLogs (JobLogModels) older than this value in days will be removedpublic void setLogsDaysOld(Integer value)
CronJob.logsDaysOld attribute.value - the logsDaysOld - All JobLogs (JobLogModels) older than this value in days will be removedpublic void setLogsDaysOld(SessionContext ctx, int value)
CronJob.logsDaysOld attribute.value - the logsDaysOld - All JobLogs (JobLogModels) older than this value in days will be removedpublic void setLogsDaysOld(int value)
CronJob.logsDaysOld attribute.value - the logsDaysOld - All JobLogs (JobLogModels) older than this value in days will be removedpublic EnumerationValue getLogsOperator(SessionContext ctx)
CronJob.logsOperator attribute.public EnumerationValue getLogsOperator()
CronJob.logsOperator attribute.public void setLogsOperator(SessionContext ctx, EnumerationValue value)
CronJob.logsOperator attribute.value - the logsOperator - Operatorpublic void setLogsOperator(EnumerationValue value)
CronJob.logsOperator attribute.value - the logsOperator - Operatorpublic abstract String getLogText(SessionContext ctx)
CronJob.logText attribute.public String getLogText()
CronJob.logText attribute.public Boolean isLogToDatabase(SessionContext ctx)
CronJob.logToDatabase attribute.public Boolean isLogToDatabase()
CronJob.logToDatabase attribute.public boolean isLogToDatabaseAsPrimitive(SessionContext ctx)
CronJob.logToDatabase attribute.public boolean isLogToDatabaseAsPrimitive()
CronJob.logToDatabase attribute.public void setLogToDatabase(SessionContext ctx, Boolean value)
CronJob.logToDatabase attribute.value - the logToDatabase - Whether the CronJob's execution log is written to a log entry in the hybris Suite's
databasepublic void setLogToDatabase(Boolean value)
CronJob.logToDatabase attribute.value - the logToDatabase - Whether the CronJob's execution log is written to a log entry in the hybris Suite's
databasepublic void setLogToDatabase(SessionContext ctx, boolean value)
CronJob.logToDatabase attribute.value - the logToDatabase - Whether the CronJob's execution log is written to a log entry in the hybris Suite's
databasepublic void setLogToDatabase(boolean value)
CronJob.logToDatabase attribute.value - the logToDatabase - Whether the CronJob's execution log is written to a log entry in the hybris Suite's
databasepublic Boolean isLogToFile(SessionContext ctx)
CronJob.logToFile attribute.public Boolean isLogToFile()
CronJob.logToFile attribute.public boolean isLogToFileAsPrimitive(SessionContext ctx)
CronJob.logToFile attribute.public boolean isLogToFileAsPrimitive()
CronJob.logToFile attribute.public void setLogToFile(SessionContext ctx, Boolean value)
CronJob.logToFile attribute.value - the logToFile - Whether the CronJob's execution log is written to a log filepublic void setLogToFile(Boolean value)
CronJob.logToFile attribute.value - the logToFile - Whether the CronJob's execution log is written to a log filepublic void setLogToFile(SessionContext ctx, boolean value)
CronJob.logToFile attribute.value - the logToFile - Whether the CronJob's execution log is written to a log filepublic void setLogToFile(boolean value)
CronJob.logToFile attribute.value - the logToFile - Whether the CronJob's execution log is written to a log filepublic String getNodeGroup(SessionContext ctx)
CronJob.nodeGroup attribute.public String getNodeGroup()
CronJob.nodeGroup attribute.public void setNodeGroup(SessionContext ctx, String value)
CronJob.nodeGroup attribute.value - the nodeGrouppublic void setNodeGroup(String value)
CronJob.nodeGroup attribute.value - the nodeGrouppublic Integer getNodeID(SessionContext ctx)
CronJob.nodeID attribute.public Integer getNodeID()
CronJob.nodeID attribute.public int getNodeIDAsPrimitive(SessionContext ctx)
CronJob.nodeID attribute.public int getNodeIDAsPrimitive()
CronJob.nodeID attribute.public void setNodeID(SessionContext ctx, Integer value)
CronJob.nodeID attribute.value - the nodeID - The number of the cluster node on which the CronJob is to be run. This setting is
relevant for clustered hybris Suite installations only.public void setNodeID(Integer value)
CronJob.nodeID attribute.value - the nodeID - The number of the cluster node on which the CronJob is to be run. This setting is
relevant for clustered hybris Suite installations only.public void setNodeID(SessionContext ctx, int value)
CronJob.nodeID attribute.value - the nodeID - The number of the cluster node on which the CronJob is to be run. This setting is
relevant for clustered hybris Suite installations only.public void setNodeID(int value)
CronJob.nodeID attribute.value - the nodeID - The number of the cluster node on which the CronJob is to be run. This setting is
relevant for clustered hybris Suite installations only.public List<Step> getPendingSteps(SessionContext ctx)
CronJob.pendingSteps attribute.public List<Step> getPendingSteps()
CronJob.pendingSteps attribute.public long getPendingStepsCount(SessionContext ctx)
public long getPendingStepsCount()
public void setPendingSteps(SessionContext ctx, List<Step> value)
CronJob.pendingSteps attribute.value - the pendingSteps - pending stepspublic void setPendingSteps(List<Step> value)
CronJob.pendingSteps attribute.value - the pendingSteps - pending stepspublic void addToPendingSteps(SessionContext ctx, Step value)
value to pendingSteps.value - the item to add to pendingSteps - pending stepspublic void addToPendingSteps(Step value)
value to pendingSteps.value - the item to add to pendingSteps - pending stepspublic void removeFromPendingSteps(SessionContext ctx, Step value)
value from pendingSteps.value - the item to remove from pendingSteps - pending stepspublic void removeFromPendingSteps(Step value)
value from pendingSteps.value - the item to remove from pendingSteps - pending stepspublic Integer getPriority(SessionContext ctx)
CronJob.priority attribute.public Integer getPriority()
CronJob.priority attribute.public int getPriorityAsPrimitive(SessionContext ctx)
CronJob.priority attribute.public int getPriorityAsPrimitive()
CronJob.priority attribute.public void setPriority(SessionContext ctx, Integer value)
CronJob.priority attribute.value - the priority - the priority. @since 2.10public void setPriority(Integer value)
CronJob.priority attribute.value - the priority - the priority. @since 2.10public void setPriority(SessionContext ctx, int value)
CronJob.priority attribute.value - the priority - the priority. @since 2.10public void setPriority(int value)
CronJob.priority attribute.value - the priority - the priority. @since 2.10public List<Step> getProcessedSteps(SessionContext ctx)
CronJob.processedSteps attribute.public List<Step> getProcessedSteps()
CronJob.processedSteps attribute.public long getProcessedStepsCount(SessionContext ctx)
public long getProcessedStepsCount()
public void setProcessedSteps(SessionContext ctx, List<Step> value)
CronJob.processedSteps attribute.value - the processedSteps - processed stepspublic void setProcessedSteps(List<Step> value)
CronJob.processedSteps attribute.value - the processedSteps - processed stepspublic void addToProcessedSteps(SessionContext ctx, Step value)
value to processedSteps.value - the item to add to processedSteps - processed stepspublic void addToProcessedSteps(Step value)
value to processedSteps.value - the item to add to processedSteps - processed stepspublic void removeFromProcessedSteps(SessionContext ctx, Step value)
value from processedSteps.value - the item to remove from processedSteps - processed stepspublic void removeFromProcessedSteps(Step value)
value from processedSteps.value - the item to remove from processedSteps - processed stepspublic Boolean isRemoveOnExit(SessionContext ctx)
CronJob.removeOnExit attribute.public Boolean isRemoveOnExit()
CronJob.removeOnExit attribute.public boolean isRemoveOnExitAsPrimitive(SessionContext ctx)
CronJob.removeOnExit attribute.public boolean isRemoveOnExitAsPrimitive()
CronJob.removeOnExit attribute.public void setRemoveOnExit(SessionContext ctx, Boolean value)
CronJob.removeOnExit attribute.value - the removeOnExit - If set to true, the CronJob is removed from the hybris Suite after executionpublic void setRemoveOnExit(Boolean value)
CronJob.removeOnExit attribute.value - the removeOnExit - If set to true, the CronJob is removed from the hybris Suite after executionpublic void setRemoveOnExit(SessionContext ctx, boolean value)
CronJob.removeOnExit attribute.value - the removeOnExit - If set to true, the CronJob is removed from the hybris Suite after executionpublic void setRemoveOnExit(boolean value)
CronJob.removeOnExit attribute.value - the removeOnExit - If set to true, the CronJob is removed from the hybris Suite after executionpublic Boolean isRequestAbort(SessionContext ctx)
CronJob.requestAbort attribute.public Boolean isRequestAbort()
CronJob.requestAbort attribute.public boolean isRequestAbortAsPrimitive(SessionContext ctx)
CronJob.requestAbort attribute.public boolean isRequestAbortAsPrimitive()
CronJob.requestAbort attribute.public void setRequestAbort(SessionContext ctx, Boolean value)
CronJob.requestAbort attribute.value - the requestAbortpublic void setRequestAbort(Boolean value)
CronJob.requestAbort attribute.value - the requestAbortpublic void setRequestAbort(SessionContext ctx, boolean value)
CronJob.requestAbort attribute.value - the requestAbortpublic void setRequestAbort(boolean value)
CronJob.requestAbort attribute.value - the requestAbortpublic Boolean isRequestAbortStep(SessionContext ctx)
CronJob.requestAbortStep attribute.public Boolean isRequestAbortStep()
CronJob.requestAbortStep attribute.public boolean isRequestAbortStepAsPrimitive(SessionContext ctx)
CronJob.requestAbortStep attribute.public boolean isRequestAbortStepAsPrimitive()
CronJob.requestAbortStep attribute.public void setRequestAbortStep(SessionContext ctx, Boolean value)
CronJob.requestAbortStep attribute.value - the requestAbortSteppublic void setRequestAbortStep(Boolean value)
CronJob.requestAbortStep attribute.value - the requestAbortSteppublic void setRequestAbortStep(SessionContext ctx, boolean value)
CronJob.requestAbortStep attribute.value - the requestAbortSteppublic void setRequestAbortStep(boolean value)
CronJob.requestAbortStep attribute.value - the requestAbortSteppublic EnumerationValue getResult(SessionContext ctx)
CronJob.result attribute.public EnumerationValue getResult()
CronJob.result attribute.public void setResult(SessionContext ctx, EnumerationValue value)
CronJob.result attribute.value - the result - The CronJob's execution resultpublic void setResult(EnumerationValue value)
CronJob.result attribute.value - the result - The CronJob's execution resultpublic Boolean isRetry(SessionContext ctx)
CronJob.retry attribute.public Boolean isRetry()
CronJob.retry attribute.public boolean isRetryAsPrimitive(SessionContext ctx)
CronJob.retry attribute.public boolean isRetryAsPrimitive()
CronJob.retry attribute.public void setRetry(SessionContext ctx, Boolean value)
CronJob.retry attribute.value - the retry - If an assigned job can't be started because of an already running job, a trigger will
be created for the the cronjob instance with current time as activation time. This one will be
triggerd on next poll repeatedly till the cronjob gets executed oncepublic void setRetry(Boolean value)
CronJob.retry attribute.value - the retry - If an assigned job can't be started because of an already running job, a trigger will
be created for the the cronjob instance with current time as activation time. This one will be
triggerd on next poll repeatedly till the cronjob gets executed oncepublic void setRetry(SessionContext ctx, boolean value)
CronJob.retry attribute.value - the retry - If an assigned job can't be started because of an already running job, a trigger will
be created for the the cronjob instance with current time as activation time. This one will be
triggerd on next poll repeatedly till the cronjob gets executed oncepublic void setRetry(boolean value)
CronJob.retry attribute.value - the retry - If an assigned job can't be started because of an already running job, a trigger will
be created for the the cronjob instance with current time as activation time. This one will be
triggerd on next poll repeatedly till the cronjob gets executed oncepublic Integer getRunningOnClusterNode(SessionContext ctx)
CronJob.runningOnClusterNode attribute.public Integer getRunningOnClusterNode()
CronJob.runningOnClusterNode attribute.public int getRunningOnClusterNodeAsPrimitive(SessionContext ctx)
CronJob.runningOnClusterNode attribute.public int getRunningOnClusterNodeAsPrimitive()
CronJob.runningOnClusterNode attribute.public void setRunningOnClusterNode(SessionContext ctx, Integer value)
CronJob.runningOnClusterNode attribute.value - the runningOnClusterNodepublic void setRunningOnClusterNode(Integer value)
CronJob.runningOnClusterNode attribute.value - the runningOnClusterNodepublic void setRunningOnClusterNode(SessionContext ctx, int value)
CronJob.runningOnClusterNode attribute.value - the runningOnClusterNodepublic void setRunningOnClusterNode(int value)
CronJob.runningOnClusterNode attribute.value - the runningOnClusterNodepublic Boolean isSendEmail(SessionContext ctx)
CronJob.sendEmail attribute.public Boolean isSendEmail()
CronJob.sendEmail attribute.public boolean isSendEmailAsPrimitive(SessionContext ctx)
CronJob.sendEmail attribute.public boolean isSendEmailAsPrimitive()
CronJob.sendEmail attribute.public void setSendEmail(SessionContext ctx, Boolean value)
CronJob.sendEmail attribute.value - the sendEmail - Whether a status e-mail is to be sent after the CronJob's executionpublic void setSendEmail(Boolean value)
CronJob.sendEmail attribute.value - the sendEmail - Whether a status e-mail is to be sent after the CronJob's executionpublic void setSendEmail(SessionContext ctx, boolean value)
CronJob.sendEmail attribute.value - the sendEmail - Whether a status e-mail is to be sent after the CronJob's executionpublic void setSendEmail(boolean value)
CronJob.sendEmail attribute.value - the sendEmail - Whether a status e-mail is to be sent after the CronJob's executionpublic Currency getSessionCurrency(SessionContext ctx)
CronJob.sessionCurrency attribute.public Currency getSessionCurrency()
CronJob.sessionCurrency attribute.public void setSessionCurrency(SessionContext ctx, Currency value)
CronJob.sessionCurrency attribute.value - the sessionCurrency - The system currency with which to execute the CronJobpublic void setSessionCurrency(Currency value)
CronJob.sessionCurrency attribute.value - the sessionCurrency - The system currency with which to execute the CronJobpublic Language getSessionLanguage(SessionContext ctx)
CronJob.sessionLanguage attribute.public Language getSessionLanguage()
CronJob.sessionLanguage attribute.public void setSessionLanguage(SessionContext ctx, Language value)
CronJob.sessionLanguage attribute.value - the sessionLanguage - The system language to execute the CronJob inpublic void setSessionLanguage(Language value)
CronJob.sessionLanguage attribute.value - the sessionLanguage - The system language to execute the CronJob inpublic User getSessionUser(SessionContext ctx)
CronJob.sessionUser attribute.public User getSessionUser()
CronJob.sessionUser attribute.public void setSessionUser(SessionContext ctx, User value)
CronJob.sessionUser attribute.value - the sessionUser - The user in whose context (access rights, restrictions, etc) the CronJob will be
executedpublic void setSessionUser(User value)
CronJob.sessionUser attribute.value - the sessionUser - The user in whose context (access rights, restrictions, etc) the CronJob will be
executedpublic Boolean isSingleExecutable(SessionContext ctx)
CronJob.singleExecutable attribute.public Boolean isSingleExecutable()
CronJob.singleExecutable attribute.public boolean isSingleExecutableAsPrimitive(SessionContext ctx)
CronJob.singleExecutable attribute.public boolean isSingleExecutableAsPrimitive()
CronJob.singleExecutable attribute.public void setSingleExecutable(SessionContext ctx, Boolean value)
CronJob.singleExecutable attribute.value - the singleExecutable - If the assigned TriggerableJob instance can not be performed yet, a new Trigger for
this CronJob will be createdpublic void setSingleExecutable(Boolean value)
CronJob.singleExecutable attribute.value - the singleExecutable - If the assigned TriggerableJob instance can not be performed yet, a new Trigger for
this CronJob will be createdpublic void setSingleExecutable(SessionContext ctx, boolean value)
CronJob.singleExecutable attribute.value - the singleExecutable - If the assigned TriggerableJob instance can not be performed yet, a new Trigger for
this CronJob will be createdpublic void setSingleExecutable(boolean value)
CronJob.singleExecutable attribute.value - the singleExecutable - If the assigned TriggerableJob instance can not be performed yet, a new Trigger for
this CronJob will be createdpublic Date getStartTime(SessionContext ctx)
CronJob.startTime attribute.public Date getStartTime()
CronJob.startTime attribute.public void setStartTime(SessionContext ctx, Date value)
CronJob.startTime attribute.value - the startTimepublic void setStartTime(Date value)
CronJob.startTime attribute.value - the startTimepublic EnumerationValue getStatus(SessionContext ctx)
CronJob.status attribute.public EnumerationValue getStatus()
CronJob.status attribute.public void setStatus(SessionContext ctx, EnumerationValue value)
CronJob.status attribute.value - the status - The CronJob's execution statuspublic void setStatus(EnumerationValue value)
CronJob.status attribute.value - the status - The CronJob's execution statuspublic List<Trigger> getTriggers(SessionContext ctx)
CronJob.triggers attribute.public List<Trigger> getTriggers()
CronJob.triggers attribute.public void setTriggers(SessionContext ctx, List<Trigger> value)
CronJob.triggers attribute.value - the triggers - list of triggerspublic void setTriggers(List<Trigger> value)
CronJob.triggers attribute.value - the triggers - list of triggerspublic void addToTriggers(SessionContext ctx, Trigger value)
value to triggers.value - the item to add to triggers - list of triggerspublic void addToTriggers(Trigger value)
value to triggers.value - the item to add to triggers - list of triggerspublic void removeFromTriggers(SessionContext ctx, Trigger value)
value from triggers.value - the item to remove from triggers - list of triggerspublic void removeFromTriggers(Trigger value)
value from triggers.value - the item to remove from triggers - list of triggersCopyright © 2017 SAP SE. All Rights Reserved.