Class GPRule
- java.lang.Object
-
- org.oa4mp.delegation.server.uuc.storage.MetaRule
-
- org.oa4mp.delegation.server.uuc.storage.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 boolean
applies(Long created, Long accessed, Long modified)
long
getGracePeriod()
boolean
isGracePeriodSet()
void
setGracePeriod(long gracePeriod)
-