Class GeneratedCleanUpCronJob

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

public abstract class GeneratedCleanUpCronJob extends CronJob
Generated class for type CleanUpCronJob.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCleanUpCronJob

      public GeneratedCleanUpCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public List<CronJob> getExcludeCronJobs(SessionContext ctx)
      Generated method - Getter of the CleanUpCronJob.excludeCronJobs attribute.
      Returns:
      the excludeCronJobs - A List of CronJobs which should never be deleted by this clean up job
    • getExcludeCronJobs

      public List<CronJob> getExcludeCronJobs()
      Generated method - Getter of the CleanUpCronJob.excludeCronJobs attribute.
      Returns:
      the excludeCronJobs - A List of CronJobs which should never be deleted by this clean up job
    • setExcludeCronJobs

      public void setExcludeCronJobs(SessionContext ctx, List<CronJob> value)
      Generated method - Setter of the CleanUpCronJob.excludeCronJobs attribute.
      Parameters:
      value - the excludeCronJobs - A List of CronJobs which should never be deleted by this clean up job
    • setExcludeCronJobs

      public void setExcludeCronJobs(List<CronJob> value)
      Generated method - Setter of the CleanUpCronJob.excludeCronJobs attribute.
      Parameters:
      value - the excludeCronJobs - A List of CronJobs which should never be deleted by this clean up job
    • getResultcoll

      public Collection<EnumerationValue> getResultcoll(SessionContext ctx)
      Generated method - Getter of the CleanUpCronJob.resultcoll attribute.
      Returns:
      the resultcoll - Filter: only cronjobs with this Result will be deleted
    • getResultcoll

      public Collection<EnumerationValue> getResultcoll()
      Generated method - Getter of the CleanUpCronJob.resultcoll attribute.
      Returns:
      the resultcoll - Filter: only cronjobs with this Result will be deleted
    • setResultcoll

      public void setResultcoll(SessionContext ctx, Collection<EnumerationValue> value)
      Generated method - Setter of the CleanUpCronJob.resultcoll attribute.
      Parameters:
      value - the resultcoll - Filter: only cronjobs with this Result will be deleted
    • setResultcoll

      public void setResultcoll(Collection<EnumerationValue> value)
      Generated method - Setter of the CleanUpCronJob.resultcoll attribute.
      Parameters:
      value - the resultcoll - Filter: only cronjobs with this Result will be deleted
    • getStatuscoll

      public Collection<EnumerationValue> getStatuscoll(SessionContext ctx)
      Generated method - Getter of the CleanUpCronJob.statuscoll attribute.
      Returns:
      the statuscoll - Filter: only cronjobs with this status will be deleted
    • getStatuscoll

      public Collection<EnumerationValue> getStatuscoll()
      Generated method - Getter of the CleanUpCronJob.statuscoll attribute.
      Returns:
      the statuscoll - Filter: only cronjobs with this status will be deleted
    • setStatuscoll

      public void setStatuscoll(SessionContext ctx, Collection<EnumerationValue> value)
      Generated method - Setter of the CleanUpCronJob.statuscoll attribute.
      Parameters:
      value - the statuscoll - Filter: only cronjobs with this status will be deleted
    • setStatuscoll

      public void setStatuscoll(Collection<EnumerationValue> value)
      Generated method - Setter of the CleanUpCronJob.statuscoll attribute.
      Parameters:
      value - the statuscoll - Filter: only cronjobs with this status will be deleted
    • getXDaysOld

      public Integer getXDaysOld(SessionContext ctx)
      Generated method - Getter of the CleanUpCronJob.xDaysOld attribute.
      Returns:
      the xDaysOld - All CronJobs (CronJobModels) older than this value in days will be removed
    • getXDaysOld

      public Integer getXDaysOld()
      Generated method - Getter of the CleanUpCronJob.xDaysOld attribute.
      Returns:
      the xDaysOld - All CronJobs (CronJobModels) older than this value in days will be removed
    • getXDaysOldAsPrimitive

      public int getXDaysOldAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CleanUpCronJob.xDaysOld attribute.
      Returns:
      the xDaysOld - All CronJobs (CronJobModels) older than this value in days will be removed
    • getXDaysOldAsPrimitive

      public int getXDaysOldAsPrimitive()
      Generated method - Getter of the CleanUpCronJob.xDaysOld attribute.
      Returns:
      the xDaysOld - All CronJobs (CronJobModels) older than this value in days will be removed
    • setXDaysOld

      public void setXDaysOld(SessionContext ctx, Integer value)
      Generated method - Setter of the CleanUpCronJob.xDaysOld attribute.
      Parameters:
      value - the xDaysOld - All CronJobs (CronJobModels) older than this value in days will be removed
    • setXDaysOld

      public void setXDaysOld(Integer value)
      Generated method - Setter of the CleanUpCronJob.xDaysOld attribute.
      Parameters:
      value - the xDaysOld - All CronJobs (CronJobModels) older than this value in days will be removed
    • setXDaysOld

      public void setXDaysOld(SessionContext ctx, int value)
      Generated method - Setter of the CleanUpCronJob.xDaysOld attribute.
      Parameters:
      value - the xDaysOld - All CronJobs (CronJobModels) older than this value in days will be removed
    • setXDaysOld

      public void setXDaysOld(int value)
      Generated method - Setter of the CleanUpCronJob.xDaysOld attribute.
      Parameters:
      value - the xDaysOld - All CronJobs (CronJobModels) older than this value in days will be removed