Uses of Class
edu.uiuc.ncsa.security.storage.monitored.MonitoredKeys
-
Packages that use MonitoredKeys Package Description edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore
.edu.uiuc.ncsa.security.storage.monitored.upkeep -
-
Uses of MonitoredKeys in edu.uiuc.ncsa.security.storage.monitored
Methods in edu.uiuc.ncsa.security.storage.monitored that return MonitoredKeys Modifier and Type Method Description MonitoredKeys
MonitoredConverter. getKeys()
protected MonitoredKeys
MonitoredSQLStore. getKeys()
protected MonitoredKeys
MonitoredTable. getKeys()
Constructors in edu.uiuc.ncsa.security.storage.monitored with parameters of type MonitoredKeys Constructor Description MonitoredConverter(MonitoredKeys keys, IdentifiableProvider<V> provider)
-
Uses of MonitoredKeys in edu.uiuc.ncsa.security.storage.monitored.upkeep
Methods in edu.uiuc.ncsa.security.storage.monitored.upkeep with parameters of type MonitoredKeys Modifier and Type Method Description protected String
RuleList. getTypeKey(MonitoredKeys keys, String type)
String
RuleList. toSQLClause(DateEntry dateEntry, MonitoredKeys keys)
String
RuleList. toSQLClause(IDEntry idEntry, MonitoredKeys keys)
String
RuleList. toSQLQuery(MonitoredKeys keys, String tableName)
String
RuleList. toSQLQuery(MonitoredKeys keys, String tableName, boolean skipVersions)
Convert this rule to an SQL query.
-