Class GeneratedRetentionJob

    • Field Detail

      • RETENTIONRULE

        public static final java.lang.String RETENTIONRULE
        Qualifier of the RetentionJob.retentionRule attribute
        See Also:
        Constant Field Values
      • BATCHSIZE

        public static final java.lang.String BATCHSIZE
        Qualifier of the RetentionJob.batchSize 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

      • GeneratedRetentionJob

        public GeneratedRetentionJob()
    • Method Detail

      • getBatchSize

        public java.lang.Integer getBatchSize​(SessionContext ctx)
        Generated method - Getter of the RetentionJob.batchSize attribute.
        Returns:
        the batchSize
      • getBatchSize

        public java.lang.Integer getBatchSize()
        Generated method - Getter of the RetentionJob.batchSize attribute.
        Returns:
        the batchSize
      • getBatchSizeAsPrimitive

        public int getBatchSizeAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the RetentionJob.batchSize attribute.
        Returns:
        the batchSize
      • getBatchSizeAsPrimitive

        public int getBatchSizeAsPrimitive()
        Generated method - Getter of the RetentionJob.batchSize attribute.
        Returns:
        the batchSize
      • setBatchSize

        public void setBatchSize​(SessionContext ctx,
                                 java.lang.Integer value)
        Generated method - Setter of the RetentionJob.batchSize attribute.
        Parameters:
        value - the batchSize
      • setBatchSize

        public void setBatchSize​(java.lang.Integer value)
        Generated method - Setter of the RetentionJob.batchSize attribute.
        Parameters:
        value - the batchSize
      • setBatchSize

        public void setBatchSize​(SessionContext ctx,
                                 int value)
        Generated method - Setter of the RetentionJob.batchSize attribute.
        Parameters:
        value - the batchSize
      • setBatchSize

        public void setBatchSize​(int value)
        Generated method - Setter of the RetentionJob.batchSize attribute.
        Parameters:
        value - the batchSize
      • getRetentionRule

        public AbstractRetentionRule getRetentionRule​(SessionContext ctx)
        Generated method - Getter of the RetentionJob.retentionRule attribute.
        Returns:
        the retentionRule
      • getRetentionRule

        public AbstractRetentionRule getRetentionRule()
        Generated method - Getter of the RetentionJob.retentionRule attribute.
        Returns:
        the retentionRule
      • setRetentionRule

        public void setRetentionRule​(SessionContext ctx,
                                     AbstractRetentionRule value)
        Generated method - Setter of the RetentionJob.retentionRule attribute.
        Parameters:
        value - the retentionRule
      • setRetentionRule

        public void setRetentionRule​(AbstractRetentionRule value)
        Generated method - Setter of the RetentionJob.retentionRule attribute.
        Parameters:
        value - the retentionRule