Uses of Class
com.jalios.jstore.InnerLogEntry
-
Packages that use InnerLogEntry Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jstore Contains JStore core classes. -
-
Uses of InnerLogEntry in com.jalios.jcms
Methods in com.jalios.jcms with parameters of type InnerLogEntry Modifier and Type Method Description boolean
CustomCleanFilter. isCleanable(InnerLogEntry entry)
boolean
JcmsCleanFilter. isCleanable(InnerLogEntry entry)
-
Uses of InnerLogEntry in com.jalios.jstore
Methods in com.jalios.jstore that return types with arguments of type InnerLogEntry Modifier and Type Method Description java.util.List<InnerLogEntry>
Store. getMilestoneList()
Returns the list of milestones.Methods in com.jalios.jstore with parameters of type InnerLogEntry Modifier and Type Method Description boolean
CleanFilter. isCleanable(InnerLogEntry entry)
Returns true if the entry can be cleaned or false otherwise.void
LogCleaner. processInnerLogEntry(InnerLogEntry logEntry)
void
LogManagerDeltaHandler. processInnerLogEntry(InnerLogEntry logEntry)
Process an InnerLogEntryabstract void
LogManagerHandler. processInnerLogEntry(InnerLogEntry logEntry)
Process an InnerLogEntryvoid
LogManagerLoadHandler. processInnerLogEntry(InnerLogEntry logEntry)
Process an InnerLogEntryvoid
LogManagerSyncHandler. processInnerLogEntry(InnerLogEntry logEntry)
Process an InnerLogEntryvoid
LogManagerVersionHandler. processInnerLogEntry(InnerLogEntry logEntry)
Process an InnerLogEntryvoid
Store. processInnerLogEntry(InnerLogEntry logEntry)
-