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.UpkeepConstants
ACTION_ARCHIVE, ACTION_DELETE, ACTION_NONE, ACTION_RETAIN, ACTION_TEST, TYPE_ACCESSED, TYPE_CREATED, TYPE_MODIFIED, WHEN_AFTER, WHEN_BEFORE, WHEN_NEVER
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
applies(Identifier id, Long created, Long accessed, Long modified)
boolean
applies(Monitored monitored)
-
-
-
Method Detail
-
applies
boolean applies(Identifier id, Long created, Long accessed, Long modified)
-
applies
boolean applies(Monitored monitored)
-
-