Class AbandonedRule


  • public class AbandonedRule
    extends GPRule

    Created by Jeff Gaynor
    on 2/12/24 at 4:37 PM

    • Constructor Detail

      • AbandonedRule

        public AbandonedRule()
    • Method Detail

      • applies

        public boolean applies​(Long created,
                               Long accessed,
                               Long modified)
        Returns true if the argument fulfills this rule. So that means the date is outside the grace period
        Specified by:
        applies in class GPRule
        Parameters:
        created -
        accessed -
        modified -
        Returns: