Class RemoveOrphanedFilesCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • PAGING

        public static final java.lang.String PAGING
        Generated constant - Attribute key of RemoveOrphanedFilesCronJob.paging attribute defined at extension admincockpit.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 Detail

      • getPaging

        @Accessor(qualifier="paging",
                  type=GETTER)
        public java.lang.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​(java.lang.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'.