Class GeneratedJob

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
Job

public abstract class GeneratedJob extends GenericItem
Generated class for type Job.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedJob

      public GeneratedJob()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • isActive

      public Boolean isActive(SessionContext ctx)
      Generated method - Getter of the Job.active attribute.
      Returns:
      the active
    • isActive

      public Boolean isActive()
      Generated method - Getter of the Job.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive()
      Generated method - Getter of the Job.active attribute.
      Returns:
      the active
    • setActive

      public void setActive(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(Boolean value)
      Generated method - Setter of the Job.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(boolean value)
      Generated method - Setter of the Job.active attribute.
      Parameters:
      value - the active
    • getAlternativeDataSourceID

      public String getAlternativeDataSourceID(SessionContext ctx)
      Generated method - Getter of the Job.alternativeDataSourceID attribute.
      Returns:
      the alternativeDataSourceID
    • getAlternativeDataSourceID

      public String getAlternativeDataSourceID()
      Generated method - Getter of the Job.alternativeDataSourceID attribute.
      Returns:
      the alternativeDataSourceID
    • setAlternativeDataSourceID

      public void setAlternativeDataSourceID(SessionContext ctx, String value)
      Generated method - Setter of the Job.alternativeDataSourceID attribute.
      Parameters:
      value - the alternativeDataSourceID
    • setAlternativeDataSourceID

      public void setAlternativeDataSourceID(String value)
      Generated method - Setter of the Job.alternativeDataSourceID attribute.
      Parameters:
      value - the alternativeDataSourceID
    • isChangeRecordingEnabled

      public Boolean isChangeRecordingEnabled(SessionContext ctx)
      Generated method - Getter of the Job.changeRecordingEnabled attribute.
      Returns:
      the changeRecordingEnabled
    • isChangeRecordingEnabled

      public Boolean isChangeRecordingEnabled()
      Generated method - Getter of the Job.changeRecordingEnabled attribute.
      Returns:
      the changeRecordingEnabled
    • isChangeRecordingEnabledAsPrimitive

      public boolean isChangeRecordingEnabledAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.changeRecordingEnabled attribute.
      Returns:
      the changeRecordingEnabled
    • isChangeRecordingEnabledAsPrimitive

      public boolean isChangeRecordingEnabledAsPrimitive()
      Generated method - Getter of the Job.changeRecordingEnabled attribute.
      Returns:
      the changeRecordingEnabled
    • setChangeRecordingEnabled

      public void setChangeRecordingEnabled(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.changeRecordingEnabled attribute.
      Parameters:
      value - the changeRecordingEnabled
    • setChangeRecordingEnabled

      public void setChangeRecordingEnabled(Boolean value)
      Generated method - Setter of the Job.changeRecordingEnabled attribute.
      Parameters:
      value - the changeRecordingEnabled
    • setChangeRecordingEnabled

      public void setChangeRecordingEnabled(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.changeRecordingEnabled attribute.
      Parameters:
      value - the changeRecordingEnabled
    • setChangeRecordingEnabled

      public void setChangeRecordingEnabled(boolean value)
      Generated method - Setter of the Job.changeRecordingEnabled attribute.
      Parameters:
      value - the changeRecordingEnabled
    • getCode

      public String getCode(SessionContext ctx)
      Generated method - Getter of the Job.code attribute.
      Returns:
      the code
    • getCode

      public String getCode()
      Generated method - Getter of the Job.code attribute.
      Returns:
      the code
    • setCode

      public void setCode(SessionContext ctx, String value)
      Generated method - Setter of the Job.code attribute.
      Parameters:
      value - the code
    • setCode

      public void setCode(String value)
      Generated method - Setter of the Job.code attribute.
      Parameters:
      value - the code
    • getCronJobs

      public Collection<CronJob> getCronJobs(SessionContext ctx)
      Generated method - Getter of the Job.cronJobs attribute.
      Returns:
      the cronJobs - CronJobs the job is assigned to
    • getCronJobs

      public Collection<CronJob> getCronJobs()
      Generated method - Getter of the Job.cronJobs attribute.
      Returns:
      the cronJobs - CronJobs the job is assigned to
    • getEmailAddress

      public String getEmailAddress(SessionContext ctx)
      Generated method - Getter of the Job.emailAddress attribute.
      Returns:
      the emailAddress
    • getEmailAddress

      public String getEmailAddress()
      Generated method - Getter of the Job.emailAddress attribute.
      Returns:
      the emailAddress
    • setEmailAddress

      public void setEmailAddress(SessionContext ctx, String value)
      Generated method - Setter of the Job.emailAddress attribute.
      Parameters:
      value - the emailAddress
    • setEmailAddress

      public void setEmailAddress(String value)
      Generated method - Setter of the Job.emailAddress attribute.
      Parameters:
      value - the emailAddress
    • getEmailNotificationTemplate

      public RendererTemplate getEmailNotificationTemplate(SessionContext ctx)
      Generated method - Getter of the Job.emailNotificationTemplate attribute.
      Returns:
      the emailNotificationTemplate
    • getEmailNotificationTemplate

      public RendererTemplate getEmailNotificationTemplate()
      Generated method - Getter of the Job.emailNotificationTemplate attribute.
      Returns:
      the emailNotificationTemplate
    • setEmailNotificationTemplate

      public void setEmailNotificationTemplate(SessionContext ctx, RendererTemplate value)
      Generated method - Setter of the Job.emailNotificationTemplate attribute.
      Parameters:
      value - the emailNotificationTemplate
    • setEmailNotificationTemplate

      public void setEmailNotificationTemplate(RendererTemplate value)
      Generated method - Setter of the Job.emailNotificationTemplate attribute.
      Parameters:
      value - the emailNotificationTemplate
    • getErrorMode

      public EnumerationValue getErrorMode(SessionContext ctx)
      Generated method - Getter of the Job.errorMode attribute.
      Returns:
      the errorMode - the error mode. @since 2.10
    • getErrorMode

      public EnumerationValue getErrorMode()
      Generated method - Getter of the Job.errorMode attribute.
      Returns:
      the errorMode - the error mode. @since 2.10
    • setErrorMode

      public void setErrorMode(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the Job.errorMode attribute.
      Parameters:
      value - the errorMode - the error mode. @since 2.10
    • setErrorMode

      public void setErrorMode(EnumerationValue value)
      Generated method - Setter of the Job.errorMode attribute.
      Parameters:
      value - the errorMode - the error mode. @since 2.10
    • getLogLevelDatabase

      public EnumerationValue getLogLevelDatabase(SessionContext ctx)
      Generated method - Getter of the Job.logLevelDatabase attribute.
      Returns:
      the logLevelDatabase
    • getLogLevelDatabase

      public EnumerationValue getLogLevelDatabase()
      Generated method - Getter of the Job.logLevelDatabase attribute.
      Returns:
      the logLevelDatabase
    • setLogLevelDatabase

      public void setLogLevelDatabase(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the Job.logLevelDatabase attribute.
      Parameters:
      value - the logLevelDatabase
    • setLogLevelDatabase

      public void setLogLevelDatabase(EnumerationValue value)
      Generated method - Setter of the Job.logLevelDatabase attribute.
      Parameters:
      value - the logLevelDatabase
    • getLogLevelFile

      public EnumerationValue getLogLevelFile(SessionContext ctx)
      Generated method - Getter of the Job.logLevelFile attribute.
      Returns:
      the logLevelFile
    • getLogLevelFile

      public EnumerationValue getLogLevelFile()
      Generated method - Getter of the Job.logLevelFile attribute.
      Returns:
      the logLevelFile
    • setLogLevelFile

      public void setLogLevelFile(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the Job.logLevelFile attribute.
      Parameters:
      value - the logLevelFile
    • setLogLevelFile

      public void setLogLevelFile(EnumerationValue value)
      Generated method - Setter of the Job.logLevelFile attribute.
      Parameters:
      value - the logLevelFile
    • isLogToDatabase

      public Boolean isLogToDatabase(SessionContext ctx)
      Generated method - Getter of the Job.logToDatabase attribute.
      Returns:
      the logToDatabase
    • isLogToDatabase

      public Boolean isLogToDatabase()
      Generated method - Getter of the Job.logToDatabase attribute.
      Returns:
      the logToDatabase
    • isLogToDatabaseAsPrimitive

      public boolean isLogToDatabaseAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.logToDatabase attribute.
      Returns:
      the logToDatabase
    • isLogToDatabaseAsPrimitive

      public boolean isLogToDatabaseAsPrimitive()
      Generated method - Getter of the Job.logToDatabase attribute.
      Returns:
      the logToDatabase
    • setLogToDatabase

      public void setLogToDatabase(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.logToDatabase attribute.
      Parameters:
      value - the logToDatabase
    • setLogToDatabase

      public void setLogToDatabase(Boolean value)
      Generated method - Setter of the Job.logToDatabase attribute.
      Parameters:
      value - the logToDatabase
    • setLogToDatabase

      public void setLogToDatabase(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.logToDatabase attribute.
      Parameters:
      value - the logToDatabase
    • setLogToDatabase

      public void setLogToDatabase(boolean value)
      Generated method - Setter of the Job.logToDatabase attribute.
      Parameters:
      value - the logToDatabase
    • isLogToFile

      public Boolean isLogToFile(SessionContext ctx)
      Generated method - Getter of the Job.logToFile attribute.
      Returns:
      the logToFile
    • isLogToFile

      public Boolean isLogToFile()
      Generated method - Getter of the Job.logToFile attribute.
      Returns:
      the logToFile
    • isLogToFileAsPrimitive

      public boolean isLogToFileAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.logToFile attribute.
      Returns:
      the logToFile
    • isLogToFileAsPrimitive

      public boolean isLogToFileAsPrimitive()
      Generated method - Getter of the Job.logToFile attribute.
      Returns:
      the logToFile
    • setLogToFile

      public void setLogToFile(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.logToFile attribute.
      Parameters:
      value - the logToFile
    • setLogToFile

      public void setLogToFile(Boolean value)
      Generated method - Setter of the Job.logToFile attribute.
      Parameters:
      value - the logToFile
    • setLogToFile

      public void setLogToFile(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.logToFile attribute.
      Parameters:
      value - the logToFile
    • setLogToFile

      public void setLogToFile(boolean value)
      Generated method - Setter of the Job.logToFile attribute.
      Parameters:
      value - the logToFile
    • getNodeGroup

      public String getNodeGroup(SessionContext ctx)
      Generated method - Getter of the Job.nodeGroup attribute.
      Returns:
      the nodeGroup
    • getNodeGroup

      public String getNodeGroup()
      Generated method - Getter of the Job.nodeGroup attribute.
      Returns:
      the nodeGroup
    • setNodeGroup

      public void setNodeGroup(SessionContext ctx, String value)
      Generated method - Setter of the Job.nodeGroup attribute.
      Parameters:
      value - the nodeGroup
    • setNodeGroup

      public void setNodeGroup(String value)
      Generated method - Setter of the Job.nodeGroup attribute.
      Parameters:
      value - the nodeGroup
    • getNodeID

      public Integer getNodeID(SessionContext ctx)
      Generated method - Getter of the Job.nodeID attribute.
      Returns:
      the nodeID - Node ID
    • getNodeID

      public Integer getNodeID()
      Generated method - Getter of the Job.nodeID attribute.
      Returns:
      the nodeID - Node ID
    • getNodeIDAsPrimitive

      public int getNodeIDAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.nodeID attribute.
      Returns:
      the nodeID - Node ID
    • getNodeIDAsPrimitive

      public int getNodeIDAsPrimitive()
      Generated method - Getter of the Job.nodeID attribute.
      Returns:
      the nodeID - Node ID
    • setNodeID

      protected void setNodeID(SessionContext ctx, Integer value)
      Generated method - Setter of the Job.nodeID attribute.
      Parameters:
      value - the nodeID - Node ID
    • setNodeID

      protected void setNodeID(Integer value)
      Generated method - Setter of the Job.nodeID attribute.
      Parameters:
      value - the nodeID - Node ID
    • setNodeID

      protected void setNodeID(SessionContext ctx, int value)
      Generated method - Setter of the Job.nodeID attribute.
      Parameters:
      value - the nodeID - Node ID
    • setNodeID

      protected void setNodeID(int value)
      Generated method - Setter of the Job.nodeID attribute.
      Parameters:
      value - the nodeID - Node ID
    • getNumberOfRetries

      public Integer getNumberOfRetries(SessionContext ctx)
      Generated method - Getter of the Job.numberOfRetries attribute.
      Returns:
      the numberOfRetries - Determine whether cron job should be repeated and how many times in case of an database connection failure
    • getNumberOfRetries

      public Integer getNumberOfRetries()
      Generated method - Getter of the Job.numberOfRetries attribute.
      Returns:
      the numberOfRetries - Determine whether cron job should be repeated and how many times in case of an database connection failure
    • getNumberOfRetriesAsPrimitive

      public int getNumberOfRetriesAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.numberOfRetries attribute.
      Returns:
      the numberOfRetries - Determine whether cron job should be repeated and how many times in case of an database connection failure
    • getNumberOfRetriesAsPrimitive

      public int getNumberOfRetriesAsPrimitive()
      Generated method - Getter of the Job.numberOfRetries attribute.
      Returns:
      the numberOfRetries - Determine whether cron job should be repeated and how many times in case of an database connection failure
    • setNumberOfRetries

      public void setNumberOfRetries(SessionContext ctx, Integer value)
      Generated method - Setter of the Job.numberOfRetries attribute.
      Parameters:
      value - the numberOfRetries - Determine whether cron job should be repeated and how many times in case of an database connection failure
    • setNumberOfRetries

      public void setNumberOfRetries(Integer value)
      Generated method - Setter of the Job.numberOfRetries attribute.
      Parameters:
      value - the numberOfRetries - Determine whether cron job should be repeated and how many times in case of an database connection failure
    • setNumberOfRetries

      public void setNumberOfRetries(SessionContext ctx, int value)
      Generated method - Setter of the Job.numberOfRetries attribute.
      Parameters:
      value - the numberOfRetries - Determine whether cron job should be repeated and how many times in case of an database connection failure
    • setNumberOfRetries

      public void setNumberOfRetries(int value)
      Generated method - Setter of the Job.numberOfRetries attribute.
      Parameters:
      value - the numberOfRetries - Determine whether cron job should be repeated and how many times in case of an database connection failure
    • getPriority

      public Integer getPriority(SessionContext ctx)
      Generated method - Getter of the Job.priority attribute.
      Returns:
      the priority - the priority. @since 2.10
    • getPriority

      public Integer getPriority()
      Generated method - Getter of the Job.priority attribute.
      Returns:
      the priority - the priority. @since 2.10
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.priority attribute.
      Returns:
      the priority - the priority. @since 2.10
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive()
      Generated method - Getter of the Job.priority attribute.
      Returns:
      the priority - the priority. @since 2.10
    • setPriority

      public void setPriority(SessionContext ctx, Integer value)
      Generated method - Setter of the Job.priority attribute.
      Parameters:
      value - the priority - the priority. @since 2.10
    • setPriority

      public void setPriority(Integer value)
      Generated method - Setter of the Job.priority attribute.
      Parameters:
      value - the priority - the priority. @since 2.10
    • setPriority

      public void setPriority(SessionContext ctx, int value)
      Generated method - Setter of the Job.priority attribute.
      Parameters:
      value - the priority - the priority. @since 2.10
    • setPriority

      public void setPriority(int value)
      Generated method - Setter of the Job.priority attribute.
      Parameters:
      value - the priority - the priority. @since 2.10
    • isRemoveOnExit

      public Boolean isRemoveOnExit(SessionContext ctx)
      Generated method - Getter of the Job.removeOnExit attribute.
      Returns:
      the removeOnExit
    • isRemoveOnExit

      public Boolean isRemoveOnExit()
      Generated method - Getter of the Job.removeOnExit attribute.
      Returns:
      the removeOnExit
    • isRemoveOnExitAsPrimitive

      public boolean isRemoveOnExitAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.removeOnExit attribute.
      Returns:
      the removeOnExit
    • isRemoveOnExitAsPrimitive

      public boolean isRemoveOnExitAsPrimitive()
      Generated method - Getter of the Job.removeOnExit attribute.
      Returns:
      the removeOnExit
    • setRemoveOnExit

      public void setRemoveOnExit(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.removeOnExit attribute.
      Parameters:
      value - the removeOnExit
    • setRemoveOnExit

      public void setRemoveOnExit(Boolean value)
      Generated method - Setter of the Job.removeOnExit attribute.
      Parameters:
      value - the removeOnExit
    • setRemoveOnExit

      public void setRemoveOnExit(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.removeOnExit attribute.
      Parameters:
      value - the removeOnExit
    • setRemoveOnExit

      public void setRemoveOnExit(boolean value)
      Generated method - Setter of the Job.removeOnExit attribute.
      Parameters:
      value - the removeOnExit
    • isRequestAbort

      public Boolean isRequestAbort(SessionContext ctx)
      Generated method - Getter of the Job.requestAbort attribute.
      Returns:
      the requestAbort
    • isRequestAbort

      public Boolean isRequestAbort()
      Generated method - Getter of the Job.requestAbort attribute.
      Returns:
      the requestAbort
    • isRequestAbortAsPrimitive

      public boolean isRequestAbortAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.requestAbort attribute.
      Returns:
      the requestAbort
    • isRequestAbortAsPrimitive

      public boolean isRequestAbortAsPrimitive()
      Generated method - Getter of the Job.requestAbort attribute.
      Returns:
      the requestAbort
    • setRequestAbort

      public void setRequestAbort(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.requestAbort attribute.
      Parameters:
      value - the requestAbort
    • setRequestAbort

      public void setRequestAbort(Boolean value)
      Generated method - Setter of the Job.requestAbort attribute.
      Parameters:
      value - the requestAbort
    • setRequestAbort

      public void setRequestAbort(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.requestAbort attribute.
      Parameters:
      value - the requestAbort
    • setRequestAbort

      public void setRequestAbort(boolean value)
      Generated method - Setter of the Job.requestAbort attribute.
      Parameters:
      value - the requestAbort
    • isRequestAbortStep

      public Boolean isRequestAbortStep(SessionContext ctx)
      Generated method - Getter of the Job.requestAbortStep attribute.
      Returns:
      the requestAbortStep
    • isRequestAbortStep

      public Boolean isRequestAbortStep()
      Generated method - Getter of the Job.requestAbortStep attribute.
      Returns:
      the requestAbortStep
    • isRequestAbortStepAsPrimitive

      public boolean isRequestAbortStepAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.requestAbortStep attribute.
      Returns:
      the requestAbortStep
    • isRequestAbortStepAsPrimitive

      public boolean isRequestAbortStepAsPrimitive()
      Generated method - Getter of the Job.requestAbortStep attribute.
      Returns:
      the requestAbortStep
    • setRequestAbortStep

      public void setRequestAbortStep(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.requestAbortStep attribute.
      Parameters:
      value - the requestAbortStep
    • setRequestAbortStep

      public void setRequestAbortStep(Boolean value)
      Generated method - Setter of the Job.requestAbortStep attribute.
      Parameters:
      value - the requestAbortStep
    • setRequestAbortStep

      public void setRequestAbortStep(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.requestAbortStep attribute.
      Parameters:
      value - the requestAbortStep
    • setRequestAbortStep

      public void setRequestAbortStep(boolean value)
      Generated method - Setter of the Job.requestAbortStep attribute.
      Parameters:
      value - the requestAbortStep
    • getRestrictions

      public List<JobSearchRestriction> getRestrictions(SessionContext ctx)
      Generated method - Getter of the Job.restrictions attribute.
      Returns:
      the restrictions - processed steps
    • getRestrictions

      public List<JobSearchRestriction> getRestrictions()
      Generated method - Getter of the Job.restrictions attribute.
      Returns:
      the restrictions - processed steps
    • setRestrictions

      public void setRestrictions(SessionContext ctx, List<JobSearchRestriction> value)
      Generated method - Setter of the Job.restrictions attribute.
      Parameters:
      value - the restrictions - processed steps
    • setRestrictions

      public void setRestrictions(List<JobSearchRestriction> value)
      Generated method - Setter of the Job.restrictions attribute.
      Parameters:
      value - the restrictions - processed steps
    • addToRestrictions

      public void addToRestrictions(SessionContext ctx, JobSearchRestriction value)
      Generated method - Adds value to restrictions.
      Parameters:
      value - the item to add to restrictions - processed steps
    • addToRestrictions

      public void addToRestrictions(JobSearchRestriction value)
      Generated method - Adds value to restrictions.
      Parameters:
      value - the item to add to restrictions - processed steps
    • removeFromRestrictions

      public void removeFromRestrictions(SessionContext ctx, JobSearchRestriction value)
      Generated method - Removes value from restrictions.
      Parameters:
      value - the item to remove from restrictions - processed steps
    • removeFromRestrictions

      public void removeFromRestrictions(JobSearchRestriction value)
      Generated method - Removes value from restrictions.
      Parameters:
      value - the item to remove from restrictions - processed steps
    • isRetry

      public Boolean isRetry(SessionContext ctx)
      Generated method - Getter of the Job.retry attribute.
      Returns:
      the retry
    • isRetry

      public Boolean isRetry()
      Generated method - Getter of the Job.retry attribute.
      Returns:
      the retry
    • isRetryAsPrimitive

      public boolean isRetryAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.retry attribute.
      Returns:
      the retry
    • isRetryAsPrimitive

      public boolean isRetryAsPrimitive()
      Generated method - Getter of the Job.retry attribute.
      Returns:
      the retry
    • setRetry

      public void setRetry(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.retry attribute.
      Parameters:
      value - the retry
    • setRetry

      public void setRetry(Boolean value)
      Generated method - Setter of the Job.retry attribute.
      Parameters:
      value - the retry
    • setRetry

      public void setRetry(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.retry attribute.
      Parameters:
      value - the retry
    • setRetry

      public void setRetry(boolean value)
      Generated method - Setter of the Job.retry attribute.
      Parameters:
      value - the retry
    • isSendEmail

      public Boolean isSendEmail(SessionContext ctx)
      Generated method - Getter of the Job.sendEmail attribute.
      Returns:
      the sendEmail
    • isSendEmail

      public Boolean isSendEmail()
      Generated method - Getter of the Job.sendEmail attribute.
      Returns:
      the sendEmail
    • isSendEmailAsPrimitive

      public boolean isSendEmailAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.sendEmail attribute.
      Returns:
      the sendEmail
    • isSendEmailAsPrimitive

      public boolean isSendEmailAsPrimitive()
      Generated method - Getter of the Job.sendEmail attribute.
      Returns:
      the sendEmail
    • setSendEmail

      public void setSendEmail(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.sendEmail attribute.
      Parameters:
      value - the sendEmail
    • setSendEmail

      public void setSendEmail(Boolean value)
      Generated method - Setter of the Job.sendEmail attribute.
      Parameters:
      value - the sendEmail
    • setSendEmail

      public void setSendEmail(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.sendEmail attribute.
      Parameters:
      value - the sendEmail
    • setSendEmail

      public void setSendEmail(boolean value)
      Generated method - Setter of the Job.sendEmail attribute.
      Parameters:
      value - the sendEmail
    • getSessionCurrency

      public Currency getSessionCurrency(SessionContext ctx)
      Generated method - Getter of the Job.sessionCurrency attribute.
      Returns:
      the sessionCurrency
    • getSessionCurrency

      public Currency getSessionCurrency()
      Generated method - Getter of the Job.sessionCurrency attribute.
      Returns:
      the sessionCurrency
    • setSessionCurrency

      public void setSessionCurrency(SessionContext ctx, Currency value)
      Generated method - Setter of the Job.sessionCurrency attribute.
      Parameters:
      value - the sessionCurrency
    • setSessionCurrency

      public void setSessionCurrency(Currency value)
      Generated method - Setter of the Job.sessionCurrency attribute.
      Parameters:
      value - the sessionCurrency
    • getSessionLanguage

      public Language getSessionLanguage(SessionContext ctx)
      Generated method - Getter of the Job.sessionLanguage attribute.
      Returns:
      the sessionLanguage
    • getSessionLanguage

      public Language getSessionLanguage()
      Generated method - Getter of the Job.sessionLanguage attribute.
      Returns:
      the sessionLanguage
    • setSessionLanguage

      public void setSessionLanguage(SessionContext ctx, Language value)
      Generated method - Setter of the Job.sessionLanguage attribute.
      Parameters:
      value - the sessionLanguage
    • setSessionLanguage

      public void setSessionLanguage(Language value)
      Generated method - Setter of the Job.sessionLanguage attribute.
      Parameters:
      value - the sessionLanguage
    • getSessionUser

      public User getSessionUser(SessionContext ctx)
      Generated method - Getter of the Job.sessionUser attribute.
      Returns:
      the sessionUser
    • getSessionUser

      public User getSessionUser()
      Generated method - Getter of the Job.sessionUser attribute.
      Returns:
      the sessionUser
    • setSessionUser

      public void setSessionUser(SessionContext ctx, User value)
      Generated method - Setter of the Job.sessionUser attribute.
      Parameters:
      value - the sessionUser
    • setSessionUser

      public void setSessionUser(User value)
      Generated method - Setter of the Job.sessionUser attribute.
      Parameters:
      value - the sessionUser
    • isSingleExecutable

      public Boolean isSingleExecutable(SessionContext ctx)
      Generated method - Getter of the Job.singleExecutable attribute.
      Returns:
      the singleExecutable
    • isSingleExecutable

      public Boolean isSingleExecutable()
      Generated method - Getter of the Job.singleExecutable attribute.
      Returns:
      the singleExecutable
    • isSingleExecutableAsPrimitive

      public boolean isSingleExecutableAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.singleExecutable attribute.
      Returns:
      the singleExecutable
    • isSingleExecutableAsPrimitive

      public boolean isSingleExecutableAsPrimitive()
      Generated method - Getter of the Job.singleExecutable attribute.
      Returns:
      the singleExecutable
    • setSingleExecutable

      public void setSingleExecutable(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.singleExecutable attribute.
      Parameters:
      value - the singleExecutable
    • setSingleExecutable

      public void setSingleExecutable(Boolean value)
      Generated method - Setter of the Job.singleExecutable attribute.
      Parameters:
      value - the singleExecutable
    • setSingleExecutable

      public void setSingleExecutable(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.singleExecutable attribute.
      Parameters:
      value - the singleExecutable
    • setSingleExecutable

      public void setSingleExecutable(boolean value)
      Generated method - Setter of the Job.singleExecutable attribute.
      Parameters:
      value - the singleExecutable
    • getTriggers

      public List<Trigger> getTriggers(SessionContext ctx)
      Generated method - Getter of the Job.triggers attribute.
      Returns:
      the triggers - list of triggers
    • getTriggers

      public List<Trigger> getTriggers()
      Generated method - Getter of the Job.triggers attribute.
      Returns:
      the triggers - list of triggers
    • setTriggers

      public void setTriggers(SessionContext ctx, List<Trigger> value)
      Generated method - Setter of the Job.triggers attribute.
      Parameters:
      value - the triggers - list of triggers
    • setTriggers

      public void setTriggers(List<Trigger> value)
      Generated method - Setter of the Job.triggers attribute.
      Parameters:
      value - the triggers - list of triggers
    • addToTriggers

      public void addToTriggers(SessionContext ctx, Trigger value)
      Generated method - Adds value to triggers.
      Parameters:
      value - the item to add to triggers - list of triggers
    • addToTriggers

      public void addToTriggers(Trigger value)
      Generated method - Adds value to triggers.
      Parameters:
      value - the item to add to triggers - list of triggers
    • removeFromTriggers

      public void removeFromTriggers(SessionContext ctx, Trigger value)
      Generated method - Removes value from triggers.
      Parameters:
      value - the item to remove from triggers - list of triggers
    • removeFromTriggers

      public void removeFromTriggers(Trigger value)
      Generated method - Removes value from triggers.
      Parameters:
      value - the item to remove from triggers - list of triggers
    • isUseReadOnlyDatasource

      public Boolean isUseReadOnlyDatasource(SessionContext ctx)
      Generated method - Getter of the Job.useReadOnlyDatasource attribute.
      Returns:
      the useReadOnlyDatasource
    • isUseReadOnlyDatasource

      public Boolean isUseReadOnlyDatasource()
      Generated method - Getter of the Job.useReadOnlyDatasource attribute.
      Returns:
      the useReadOnlyDatasource
    • isUseReadOnlyDatasourceAsPrimitive

      public boolean isUseReadOnlyDatasourceAsPrimitive(SessionContext ctx)
      Generated method - Getter of the Job.useReadOnlyDatasource attribute.
      Returns:
      the useReadOnlyDatasource
    • isUseReadOnlyDatasourceAsPrimitive

      public boolean isUseReadOnlyDatasourceAsPrimitive()
      Generated method - Getter of the Job.useReadOnlyDatasource attribute.
      Returns:
      the useReadOnlyDatasource
    • setUseReadOnlyDatasource

      public void setUseReadOnlyDatasource(SessionContext ctx, Boolean value)
      Generated method - Setter of the Job.useReadOnlyDatasource attribute.
      Parameters:
      value - the useReadOnlyDatasource
    • setUseReadOnlyDatasource

      public void setUseReadOnlyDatasource(Boolean value)
      Generated method - Setter of the Job.useReadOnlyDatasource attribute.
      Parameters:
      value - the useReadOnlyDatasource
    • setUseReadOnlyDatasource

      public void setUseReadOnlyDatasource(SessionContext ctx, boolean value)
      Generated method - Setter of the Job.useReadOnlyDatasource attribute.
      Parameters:
      value - the useReadOnlyDatasource
    • setUseReadOnlyDatasource

      public void setUseReadOnlyDatasource(boolean value)
      Generated method - Setter of the Job.useReadOnlyDatasource attribute.
      Parameters:
      value - the useReadOnlyDatasource