Class RemoveOrphanedFilesCronJobModel

All Implemented Interfaces:
Serializable

public class RemoveOrphanedFilesCronJobModel extends CronJobModel
Generated model class for type RemoveOrphanedFilesCronJob first defined at extension admincockpit.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • PAGING

      public static final String PAGING
      Generated constant - Attribute key of RemoveOrphanedFilesCronJob.paging attribute defined at extension admincockpit.
      See Also:
  • Constructor Details

    • RemoveOrphanedFilesCronJobModel

      public RemoveOrphanedFilesCronJobModel()
      Generated constructor - Default constructor for generic creation.
    • RemoveOrphanedFilesCronJobModel

      public RemoveOrphanedFilesCronJobModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • RemoveOrphanedFilesCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public RemoveOrphanedFilesCronJobModel(JobModel _job)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _job - initial attribute declared by type CronJob at extension processing
    • RemoveOrphanedFilesCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public RemoveOrphanedFilesCronJobModel(JobModel _job, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _job - initial attribute declared by type CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getPaging

      @Accessor(qualifier="paging", type=GETTER) public Integer getPaging()
      Generated method - Getter of the RemoveOrphanedFilesCronJob.paging attribute defined at extension admincockpit.
      Returns:
      the paging - Defines how many files will be checked during each 'analyzing round'.
    • setPaging

      @Accessor(qualifier="paging", type=SETTER) public void setPaging(Integer value)
      Generated method - Setter of RemoveOrphanedFilesCronJob.paging attribute defined at extension admincockpit.
      Parameters:
      value - the paging - Defines how many files will be checked during each 'analyzing round'.