Uses of Enum Class
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 CmsLogEntryTypeCmsLogEntryType.valueOf(int id) Parses anintinto a log entry type.static CmsLogEntryTypeReturns the enum constant of this class with the specified name.static CmsLogEntryType[]CmsLogEntryType.values()Returns an array containing the constants of this enum class, 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.booleanCmsLogFilter.matchType(CmsLogEntryType type) Returnstrueif 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.