Class ChangeLogEntry

java.lang.Object
net.bluemind.core.container.model.ChangeLogEntry
Direct Known Subclasses:
ItemChangeLogEntry

public class ChangeLogEntry extends Object
Changelog entry
  • Field Details Link icon

    • version Link icon

      public long version
      change version
    • itemUid Link icon

      public String itemUid
      changed item uid
    • itemExtId Link icon

      public String itemExtId
      changed item external id
    • author Link icon

      public String author
      changes author
    • type Link icon

      public ChangeLogEntry.Type type
      changes type (created/updated/deleted)
    • date Link icon

      public Date date
      changes date
    • origin Link icon

      public String origin
      origin of the change, as given in the security context
    • internalId Link icon

      public long internalId
    • weightSeed Link icon

      public long weightSeed
  • Constructor Details Link icon

    • ChangeLogEntry Link icon

      public ChangeLogEntry()
  • Method Details Link icon