Uses of Enum
org.opencms.db.log.CmsLogEntryType
Packages that use CmsLogEntryType
Package
Description
This package contains the implementation classes for the DB log.
-
Uses of CmsLogEntryType in org.opencms.db.log
Methods in org.opencms.db.log that return CmsLogEntryTypeModifier and TypeMethodDescriptionCmsLogEntry.getType()
Returns the type.static CmsLogEntryType
CmsLogEntryType.valueOf
(int id) Parses anint
into a log entry type.static CmsLogEntryType
Returns the enum constant of this type with the specified name.static CmsLogEntryType[]
CmsLogEntryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opencms.db.log that return types with arguments of type CmsLogEntryTypeModifier and TypeMethodDescriptionCmsLogFilter.getExcludeTypes()
Returns the types to exclude.CmsLogFilter.getIncludeTypes()
Returns the types to include.Methods in org.opencms.db.log with parameters of type CmsLogEntryTypeModifier and TypeMethodDescriptionCmsLogFilter.excludeType
(CmsLogEntryType type) Returns an extended filter with the given type restriction.CmsLogFilter.includeType
(CmsLogEntryType type) Returns an extended filter with the given type restriction.boolean
CmsLogFilter.matchType
(CmsLogEntryType type) Returnstrue
if the given log entry type matches this filter.Constructors in org.opencms.db.log with parameters of type CmsLogEntryTypeModifierConstructorDescriptionCmsLogEntry
(CmsDbContext dbc, CmsUUID structureId, CmsLogEntryType type, String[] data) Public constructor, will use the current time for time stamp.CmsLogEntry
(CmsUUID userId, long date, CmsUUID structureId, CmsLogEntryType type, String[] data) Public constructor.