Class CmsLogEntry

java.lang.Object
org.opencms.db.log.CmsLogEntry

public class CmsLogEntry extends Object
Wrapper class for a DB log entry.

Since:
8.0.0
  • Field Details

  • Constructor Details

    • CmsLogEntry

      public CmsLogEntry(CmsDbContext dbc, CmsUUID structureId, CmsLogEntryType type, String[] data)
      Public constructor, will use the current time for time stamp.

      Parameters:
      dbc - the current database context with the current user
      structureId - the structure id
      type - the entry type
      data - the additional data to be parsed as a map
    • CmsLogEntry

      public CmsLogEntry(CmsUUID userId, long date, CmsUUID structureId, CmsLogEntryType type, String[] data)
      Public constructor.

      Parameters:
      userId - the user id
      date - the date in milliseconds
      structureId - the structure id
      type - the entry type
      data - the optional additional data
  • Method Details