Class GeneratedRemoveOrphanedFilesCronJob

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

public abstract class GeneratedRemoveOrphanedFilesCronJob extends CronJob
Generated class for type RemoveOrphanedFilesCronJob.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedRemoveOrphanedFilesCronJob

      public GeneratedRemoveOrphanedFilesCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getPaging(SessionContext ctx)
      Generated method - Getter of the RemoveOrphanedFilesCronJob.paging attribute.
      Returns:
      the paging - Defines how many files will be checked during each 'analyzing round'.
    • getPaging

      public Integer getPaging()
      Generated method - Getter of the RemoveOrphanedFilesCronJob.paging attribute.
      Returns:
      the paging - Defines how many files will be checked during each 'analyzing round'.
    • getPagingAsPrimitive

      public int getPagingAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RemoveOrphanedFilesCronJob.paging attribute.
      Returns:
      the paging - Defines how many files will be checked during each 'analyzing round'.
    • getPagingAsPrimitive

      public int getPagingAsPrimitive()
      Generated method - Getter of the RemoveOrphanedFilesCronJob.paging attribute.
      Returns:
      the paging - Defines how many files will be checked during each 'analyzing round'.
    • setPaging

      public void setPaging(SessionContext ctx, Integer value)
      Generated method - Setter of the RemoveOrphanedFilesCronJob.paging attribute.
      Parameters:
      value - the paging - Defines how many files will be checked during each 'analyzing round'.
    • setPaging

      public void setPaging(Integer value)
      Generated method - Setter of the RemoveOrphanedFilesCronJob.paging attribute.
      Parameters:
      value - the paging - Defines how many files will be checked during each 'analyzing round'.
    • setPaging

      public void setPaging(SessionContext ctx, int value)
      Generated method - Setter of the RemoveOrphanedFilesCronJob.paging attribute.
      Parameters:
      value - the paging - Defines how many files will be checked during each 'analyzing round'.
    • setPaging

      public void setPaging(int value)
      Generated method - Setter of the RemoveOrphanedFilesCronJob.paging attribute.
      Parameters:
      value - the paging - Defines how many files will be checked during each 'analyzing round'.