Class GeneratedCleanUpCronJob

    • Field Detail

      • XDAYSOLD

        public static final java.lang.String XDAYSOLD
        Qualifier of the CleanUpCronJob.xDaysOld attribute
        See Also:
        Constant Field Values
      • EXCLUDECRONJOBS

        public static final java.lang.String EXCLUDECRONJOBS
        Qualifier of the CleanUpCronJob.excludeCronJobs attribute
        See Also:
        Constant Field Values
      • RESULTCOLL

        public static final java.lang.String RESULTCOLL
        Qualifier of the CleanUpCronJob.resultcoll attribute
        See Also:
        Constant Field Values
      • STATUSCOLL

        public static final java.lang.String STATUSCOLL
        Qualifier of the CleanUpCronJob.statuscoll attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedCleanUpCronJob

        public GeneratedCleanUpCronJob()
    • Method Detail

      • getExcludeCronJobs

        public java.util.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 java.util.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,
                                       java.util.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​(java.util.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 java.util.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 java.util.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,
                                  java.util.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​(java.util.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 java.util.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 java.util.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,
                                  java.util.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​(java.util.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 java.lang.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 java.lang.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,
                                java.lang.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​(java.lang.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