Class GeneratedRetentionJob

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

public abstract class GeneratedRetentionJob extends ServicelayerJob
Generated class for type RetentionJob.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedRetentionJob

      public GeneratedRetentionJob()
  • Method Details

    • getDefaultAttributeModes

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

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

      public 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, Integer value)
      Generated method - Setter of the RetentionJob.batchSize attribute.
      Parameters:
      value - the batchSize
    • setBatchSize

      public void setBatchSize(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