Class GPRule
- java.lang.Object
-
- org.oa4mp.delegation.server.storage.uuc.MetaRule
-
- org.oa4mp.delegation.server.storage.uuc.GPRule
-
- Direct Known Subclasses:
AbandonedRule,UnusedRule
public abstract class GPRule extends MetaRule
A rule with a grace periodCreated by Jeff Gaynor
on 2/12/24 at 4:45 PM
-
-
Constructor Summary
Constructors Constructor Description GPRule()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract booleanapplies(Long created, Long accessed, Long modified)longgetGracePeriod()booleanisGracePeriodSet()voidsetGracePeriod(long gracePeriod)
-