Class GeneratedRemoveOrphanedFilesCronJob

    • Field Detail

      • PAGING

        public static final java.lang.String PAGING
        Qualifier of the RemoveOrphanedFilesCronJob.paging 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

      • GeneratedRemoveOrphanedFilesCronJob

        public GeneratedRemoveOrphanedFilesCronJob()
    • Method Detail

      • getPaging

        public java.lang.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 java.lang.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,
                              java.lang.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​(java.lang.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'.