Interface RuleEntry
- 
- All Superinterfaces:
- UpkeepConstants
 
 public interface RuleEntry extends UpkeepConstants Created by Jeff Gaynor 
 on 2/16/24 at 9:27 AM
- 
- 
Field Summary- 
Fields inherited from interface edu.uiuc.ncsa.security.storage.monitored.upkeep.UpkeepConstantsACTION_ARCHIVE, ACTION_DELETE, ACTION_NONE, ACTION_RETAIN, ACTION_TEST, TYPE_ACCESSED, TYPE_CREATED, TYPE_MODIFIED, WHEN_AFTER, WHEN_BEFORE, WHEN_NEVER
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapplies(Identifier id, Long created, Long accessed, Long modified)booleanapplies(Monitored monitored)
 
- 
- 
- 
Method Detail- 
appliesboolean applies(Identifier id, Long created, Long accessed, Long modified) 
 - 
appliesboolean applies(Monitored monitored) 
 
- 
 
-