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 booleanCustomCleanFilter. isCleanable(InnerLogEntry entry)booleanJcmsCleanFilter. 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 booleanCleanFilter. isCleanable(InnerLogEntry entry)Returns true if the entry can be cleaned or false otherwise.voidLogCleaner. processInnerLogEntry(InnerLogEntry logEntry)voidLogManagerDeltaHandler. processInnerLogEntry(InnerLogEntry logEntry)Process an InnerLogEntryabstract voidLogManagerHandler. processInnerLogEntry(InnerLogEntry logEntry)Process an InnerLogEntryvoidLogManagerLoadHandler. processInnerLogEntry(InnerLogEntry logEntry)Process an InnerLogEntryvoidLogManagerSyncHandler. processInnerLogEntry(InnerLogEntry logEntry)Process an InnerLogEntryvoidLogManagerVersionHandler. processInnerLogEntry(InnerLogEntry logEntry)Process an InnerLogEntryvoidStore. processInnerLogEntry(InnerLogEntry logEntry)
-